
.mailpoet_confirm_unsubscribe,
.mailpoet-manage-subscription { font-size: 18px; font-family: inherit; }

.mailpoet_page .box p,
.mailpoet_paragraph { font-size: 18px; margin: 1em 0;}

.mailpoet-manage-subscription .mailpoet_text_label,
.mailpoet-manage-subscription .mailpoet_text,
/*
.mailpoet-manage-subscription .mailpoet_checkbox_label,
.mailpoet-manage-subscription .mailpoet_segment_label,
*/


.mailpoet-manage-subscription .mailpoet-change-email-info { display: none !important; }



.mailpoet-manage-subscription select  {
    appearance: none;
    flex: 1;
    border: 1px solid #B09F6B;
    background-repeat: no-repeat;
    border-radius: 12px;
    font-size: 16px;
    line-height: 1 !important;

    padding: 0 20px;
    height: 3.5em;
    width: 100%;
    cursor: pointer;
    background-size: 1em auto;
    background-position: calc(100% - 20px) 50%;
    background-size: 1em 0.666em;
    /* background-image: url(data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16.5 8.9" style="enable-background:new 0 0 16.5 8.9;" xml:space="preserve"><path fill="none" stroke="%23545751" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M16,0.5l-3.9,3.9L8.3,8.4L0.5,0.5"/></svg>);
 */

    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16.5 8.9" style="enable-background:new 0 0 16.5 8.9;" xml:space="preserve"><path fill="none" stroke="%23545751" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M16,0.5l-3.9,3.9L8.3,8.4L0.5,0.5"/></svg>');
}

.mailpoet-manage-subscription input.mailpoet_submit {
     font-family: inherit;
    display: block;
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid #B09F6B;
    border-radius: 12px;
    font-size: 16px;
    line-height: 1 !important;
    padding: 0 20px;
    height: 3.5em;
    border: 1px solid #00B2B9;
    background: #00B2B9;
    color: #FFFFFF;
    font-weight: 700;
    transition: all 0.2s ease;
}
.mailpoet-manage-subscription input:hover {
    opacity: 0.8;
}

.mailpoet-manage-subscription select  {
    width: 100%;
    cursor: pointer;

    background-size: 2rem auto;
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 50%;
    background-size: 1em 0.666em;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16.5 8.9" style="enable-background:new 0 0 16.5 8.9;" xml:space="preserve"><path fill="none" stroke="%23545751" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M16,0.5l-3.9,3.9L8.3,8.4L0.5,0.5"/></svg>');
}
.mailpoet-manage-subscription select:active, .mailpoet-manage-subscription select:active:hover {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16.5 8.9" style="enable-background:new 0 0 16.5 8.9;" xml:space="preserve"><path fill="none" stroke="%23545751" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M0.5,8.4l3.9-3.9l3.9-3.9L16,8.4"/></svg>');
}