.ionmara-cookie-consent {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 120;
    width: min(520px, calc(100vw - 36px));
    color: #18181b;
}
.ionmara-cookie-consent[hidden] {
    display: none;
}
.ionmara-cookie-consent__content {
    border: 1px solid rgba(24, 24, 27, 0.08);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 70px rgba(24, 24, 27, 0.18);
    backdrop-filter: blur(16px);
    padding: 20px;
}
.ionmara-cookie-consent__eyebrow {
    margin: 0 0 8px;
    color: #ef4136;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.ionmara-cookie-consent h2 {
    margin: 0 0 8px;
    color: #09090b;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
}
.ionmara-cookie-consent p {
    margin: 0;
    color: #71717a;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.65;
}
.ionmara-cookie-consent__preferences {
    display: grid;
    gap: 8px;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #f1f1f3;
}
.ionmara-cookie-consent__preferences[hidden] {
    display: none;
}
.ionmara-cookie-consent__preferences label {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #3f3f46;
    font-size: 13px;
    font-weight: 600;
}
.ionmara-cookie-consent__preferences input {
    accent-color: #ef4136;
}
.ionmara-cookie-consent__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 18px;
}
.ionmara-cookie-consent__actions button {
    min-height: 40px;
    border: 1px solid #e4e4e7;
    border-radius: 999px;
    background: #fff;
    color: #3f3f46;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    padding: 0 16px;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.ionmara-cookie-consent__actions button:hover {
    border-color: #ef4136;
    color: #ef4136;
}
.ionmara-cookie-consent__actions [data-cookie-accept] {
    border-color: #09090b;
    background: #09090b;
    color: #fff;
}
.ionmara-cookie-consent__actions [data-cookie-accept]:hover {
    border-color: #ef4136;
    background: #ef4136;
    color: #fff;
}
@media (max-width: 640px) {
    .ionmara-cookie-consent {
        right: 12px;
        bottom: 12px;
        width: calc(100vw - 24px);
    }
    .ionmara-cookie-consent__actions {
        justify-content: stretch;
    }
    .ionmara-cookie-consent__actions button {
        flex: 1 1 100%;
    }
}
