.maaab-consent-banner {
    position: fixed;
    z-index: 10050;
    right: 20px;
    bottom: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    max-width: 680px;
    margin: 0 auto;
    padding: 14px 16px;
    color: #1f2937;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .24);
}

.maaab-consent-banner[hidden] {
    display: none !important;
}

.maaab-consent-banner p {
    margin: 0;
    line-height: 1.5;
}

.maaab-consent-banner .btn {
    min-width: 88px;
    flex: 0 0 auto;
}

.maaab-cookie-preferences-link {
    padding: 0;
    color: inherit;
    background: transparent;
    border: 0;
    text-decoration: underline;
}

.maaab-page-title,
.maaab-product-title-heading {
    margin: 0;
    font-size: 20px;
    line-height: 1.35;
}

.maaab-page-content-section {
    margin-top: 24px;
}

@media (max-width: 767px) {
    .maaab-consent-banner {
        right: 10px;
        bottom: 74px;
        left: 10px;
        padding: 12px 14px;
    }
}
