/* Minimal Cookie Banner – Java2Enterprise */
#j2e-cookie-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    z-index: 9998;
    display: none;
}

#j2e-cookie-banner {
    position: fixed;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    width: min(980px, calc(100% - 24px));
    z-index: 9999;
    display: none;
}

#j2e-cookie-banner .card {
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(20, 24, 30, .98);
    box-shadow: 0 12px 40px rgba(0,0,0,.45);
}

#j2e-cookie-banner .small-muted {
    opacity: .85;
    font-size: .92rem;
}

#j2e-cookie-banner .btn {
    border-radius: 10px;
}

#j2e-cookie-banner a {
    text-decoration: none;
}

#j2e-cookie-settings {
    display: none;
    margin-top: 10px;
    border-top: 1px solid rgba(255,255,255,.10);
    padding-top: 10px;
}

#j2e-cookie-settings .form-check-label {
    cursor: pointer;
}