/* Base block styles (all pages) */
#mfbrevo_newsletter_block_left .form-group {
    margin-bottom: 0;
}

#module-mfbrevosubscribe-consent #center_column h1 {
    margin: 10px 0;
    text-transform: uppercase;
    color: #008198;
    font-size: 32px;
    text-align: center;
    padding: 20px;
}

#module-mfbrevosubscribe-consent #center_column h3 {
    font-size: 16px;
    border-bottom: none;
    margin: 0;
    padding: 20px 0 10px 0;
    width: 100%;
    font-weight: 700;
    color: #008198;
    text-align: left;
}

@media (max-width: 991px) {
    #mfbrevo_newsletter_block_left .mfbrevo-title_block {
        position: relative;
        padding-right: 24px;
        cursor: pointer;
    }
    #mfbrevo_newsletter_block_left .mfbrevo-title_block:after {
        content: '\f068';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-family: "FontAwesome";
        font-size: 18px;
        line-height: 1;
        color: #6e6e6e;
    }
    #mfbrevo_newsletter_block_left .mfbrevo-title_block.active:after {
        content: "\f067"; font-family: "FontAwesome"; font-size: 18px;
        color: #6e6e6e;
        
    }
    #brevo-widget-placeholder {
    display: block!important;
    }

    #mfbrevo_newsletter_block_left {
        padding: 12px!important; 
    }

}
@media (max-width: 3500px){
#mfbrevo_newsletter_block_left {
    padding: 22px;
}


}

/* Consent page only: centered, narrow block */
#mfbrevo_message {
    margin-top: 10px;
    font-size: 11px;
}

.mfbrevo-success {
    color: green;
}

.mfbrevo-error {
    color: red;
}


@media (min-width: 992px) {
#center_column > div > div > div > div.block_content {
    padding-left: 40px;
    width: 50%;
}}


/* Modal Styles - mimicking PrestaShop/Bootstrap styles */
.mfbrevo-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.mfbrevo-modal-content {
    background-color: #fbfbfb;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    max-width: 500px;
    /* Constrain width */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
    border-radius: 5px;
}

.mfbrevo-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}

.mfbrevo-close:hover,
.mfbrevo-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#mfbrevo_name_modal h4 {
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

#mfbrevo_name_modal p {
    margin-bottom: 15px;
}

#mfbrevo_name_modal .form-group {
    margin-bottom: 15px;
}

#mfbrevo_modal_message {
    margin-top: 10px;
    font-size: 11px;
}


.mfbrevo-consent-info {
    margin-bottom: 25px;
    line-height: 2em;
    clear: both;
}

.mfbrevo-consent-form .form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.mfbrevo-consent-form .newsletter-input {
    flex: 1 1 280px;
}

.mfbrevo-consent-form .alert-info {
    margin: 30px 40px 0px;
}

.mfbrevo-title_block {
padding-top: 10px;
padding-bottom: 10px;
color: #186a77;
}

#mfbrevo_newsletter_input {
width: 100%;
height: 33px;
margin-bottom: 12px;    
}
#mfbrevo_newsletter_form > div.form-group > button { margin-bottom: 12px;}

.mfbrevo-more{
    clear: both;
    padding-top: 15px;
    font-size: 12px;
}

.mfbrevo-more a {
    color: #008198;
    text-decoration: none;
}
.mfbrevo-more a:hover {
    text-decoration: underline;
    
}

#mfbrevo_form_placeholder {
    float: none;
    margin: auto;
}
#mfbrevo_form_placeholder #mfbrevo_newsletter_block_left{
    box-shadow: 0 1px 6px rgba(0, 0, 0, 31%);
    margin: 40px 0 40px 0;
}