.brevo-area a {
    font-size: 12px !important;
    color: inherit !important;
    text-decoration: underline !important;
}

.brevo-area {
    font-size: 12px !important;
    margin-top: 5px;
    margin-bottom: 5px;
}

.brevo-email-popup {
    width: 100%;
}

.brevo-submit-popup {
    width: 50%;
    padding: 1px !important;
    border: none;
    border-radius: 3px !important;
    color: #FFFFFF;
    text-align: center !important;
    background-color: #c69c70 !important;
    cursor: pointer;
    font-size: 14px;
    display: block;
    margin: 10px auto;
}

.brevo-submit-popup:hover {
    background-color: #b5835a !important;
}

.message span.success,
.message span.error {
    background: none !important;
}

.success {
    background: none !important;
}