.ac-content_widget
    *
    :not(
        .wp-core-ui,
        .wp-editor-wrap,
        .tmce-active,
        .wp-editor-tools,
        .hide-if-no-js,
        .wp-media-buttons,
        .button,
        .insert-media,
        .add_media,
        .wp-media-buttons-icon,
        .wp-editor-tabs,
        .wp-switch-editor,
        .switch-tmce,
        .switch-html,
        .wp-editor-container,
        .quicktags-toolbar,
        .mce-tinymce,
        .mce-container,
        .mce-panel,
        .mce-container-body,
        .mce-stack-layout,
        .mce-top-part,
        .mce-stack-layout-item,
        .mce-first,
        .mce-menubar,
        .mce-toolbar,
        .mce-flow-layout,
        .mce-widget,
        .mce-btn,
        .mce-menubtn,
        .mce-flow-layout-item,
        .mce-btn-has-text,
        .mce-txt,
        .mce-caret,
        .mce-last,
        .mce-toolbar-grp,
        .mce-btn-group,
        .mce-disabled,
        .mce-ico,
        .mce-i-undo,
        .mce-i-redo,
        .mce-i-bold,
        .mce-i-italic,
        .mce-i-alignleft,
        .mce-i-aligncenter,
        .mce-i-alignright,
        .mce-i-alignjustify,
        .mce-i-outdent,
        .mce-i-indent,
        .mce-edit-area,
        .mce-statusbar,
        .mce-path,
        .mce-path-item,
        .mce-resizehandle,
        .mce-i-resize,
        .mce-branding,
        .mce-label,
        .wp-editor-area
    ) {
    /* font-family: 'Baloo Thambi 2', sans-serif !important;
*/
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    border: none;
    box-sizing: border-box !important;
    transition: all 0.3s linear;
}
.ac-pix_qr, .ac-code_bar{
    width: 100%;
    max-width: 500px !important;
    margin: 20px auto !important;
    display: block !important;
}
.ac-code_bar{
    max-width: 100% !important;
}
.ac-pix_or{
    text-align: center;
}
.ac-code_copy_b{
    cursor: pointer;
    background: #cbcbcb;
    padding: 20px !important;
    border-radius: 10px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    text-align: center;
    word-break: break-all;
    white-space: normal;
}
.ac-code_copy_v{
    cursor: pointer;
}
.ac-bank_info{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.ac-boleto_embed{
    width: 100%;
    max-width: 800px;
    margin: 0 auto !important;
    height: 300px;
    display: block;
    margin-bottom: 80px !important;
}
.ac-load_boleto{
    display: block;
    width: 30px;
    margin: 0 auto;
    margin-bottom: 80px !important;
}
#ac-btn_see_pdf{
    background: #333333;
    padding: 10px 30px !important;
    font-weight: 500;
    color: white;
    margin: 20px auto !important;
    font-size: 15px;
    border-radius: 100px;
    box-shadow: 0 0 20px #79797961;
    border: 2px solid white;
    display: block;
    cursor: pointer;
}
#ac-barcode_bol{
    width: 100%;
    max-width: 800px;
    display: block;
    margin: 0 auto;
}
.acgpfw_lines{
    display: flex;
    gap: 20px;
    padding-top: 5px;
}
.acgpfw_line{
    flex: 1 1;
}
.acgpfw_lines input, .acgpfw_lines select{
    width: 100%;
    display: block;
    font-size: 16px !important;
    padding: 7px 10px !important;
    border: 1px solid #d5d8dc !important;
    outline: none !important;
    border-radius: 5px;
    box-sizing: border-box;
}
.acgpfw_lines label{
    font-size: 15px !important;
    padding: 0px !important;
}
.acgpfw-desc{
    padding: 0px !important;
    margin: 0px !important;
    padding-bottom: 10px !important;
}
.payment_method_acgpfw_card img, 
.payment_method_acgpfw_boleto img, 
.payment_method_acgpfw_pix img{
    border-radius: 100px;
    max-width: 20px;
}
.wp-block-heading{ margin-bottom: 20px !important }
.ac-content_widget .ac-cc_box{border:1px solid #e5e7eb;border-radius:12px;padding:16px;max-width:680px;background:#fff}
.ac-cc_line{display:flex;justify-content:space-between;margin:.25rem 0}
.ac-l{color:#6b7280}.ac-r{font-weight:600}
.ac-badge{padding:.15rem .5rem;border-radius:999px;font-size:.85rem}
.ac-badge--success{background:#e8f5e9;color:#1b5e20;display: block;padding: 5px 20px !important;}
.ac-badge--warn{background:#fff8e1;color:#8d6e00;display: block;padding: 5px 20px !important;}
.ac-badge--neutral{background:#eceff1;color:#37474f;display: block;padding: 5px 20px !important;}
.ac-alert_msg, 
.ac-alert_money_pix_msg, 
.ac-alert_money_ticket_msg{
    font-size: .89em;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    text-align: center;
} 
.ac-alert_money_pix_msg, 
.ac-alert_money_ticket_msg{
    font-size: .98em;
    font-weight: bolder;
    margin-top: 0px;
}