.casefox-cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    padding: 24px;
    background: #ffffff;
    border-top: 1px solid #e5e5e5;
    box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.12);
    font-size: 15px;
    line-height: 1.5;
    color: #222222;
}

.casefox-cookie-banner[hidden] {
    display: none !important;
}

.casefox-cookie-banner__content {
    max-width: 1200px;
    margin: 0 auto;
}

.casefox-cookie-banner h2 {
    margin: 0 0 8px;
    font-size: 20px;
    color: #111111;
}

.casefox-cookie-banner p {
    margin: 0;
    max-width: 720px;
}

.casefox-cookie-banner__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}

.casefox-button {
    font: inherit;
    padding: 10px 18px;
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid transparent;
}

.casefox-button--primary {
    background: #1a73e8;
    border-color: #1a73e8;
    color: #ffffff;
}

.casefox-button--primary:hover {
    background: #1660c4;
    border-color: #1660c4;
}

.casefox-button--secondary {
    background: #ffffff;
    border-color: #cccccc;
    color: #333333;
}

.casefox-button--secondary:hover {
    background: #f4f4f4;
}

a.casefox-cookie-preferences-link {
    cursor: pointer;
}

@media (max-width: 600px) {
    .casefox-cookie-banner {
        padding: 18px;
    }

    .casefox-cookie-banner__actions {
        flex-direction: column;
    }

    .casefox-cookie-banner__actions .casefox-button {
        width: 100%;
    }
}
