.acd-registration-wrapper{
max-width:1100px;
margin:auto;
padding:40px 20px;
font-family:'Inter',sans-serif;
}

.acd-registration-header{
text-align:center;
margin-bottom:40px;
}

.acd-registration-header h1{
font-family:'Montserrat',sans-serif;
font-size:36px;
margin-bottom:10px;
}

.acd-registration-header p{
color:#666;
}

.acd-steps{
display:flex;
justify-content:center;
gap:40px;
margin-bottom:40px;
}

.acd-step{
text-align:center;
opacity:.5;
}

.acd-step.active{
opacity:1;
}

.acd-step span{
display:flex;
align-items:center;
justify-content:center;
width:40px;
height:40px;
border-radius:50%;
background:#7c6cff;
color:#fff;
font-weight:600;
margin:auto;
margin-bottom:8px;
}

.acd-checkout-box{
background:#fff;
padding:35px;
border-radius:12px;
box-shadow:0 10px 35px rgba(0,0,0,0.06);
}

.woocommerce-checkout{
max-width:100%;
}

.woocommerce-checkout-payment img{
max-width:90px;
height:auto;
}
/* Layout container */
.woocommerce-account .woocommerce {
    display: flex;
    gap: 30px;
    max-width: 1100px;
    margin: 40px auto;
}

/* Sidebar */
.woocommerce-MyAccount-navigation {
    width: 250px;
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* Remove bullets */
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Menu items */
.woocommerce-MyAccount-navigation a {
    display: block;
    padding: 10px 12px;
    border-radius: 8px;
    color: #333;
    text-decoration: none;
    margin-bottom: 8px;
    font-weight: 500;
}

/* Active + hover */
.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation .is-active a {
    background: #2f80ed;
    color: #fff;
}

/* Content area */
.woocommerce-MyAccount-content {
    flex: 1;
    background: #ffffff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* Avatar */
.woocommerce-MyAccount-navigation:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: #ddd;
    border-radius: 50%;
    margin-bottom: 15px;
}

/* Typography */
.woocommerce-MyAccount-content p {
    color: #555;
    line-height: 1.6;
}