@charset "UTF-8";
/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 1.0.1
*/

/**
 * ==================== 性能优化说明 ====================
 * 所有CSS文件已通过 functions/script-style.php 使用 wp_enqueue_style 并行加载
 * 原18个 @import 串行加载已优化为并行加载，性能提升5-10倍
 *
 * 加载的CSS文件列表：
 * - diy.css (基础样式)
 * - css/product.css (产品单页)
 * - css/page.css (单页面)
 * - css/single-archive.css (文章存档)
 * - css/single.css (文章单页)
 * - css/block-faq-list.css (折叠卡)
 * - css/plugin.css (插件)
 * - css/font-type.css (字体)
 * - css/header.css (头部)
 * - css/footer.css (底部)
 * - css/block-btn.css (按钮)
 * - css/clean-layout.css (布局/间距/填充/阴影)
 * - css/icon.css (图标)
 * - css/block-breadcrumb.css (面包屑)
 * - css/block-slider.css (轮播)
 * - css/block-lightbox.css (弹窗)
 * - css/block-tabs.css (切换卡)
 * - css/block-UX.css (UX编辑器，条件加载)
 * ===================================================
 */
.menu-dropdown-3 .medium-3 .col-inner {
    box-shadow: 1px 1px 3px #0000003d;
    border-radius: 10px;
}

.gradientbtn:hover{
    background: #FA7305;
    color: #fff !important;
    border-color: #FA7305 !important;
}


.pdf-file-download .toggle {
    left: AUTO;
    right: 0 !important;

}

.pdf-file-download .accordion-title {
    font-size: 15px;
    padding: .6em 2.3em .6em .5em;
 
}

.pdf-file-download .icon-angle-down:before {
    content: "\f1c1"; /* Font Awesome 6 PDF */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    speak: none !important;
    display: inline-block;
    font-style: normal !important;
    font-variant: normal !important;
    line-height: 1.2;
    margin-right: 6px;
    padding: 0;
    position: relative;
    text-transform: none !important;
}

.active>.toggle {
    transform: matrix(1, 0, 0, 1, 0, 0);
}