.elementor-1214 .elementor-element.elementor-element-ce1790f{--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-1214 .elementor-element.elementor-element-247380a{--display:flex;}.elementor-1214 .elementor-element.elementor-element-0715ee9{--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;}:root{--page-title-display:none;}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-fd1af32 *//* =========================================================
   Carnation Stylesheet (完整移植自芍药页面)
   完全保留原页面的设计语言和视觉风格
   ========================================================= */

/* ---------- Design Tokens ---------- */
:root {
  /* Brand */
    --primary-color: #2E8B57;     /* 海洋绿 - 主品牌色 */
    --secondary-color: #20B2AA;   /* 浅海洋绿 - 辅助色 */
    --accent-color: #FF8C42;      /* 暖橙色 - 点缀色（比珊瑚橙更暖） */
    
    /* Text / surfaces */
    --text-color: #2C3E50;        /* 深蓝灰 - 文字色 */
    --page-bg: #F8FFF8;           /* 极浅绿背景 */
    --surface: #FFFFFF;
    
    /* Light backgrounds */
    --light-bg: #E8F3E8;          /* 浅绿色背景 */
    --border-color: #A8D5BA;      /* 浅绿边框 */
    --shadow-light: rgba(46, 139, 86, 0.10);
    --shadow-medium: rgba(46, 139, 86, 0.15);
    
    /* Calendar gray - 保持不变 */
    --gray-month-bg: #f0f0f0;
    --gray-month-text: #888;
    --gray-month-border: #ddd;
    
    /* FAQ green - 微调 */
    --faq-green: #2E8B57;
    --faq-green-dark: #1E6B3F;
    
    /* Layout */
    --radius-lg: 16px;
    --radius-md: 12px;
    --radius-sm: 8px;
}

/* ---------- Reset ---------- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ---------- Base ---------- */
body {
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--page-bg);
    padding: 20px;
    margin: 0 auto;
}

/* 主容器 */
.container {
    max-width: 1200px;
    margin: 0 auto;
    background-color: var(--surface);
    border-radius: 12px;
    box-shadow: 0 5px 25px var(--shadow-light);
    overflow: hidden;
}

/* ---------- Header 区域 (原芍药 .header) ---------- */
.header {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    padding: 50px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.header::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path fill="rgba(255,255,255,0.05)" d="M50,0 Q60,30 70,20 T90,30 Q95,40 80,50 T70,70 Q60,80 50,70 T30,70 Q20,80 10,70 T20,50 Q5,40 10,30 T30,20 Q40,30 50,0Z"/></svg>');
    background-repeat: repeat;
    opacity: 0.2;
}

.header h2 {
    font-size: 2.8rem;
    margin-bottom: 20px;
    position: relative;
    text-shadow: 0 2px 5px rgba(0,0,0,0.2);
    font-weight: 700;
    line-height: 1.2;
}

.header .peony-icon {
    font-size: 2.5rem;
    margin-right: 15px;
    vertical-align: middle;
    color: rgba(255,255,255,0.9);
}

.header-subtitle {
    font-size: 1.2rem;
    opacity: 0.95;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    font-weight: 300;
    line-height: 1.7;
}

/* ---------- FC Peony 组件样式 (完全移植) ---------- */
.fc-peony { width: 100%; }
.fc-peony__wrap { max-width: 100%; margin: 0 auto; }
.fc-peony__header { padding: 0; }
.fc-peony__layout { width: 100%; padding: 0; }
.fc-peony__layout--noFilters { padding: 0; }

.fc-peony__h2 {
    color: var(--primary-color);
    font-size: 2rem;
    margin: 50px 0 25px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--light-bg);
    position: relative;
    font-weight: 600;
    letter-spacing: -0.5px;
}
.fc-peony__h2:first-child { margin-top: 0; }
.fc-peony__h2::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 80px;
    height: 3px;
    background-color: var(--accent-color);
    border-radius: 2px;
}

.fc-peony__h3 {
    color: var(--secondary-color);
    font-size: 1.6rem;
    margin: 40px 0 20px;
    display: flex;
    align-items: center;
    font-weight: 600;
}
.fc-peony__h3 i {
    margin-right: 12px;
    color: var(--primary-color);
    background-color: var(--light-bg);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.fc-peony__p {
    margin-bottom: 24px;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #444;
}

.fc-peony__list {
    margin: 25px 0 30px 25px;
    list-style-type: none;
}
.fc-peony__list li {
    margin-bottom: 15px;
    padding-left: 35px;
    position: relative;
    line-height: 1.6;
}
.fc-peony__list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--accent-color);
    font-weight: bold;
    font-size: 1.2rem;
    top: 0;
}

.fc-peony__list--ordered {
    counter-reset: ordered-list;
}
.fc-peony__list--ordered li {
    counter-increment: ordered-list;
    padding-left: 45px;
    margin-bottom: 20px;
}
.fc-peony__list--ordered li::before {
    content: counter(ordered-list);
    background-color: var(--primary-color);
    color: white;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 600;
    top: -2px;
}

/* Tip box */
.tip-box {
    background-color: var(--light-bg);
    border-left: 4px solid var(--primary-color);
    padding: 24px;
    margin: 30px 0;
    border-radius: 0 8px 8px 0;
    position: relative;
}
.tip-box::before {
    content: "💡";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.tip-box p { margin: 0; color: #555; }
.tip-box strong {
    color: var(--primary-color);
    background-color: transparent;
    padding: 0;
}

/* Sections */
.timing-section {
    background: linear-gradient(to right, rgba(5,150,105,0.05), transparent);
    padding: 20px;
    border-radius: 8px;
    margin: 25px 0;
    border-left: 3px solid var(--accent-color);
}
.packing-section {
    background: linear-gradient(to right, rgba(214,51,132,0.05), transparent);
    padding: 20px;
    border-radius: 8px;
    margin: 25px 0;
    border-left: 3px solid var(--primary-color);
}

.section-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, var(--border-color), transparent);
    margin: 40px 0;
}

/* ---------- Timeline (可用性日历) ---------- */
.fc-peony__timeline {
    background-color: var(--light-bg);
    border-radius: 12px;
    padding: 30px;
    margin: 40px;
    border: 1px solid rgba(214, 51, 132, 0.1);
    position: relative;
    overflow: visible;
}

.fc-peony__timelineHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 15px;
}
.fc-peony__timelineHead .fc-peony__h2 {
    margin: 0;
    color: var(--secondary-color);
    border-bottom: none;
}
.fc-peony__timelineHead .fc-peony__h2::before { display: none; }

.fc-peony__smallLink {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 8px 16px;
    background-color: white;
    border-radius: 6px;
    border: 1px solid rgba(214, 51, 132, 0.2);
    transition: all 0.3s ease;
}
.fc-peony__smallLink:hover {
    background-color: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(214, 51, 132, 0.2);
}

.fc-peony__months {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 40px;
    position: relative;
    overflow-x: auto;
    padding: 30px 10px 20px;
    margin-top: 10px;
}
.fc-peony__months::-webkit-scrollbar { height: 4px; }
.fc-peony__months::-webkit-scrollbar-track {
    background: rgba(214, 51, 132, 0.1);
    border-radius: 2px;
}
.fc-peony__months::-webkit-scrollbar-thumb {
    background: rgba(214, 51, 132, 0.3);
    border-radius: 2px;
}
.fc-peony__months::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    height: 3px;
    background: linear-gradient(90deg,
        rgba(214, 51, 132, 0.1) 0%,
        rgba(214, 51, 132, 0.2) 25%,
        rgba(214, 51, 132, 0.3) 50%,
        rgba(214, 51, 132, 0.2) 75%,
        rgba(214, 51, 132, 0.1) 100%);
    border-radius: 2px;
    z-index: 1;
    transform: translateY(-50%);
    margin-top: 10px;
}

.fc-peony__m {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 12px 6px;
    background-color: var(--gray-month-bg);
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--gray-month-text);
    border: 2px solid var(--gray-month-border);
    transition: all 0.3s ease;
    cursor: default;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    flex: 1;
    min-width: 70px;
    white-space: nowrap;
    opacity: 0.85;
}

.fc-peony__m:hover:not(.fc-peony__m--on) {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    background-color: #e6e6e6;
    color: #777;
    opacity: 0.95;
}

.fc-peony__m--on {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white !important;
    border-color: var(--primary-color);
    box-shadow: 0 6px 15px rgba(214, 51, 132, 0.3);
    transform: translateY(-5px);
    font-weight: 600;
    position: relative;
    z-index: 10;
    opacity: 1;
    animation: pulse 2s infinite ease-in-out;
}

.fc-peony__m--on::after {
    content: '✓';
    position: absolute;
    top: -10px;
    right: -8px;
    width: 26px;
    height: 26px;
    background: linear-gradient(135deg, var(--accent-color), #10b981);
    color: white;
    border-radius: 50%;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    box-shadow: 0 3px 8px rgba(5, 150, 105, 0.4);
    z-index: 11;
    border: 2px solid white;
}

.fc-peony__timelineNote {
    font-size: 0.95rem;
    color: #666;
    font-style: italic;
    margin: 0;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 6px;
    border-left: 3px solid var(--accent-color);
    margin-top: 10px;
}

/* ---------- Region & China Origin ---------- */
.fc-peony__region,
.fc-peony__china-origin {
    padding: 0 40px;
    margin: 30px 0;
}

.china-map {
    margin: 30px 0;
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: 0 8px 20px var(--shadow-light);
    border: 1px solid var(--border-color);
}

.china-map img {
    width: 100%;
    height: auto;
    display: block;
}

/* ---------- Content area ---------- */
.content {
    padding: 0 40px 40px;
}

.program-intro {
    margin: 30px 0;
    padding: 20px;
    background-color: var(--light-bg);
    border-radius: var(--radius-md);
    border-left: 4px solid var(--primary-color);
    font-size: 1.1rem;
}

.program-block {
    background: white;
    border-radius: var(--radius-lg);
    padding: 30px;
    margin: 30px 0;
    box-shadow: 0 5px 20px var(--shadow-light);
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.program-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px var(--shadow-medium);
}

.program-block h3 {
    color: var(--secondary-color);
    font-size: 1.5rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.program-block ul {
    margin: 20px 0;
    list-style: none;
}

.program-block ul li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.program-block ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-size: 1.5rem;
    top: -5px;
}

.recommendation {
    background-color: rgba(5, 150, 105, 0.05);
    padding: 15px;
    border-radius: var(--radius-sm);
    border-left: 3px solid var(--accent-color);
    margin-top: 20px;
}

.temperature-impact {
    background: linear-gradient(to right, rgba(214, 51, 132, 0.03), transparent);
    padding: 15px;
    border-radius: var(--radius-sm);
    margin-top: 15px;
    font-size: 0.95rem;
}

/* ---------- Bud Stage / Grade Guide ---------- */
.peony-bud-stage {
    padding: 0 40px 40px;
}

.section-header {
    margin-bottom: 40px;
}

.section-header h2 {
    color: var(--primary-color);
    font-size: 2rem;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--light-bg);
    position: relative;
    font-weight: 600;
}

.section-header h2::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 80px;
    height: 3px;
    background-color: var(--accent-color);
    border-radius: 2px;
}

.section-header p {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.7;
}

.bud-stage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin: 30px 0;
}

.bud-stage-card {
    background: white;
    border-radius: var(--radius-lg);
    padding: 30px;
    box-shadow: 0 8px 20px var(--shadow-light);
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
}

.bud-stage-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px var(--shadow-medium);
}

.bud-stage-card h3 {
    color: var(--secondary-color);
    font-size: 1.5rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--light-bg);
}

.bud-stage-card p {
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
}

.bud-stage-card ul {
    list-style: none;
    margin: 20px 0;
}

.bud-stage-card ul li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.bud-stage-card ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--accent-color);
    font-weight: bold;
}

.bud-stage-note {
    margin-top: 30px;
    padding: 20px;
    background-color: var(--light-bg);
    border-radius: var(--radius-md);
    border-left: 4px solid var(--primary-color);
    font-style: italic;
}

/* ---------- CTA 区域 ---------- */
.cta {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    text-align: center;
    padding: 60px 40px !important;
    border-radius: 0 !important;
}

.cta h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.cta p {
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto 30px;
    opacity: 0.95;
}

.cta-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.cta .btn.primary {
    background: white;
    color: var(--primary-color);
    border: 2px solid white;
    min-width: 160px;
}

.cta .btn.primary:hover {
    background: transparent;
    color: white;
}

.cta .btn.secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.cta .btn.secondary:hover {
    background: white;
    color: var(--primary-color);
}

.cta-note {
    font-size: 0.95rem;
    opacity: 0.8;
    margin-top: 20px;
}

/* ---------- 按钮通用样式 ---------- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    cursor: pointer;
}

.btn.primary {
    background: white;
    color: var(--primary-color);
    border: 2px solid white;
}

.btn.primary:hover {
    background: transparent;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.btn.secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn.secondary:hover {
    background: white;
    color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* ---------- 响应式设计 ---------- */
@media (max-width: 992px) {
    .header h2 {
        font-size: 2.2rem;
    }
    
    .fc-peony__months {
        flex-wrap: wrap;
    }
    
    .fc-peony__m {
        flex: 0 0 calc(25% - 8px);
    }
    
    .bud-stage-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    body {
        padding: 15px;
    }
    
    .header {
        padding: 40px 30px;
    }
    
    .header h2 {
        font-size: 1.9rem;
    }
    
    .header-subtitle {
        font-size: 1.1rem;
    }
    
    .fc-peony__h2 {
        font-size: 1.7rem;
    }
    
    .fc-peony__h3 {
        font-size: 1.4rem;
    }
    
    .fc-peony__p {
        font-size: 1rem;
    }
    
    .fc-peony__timeline {
        padding: 20px;
        margin: 30px 20px;
    }
    
    .fc-peony__region,
    .fc-peony__china-origin,
    .content,
    .peony-bud-stage {
        padding: 0 20px 30px;
    }
    
    .bud-stage-grid {
        grid-template-columns: 1fr;
    }
    
    .program-block {
        padding: 25px;
    }
    
    .cta {
        padding: 40px 20px !important;
    }
    
    .cta h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .header {
        padding: 30px 20px;
    }
    
    .header h2 {
        font-size: 1.6rem;
    }
    
    .header .peony-icon {
        font-size: 2rem;
        margin-right: 10px;
    }
    
    .fc-peony__timelineHead {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .fc-peony__months {
        padding: 25px 5px 15px;
        gap: 4px;
    }
    
    .fc-peony__m {
        flex: 0 0 calc(33.333% - 4px);
        font-size: 0.8rem;
        padding: 8px 3px;
        min-width: 55px;
    }
    
    .fc-peony__m--on::after {
        top: -8px;
        right: -6px;
        width: 22px;
        height: 22px;
        font-size: 0.75rem;
    }
    
    .fc-peony__list {
        margin-left: 15px;
    }
    
    .fc-peony__list li {
        padding-left: 30px;
    }
    
    .fc-peony__list--ordered li {
        padding-left: 40px;
    }
    
    .fc-peony__list--ordered li::before {
        width: 24px;
        height: 24px;
        font-size: 0.8rem;
    }
    
    .cta-actions {
        flex-direction: column;
    }
    
    .cta .btn {
        width: 100%;
    }
}

/* ---------- 动画 ---------- */
@keyframes pulse {
    0% {
        transform: translateY(-5px);
        box-shadow: 0 6px 15px rgba(214, 51, 132, 0.3);
    }
    50% {
        transform: translateY(-7px);
        box-shadow: 0 8px 20px rgba(214, 51, 132, 0.4);
    }
    100% {
        transform: translateY(-5px);
        box-shadow: 0 6px 15px rgba(214, 51, 132, 0.3);
    }
}

/* ---------- 打印样式 ---------- */
@media print {
    body {
        background: white;
        padding: 0;
        font-size: 12pt;
    }
    
    .container {
        box-shadow: none;
        margin: 0;
    }
    
    .header {
        background: white !important;
        color: black;
        padding: 20px 0;
        border-bottom: 2px solid #ddd;
    }
    
    .header::before {
        display: none;
    }
    
    .header h2 {
        color: black;
        text-shadow: none;
    }
    
    .fc-peony__smallLink,
    .btn {
        display: none;
    }
    
    .fc-peony__timeline,
    .program-block,
    .bud-stage-card {
        page-break-inside: avoid;
    }
    
    .fc-peony__m--on {
        animation: none;
        transform: none;
        background: #ddd;
        color: black !important;
    }
    
    .fc-peony__m--on::after {
        display: none;
    }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-26bfddf *//* ===============================
   RF FAQ ONLY (details/summary)
   Mobile-safe / WP-safe
================================ */

.rf-faq-only{
  --rf-primary: #27AE60;
  --rf-primary-rgb: 39, 174, 96;
  --rf-text: #333;
  --rf-muted: #556;
  --rf-border: rgba(var(--rf-primary-rgb), 0.12);

  width: 100%;
  color: var(--rf-text);
}

.rf-faq-only__wrap{
  width: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.06);
  position: relative;
  z-index: 1;
}

.rf-faq-only__title{
  font-size: 2rem;
  color: var(--rf-primary);
  text-align: center;
  margin: 0 0 26px 0;
  padding-bottom: 18px;
  border-bottom: 3px solid rgba(var(--rf-primary-rgb), 0.18);
  font-weight: 700;
  line-height: 1.25;
}

.rf-faq-only__item{
  border: 1px solid var(--rf-border);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 14px;
  transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
}

.rf-faq-only__item:hover{
  box-shadow: 0 8px 22px rgba(var(--rf-primary-rgb), 0.10);
  border-color: rgba(var(--rf-primary-rgb), 0.22);
}

.rf-faq-only__q{
  list-style: none; /* 去掉默认箭头 */
  cursor: pointer;
  padding: 18px 22px;
  background: linear-gradient(to right,
    rgba(var(--rf-primary-rgb), 0.06),
    rgba(var(--rf-primary-rgb), 0.10)
  );
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;

  /* 移动端点击增强 */
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  position: relative;
}

/* 兼容 Safari：隐藏默认 marker */
.rf-faq-only__q::-webkit-details-marker{ display: none; }
.rf-faq-only__q::marker{ content: ""; }

.rf-faq-only__qtext{
  font-weight: 700;
  color: #1e8449;
  font-size: 1.05rem;
  line-height: 1.45;
}

.rf-faq-only__icon{
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--rf-primary-rgb), 0.12);
  color: var(--rf-primary);
  flex: 0 0 auto;
  position: relative;
}

.rf-faq-only__icon::before{
  content: "+";
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.rf-faq-only__item[open] .rf-faq-only__icon::before{
  content: "−";
}

.rf-faq-only__a{
  padding: 18px 22px 22px;
  background: #fff;
  border-top: 1px solid rgba(0,0,0,0.06);
  color: var(--rf-muted);
  line-height: 1.7;
  font-size: 1rem;
}

.rf-faq-only__a p{ margin: 0; }

.rf-faq-only__footer{
  text-align: center;
  padding-top: 18px;
  margin-top: 8px;
  border-top: 1px solid rgba(var(--rf-primary-rgb), 0.12);
  color: #666;
}

.rf-faq-only__footer a{
  color: var(--rf-primary);
  font-weight: 700;
  text-decoration: none;
}
.rf-faq-only__footer a:hover{ text-decoration: underline; }

/* Responsive */
@media (max-width: 768px){
  .rf-faq-only__wrap{ padding: 24px; border-radius: 14px; }
  .rf-faq-only__title{ font-size: 1.6rem; }
  .rf-faq-only__q{ padding: 16px 18px; }
  .rf-faq-only__qtext{ font-size: 1rem; }
  .rf-faq-only__a{ padding: 16px 18px 18px; font-size: .98rem; }
}

@media (max-width: 480px){
  .rf-faq-only__wrap{ padding: 18px; }
  .rf-faq-only__title{ font-size: 1.4rem; }
  .rf-faq-only__icon{ width: 26px; height: 26px; }
}/* End custom CSS */