/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

p {
  margin: 0 !important;
}

/* 折叠标题：文字样式+箭头靠右 */
.mfn-accordion .mfn-acc-item .mfn-acc-title {
    color: #333 !important;
    font-size: 18px !important;
    font-weight: normal !important;
    padding: 16px 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff !important;
}