#sdAgeModal .modal-body {
    position: relative;
    background-color: #222223; 
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 100vh;
    height: auto;
    overflow: auto;
}

@media(max-width: 480px){
    .sd-card{
        padding: 44px 20px 20px 20px !important; 
        border-radius: 18px;
        overflow: visible;
    }

    .sd-main-questions{
        font-size: clamp(14px, 6.5vw, 30px);
        letter-spacing: 0.3px;
        margin-top: 8px; 
        margin-bottom: 8px;
        text-align: center;
        padding-top: 0;
        line-height: 1.02;
        white-space: normal; 
        word-wrap: break-word;
    }

    .sd-modal-img{
        max-width: 42vw;
        max-height: 42vw;
        margin: 6px 0 10px 0;
    }

    .sd-disclaimer{
        font-size: 12px;
        padding: 8px 6px;
    }
}

.age-verification .container-fluid{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
    align-items: center;
    padding-top: 48px; 
    padding-bottom: 24px;
}

@media(max-width: 768px){
    .age-verification .container-fluid{
        justify-content: center; 
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.sd-modal-logo{
    max-width: 100%;
    max-height: 100px;
    object-fit: contain;
}


.age-verification .sd-modal-logo{
    margin-bottom: 6px !important;
}


.age-verification .text-center{
    margin-top: 28px;
}

@media(max-width: 480px){
    .age-verification .text-center{
        margin-top: 12px;
    }
}

.sd-card{
    width: 100% !important;
    max-width: 900px !important; 
    background: rgba(34, 34, 35, 0.75);
    border: 1px solid rgba(179, 162, 105, 0.35);
    backdrop-filter: blur(20px);
    border-radius: 32px;
    padding: 40px !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.6);
    
}

.sd-card-inner{
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
}

.sd-main-questions {
    font-family: 'Dorsa', sans-serif;
    font-size: 60px;
    line-height: 1.2;
    color: #e0e0e0;
    text-transform: uppercase;
    text-align: left;
}
.divider{
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 25px 0;
}

.divider::before,
.divider::after{
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(179,162,105,.5);
}

.divider span{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #b3a269;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b3a269;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 22px;
}

.sd-brand-title {
    color: #b3a269;
    font-family: 'Dorsa', sans-serif;
    font-size: 3.5rem;
    text-transform: uppercase;
}

.sd-brand-subtitle {
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: 3px;
    color: #b3a269 !important;
    font-size: 19px;
}
.sd-description{
    text-align: left;
    font-family: 'Barlow',sans-serif;
    color: #e0e0e0;
    margin-bottom: 1.5rem;
    font-size: 18px;
    line-height: 1.5;
}

.btn-outline-warning{
    background: transparent;
    border: 1px solid #b3a269 ;
    color: #b3a269;
    width: 200px;
    height: 48px;
    border-radius: 50px;
    transition: 0.3ms;
}

.btn-outline-warning:hover{
    background: #b3a269;
    color: #e0e0e0;
    transform: translate(-2px);
}

.btn-outline-light{
     background: transparent;
    border: 1px solid #b3a269 ;
    color: #b3a269;
    width: 200px;
    height: 48px;
    border-radius: 50px;
    transition: 0.3s;
}

.btn-outline-light:hover{
    background: #e0e0e0;
    color: #222223;
    transform: translate(-2px);
}

.sd-disclaimer {
    font-family: 'Barlow', sans-serif;
    color: #e0e0e0 !important;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
}

.sd-modal-img {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 260px; 
    max-height: 260px; 
    object-fit: contain;
    filter: drop-shadow(0 0 20px rgba(179,162,105,.15))
            drop-shadow(0 0 50px rgba(179,162,105,.08));
    margin-left: 0px; 
}

.col-md-6.text-center{
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.col-md-6.text-center{
    flex-direction: column;
    gap: 12px;
}

.col-md-6.text-center .sd-main-questions{
    text-align: center;
    margin-bottom: 12px;
}


.sd-main-questions{
    font-family: 'Dorsa', sans-serif;
    font-size: clamp(28px, 6.5vw, 72px);
    line-height: 1;
    letter-spacing: 1px;
    color: #e0e0e0;
    text-transform: uppercase;
    margin: 0 0 12px 0;
    word-break: break-word;
}

@media(max-width: 768px){
    #sdAgeModal .modal-body{
        height: auto;
        min-height: 100vh;
        overflow: auto;
        padding: 20px !important;
    }
    .col-md-6.text-center::before{
        width: 300px;
        height: 300px;
    }
    .sd-modal-img{
        max-width: 40vh;
        margin: 0;
    }
    
    .sd-description{
        text-align: center;
    }

.sd-actions .btn{
    width: 200px;
    max-width: 90%;
}

@media(max-width: 576px){
    .sd-actions .btn{
        width: 100%;
    }
}


.sd-actions .btn:focus{
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(179,162,105,0.08); 
    background: transparent; 
}


.sd-actions .btn:active,
.sd-actions .btn:hover{
    transform: translateY(-1px);
}
    .sd-main-questions{
        font-size: clamp(20px, 8vw, 36px);
        letter-spacing: 0.5px;
    }
    .sd-btn-yes{
    color: #b3a269 !important;
}
}
