#agegate-overlay.cookies-section {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 999999 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    background: rgba(12, 12, 12, 0.75) !important;
}

#agegate-overlay .cookies-section-inner {
    background: linear-gradient(130.43deg, #360C38 0%, #141214 64.16%, #0C0C0C 100%) !important;
    border-radius: 30px !important;
    border: 1px solid #A30090 !important;
    padding: 2rem !important;
    width: 80vw !important;
    max-width: 800px !important;
    height: auto !important;
    max-height: 80vh !important;
    min-height: 200px !important;
    text-align: center !important;
    box-shadow: 0 0 40px 0 #00000099 !important;
    overflow-y: auto !important;
    margin: 2rem !important;
}

#agegate-overlay.cookies-section h2 {
    margin-bottom: 1rem !important;
    color: #FFFFFF !important;
    font-size: 24px !important;
}

#agegate-overlay.cookies-section p {
    margin: 1rem 0 !important;
    color: #FFFFFF !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
}

#agegate-overlay .button-group {
    display: flex !important;
    justify-content: center !important;
    margin-top: 2rem !important;
    gap: 1rem !important;
}

#agegate-overlay .btn {
    padding: 0.75rem 2rem !important;
    margin: 0 0.5rem !important;
    border: none !important;
    border-radius: 5px !important;
    font-size: 1rem !important;
    cursor: pointer !important;
    font-weight: bold !important;
    transition: all 0.3s ease !important;
}

#agegate-overlay .btn.accept,
#agegate-overlay #agegate-accept {
    background-color: #A30090 !important;
    color: #FFFFFF !important;
}

#agegate-overlay .btn.exit,
#agegate-overlay #agegate-exit {
    background-color: #FFFFFF !important;
    color: #141214 !important;
}

#agegate-overlay .btn:hover {
    transform: scale(1.05) !important;
    opacity: 0.9 !important;
}
