.marsalma-cookie-consent {
    position: fixed;
    z-index: 100000;
    right: 20px;
    bottom: 18px;
    left: 20px;
    display: none;
    max-width: 1100px;
    margin: 0 auto;
    color: #0b315d;
}

.marsalma-cookie-consent.is-open {
    display: block;
}

.marsalma-cookie-consent__inner {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 15px 18px;
    border: 1px solid #d7e0e9;
    border-radius: 8px;
    background: #f6f6f6;
    box-shadow: 0 8px 28px rgba(8, 40, 73, .14);
}

.marsalma-cookie-consent__copy {
    flex: 1;
}

.marsalma-cookie-consent p {
    margin: 0;
    color: #27394b;
    font-size: 16px;
    line-height: 1.4;
}

.marsalma-cookie-consent__copy a {
    color: #0f4a82;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.marsalma-cookie-consent__actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 14px;
}

.marsalma-cookie-consent__actions .button {
    min-height: 42px;
    padding: 0 18px;
    white-space: nowrap;
    border-radius: 8px;
}

.marsalma-cookie-consent__actions .button--primary {
    border-color: #164b80;
    background: #164b80;
    color: #fff;
}

.marsalma-cookie-consent__actions .button--primary:hover,
.marsalma-cookie-consent__actions .button--primary:focus-visible {
    border-color: #0b315d;
    background: #0b315d;
    color: #fff;
}

.marsalma-cookie-consent__essential {
    padding: 4px 0;
    border: 0;
    background: transparent;
    color: #536b83;
    font: inherit;
    font-size: 13px;
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
}

.footer-cookie-settings {
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    cursor: pointer;
}

.footer-cookie-settings:hover,
.footer-cookie-settings:focus-visible {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 760px) {
    .marsalma-cookie-consent {
        right: 12px;
        bottom: 12px;
        left: 12px;
    }

    .marsalma-cookie-consent__inner,
    .marsalma-cookie-consent__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .marsalma-cookie-consent__inner {
        gap: 12px;
        padding: 14px;
        border-radius: 8px;
    }

    .marsalma-cookie-consent__actions .button {
        width: 100%;
    }

    .marsalma-cookie-consent p {
        font-size: 14px;
    }
}
