.mrm-consent-banner {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    max-width: 980px;
    padding: 18px 20px;
    color: #fff;
    background: #0f3d55;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .22);
}

.mrm-consent-copy p {
    margin: 6px 0 0;
}

.mrm-consent-actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.mrm-consent-primary,
.mrm-consent-secondary {
    border: 0;
    padding: 10px 16px;
    font-weight: 700;
}

.mrm-consent-primary {
    color: #0f3d55;
    background: #fff;
}

.mrm-consent-secondary {
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .65);
}

.mrm-third-party-placeholder {
    padding: 18px;
    color: #0f3d55;
    background: #eef3f6;
    border: 1px solid #d7e2e8;
}

@media (max-width: 767px) {
    .mrm-consent-banner {
        flex-direction: column;
        align-items: flex-start;
    }
}
