.elementor-1696 .elementor-element.elementor-element-9dcd611{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1696 .elementor-element.elementor-element-4b56ca1{text-align:center;}.elementor-1696 .elementor-element.elementor-element-775caf0{--display:flex;}.elementor-1696 .elementor-element.elementor-element-5b8c687{--display:flex;}.elementor-1696 .elementor-element.elementor-element-2756027{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1696 .elementor-element.elementor-element-81547e9{--display:flex;}.elementor-1696 .elementor-element.elementor-element-e80d948{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1696 .elementor-element.elementor-element-0f2149c{--n-tabs-heading-wrap:wrap;--n-tabs-heading-overflow-x:initial;--n-tabs-title-white-space:initial;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-deb8e33 */body {
    -webkit-user-select: none; /* Chrome, Safari, Opera */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE/Edge */
    user-select: none;         /* Standard */
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-deb8e33 */body {
    -webkit-user-select: none; /* Chrome, Safari, Opera */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE/Edge */
    user-select: none;         /* Standard */
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-deb8e33 */body {
    -webkit-user-select: none; /* Chrome, Safari, Opera */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE/Edge */
    user-select: none;         /* Standard */
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-775caf0 *//* 1. 美化页面自带的“FAQ”标题 */
.page-title {
    text-align: center;
    color: #2A4B99;
    font-size: 42px;
    font-weight: 700;
    margin: 40px 0 30px;
    letter-spacing: 1px;
}

/* 2. 分类标签（全部/Basic Information）美化 */
.easy-faq-tax-filters {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    text-align: center;
}
.easy-faq-tax-filters a {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding: 8px 16px;
    margin: 0 8px;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}
.easy-faq-tax-filters a:hover,
.easy-faq-tax-filters a.active {
    background: #2A4B99;
    color: #fff;
}

/* 3. FAQ问题卡片美化 */
.easy-faq-toggle .easy-faq-question {
    background: #fff;
    color: #2A4B99;
    font-weight: 600;
    font-size: 17px;
    padding: 18px 22px;
    border-radius: 8px;
    margin-bottom: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
    border: none !important;
}
.easy-faq-toggle .easy-faq-question:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}
/* 替换默认的+/-箭头 */
.easy-faq-toggle .easy-faq-question::before {
    content: "+";
    color: #2A4B99;
    font-size: 20px;
    font-weight: bold;
}
.easy-faq-toggle .easy-faq-question.open::before {
    content: "-";
}

/* 4. FAQ答案内容美化 */
.easy-faq-toggle .easy-faq-answer {
    padding: 0 22px 20px;
    color: #444;
    font-size: 16px;
    line-height: 1.7;
    background: #f8f9fa;
    border-radius: 0 0 8px 8px;
    margin-top: -12px;
    margin-bottom: 12px;
}
.easy-faq-toggle .easy-faq-answer ul,
.easy-faq-toggle .easy-faq-answer ol {
    padding-left: 25px;
    margin: 10px 0;
}/* End custom CSS */