.jb-suite-cookie-banner {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: min(400px, calc(100vw - 32px));
    background: #fff;
    border: 1px solid #d6d6db;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.25);
    padding: 20px;
    z-index: 99999;
}

.jb-suite-cookie-banner h3 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.2;
    color: #111827;
}

.jb-suite-cookie-banner p {
    margin: 0;
    color: #374151;
    font-size: 14px;
    line-height: 1.45;
}

.jb-suite-cookie-banner p a {
    color: #0056d2;
}

.jb-suite-cookie-banner-actions {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

@media (max-width: 767px) {
    .jb-suite-cookie-banner {
        left: 8px;
        right: 8px;
        bottom: 8px;
        width: auto;
        padding: 14px;
    }

    .jb-suite-cookie-banner h3 {
        font-size: 22px;
    }

    .jb-suite-cookie-banner p {
        font-size: 15px;
    }

    .jb-suite-cookie-banner-actions {
        grid-template-columns: 1fr;
    }
}
