/**
 * Writers Dashboard — Editor Tools CSS (v3.3.0)
 * Styles for:
 *  - Auto headline suggestions panel below title
 *  - 15 new editor-side writer tools grid
 *  - Modal output displays for each tool
 */

/* ═══════════════════════════════════════════════════════════════
   AUTO HEADLINE SUGGESTIONS — live panel below title box
   ═══════════════════════════════════════════════════════════════ */
.wd-wrap .wd-headline-sugg {
    margin-top: 14px !important;
    padding: 0 !important;
    border: 1px solid #fde68a !important;
    border-radius: 14px !important;
    background: linear-gradient(180deg, #fffbeb 0%, #fef3c7 100%) !important;
    overflow: hidden !important;
    box-shadow: 0 4px 12px rgba(245,158,11,0.08) !important;
    animation: wd-hls-fade 0.35s cubic-bezier(0.22, 1, 0.36, 1) !important;
}
.wd-wrap .wd-headline-sugg[hidden] { display: none !important; }
@keyframes wd-hls-fade {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
}
.wd-wrap .wd-hls-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 11px 14px !important;
    background: linear-gradient(135deg, #f59e0b, #f97316) !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0.02em !important;
    text-transform: uppercase !important;
}
.wd-wrap .wd-hls-head-left {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
}
.wd-wrap .wd-hls-pulse {
    display: inline-block !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0 0 0 0 rgba(255,255,255,0.7) !important;
    animation: wd-hls-pulse 2s ease-out infinite !important;
}
@keyframes wd-hls-pulse {
    0% { box-shadow: 0 0 0 0 rgba(255,255,255,0.75); }
    80% { box-shadow: 0 0 0 10px rgba(255,255,255,0); }
    100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}
.wd-wrap .wd-hls-head button {
    background: rgba(255,255,255,0.25) !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
    padding: 5px 12px !important;
    border-radius: 7px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.18s !important;
    font-family: inherit !important;
}
.wd-wrap .wd-hls-head button:hover {
    background: rgba(255,255,255,0.4) !important;
    transform: translateY(-1px) !important;
}
.wd-wrap .wd-hls-body {
    padding: 10px !important;
    background: #ffffff !important;
    max-height: 340px !important;
    overflow-y: auto !important;
}
.wd-wrap .wd-hls-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    padding: 10px 12px !important;
    margin-bottom: 6px !important;
    background: #fafbfc !important;
    border: 1px solid #eaedf2 !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    transition: all 0.18s cubic-bezier(0.22, 1, 0.36, 1) !important;
    animation: wd-hls-item-in 0.35s cubic-bezier(0.22, 1, 0.36, 1) both !important;
}
.wd-wrap .wd-hls-item:last-child { margin-bottom: 0 !important; }
@keyframes wd-hls-item-in {
    from { opacity: 0; transform: translateX(-10px); }
    to { opacity: 1; transform: translateX(0); }
}
.wd-wrap .wd-hls-item:nth-child(1) { animation-delay: 0s !important; }
.wd-wrap .wd-hls-item:nth-child(2) { animation-delay: 0.04s !important; }
.wd-wrap .wd-hls-item:nth-child(3) { animation-delay: 0.08s !important; }
.wd-wrap .wd-hls-item:nth-child(4) { animation-delay: 0.12s !important; }
.wd-wrap .wd-hls-item:nth-child(5) { animation-delay: 0.16s !important; }
.wd-wrap .wd-hls-item:nth-child(6) { animation-delay: 0.20s !important; }
.wd-wrap .wd-hls-item:nth-child(7) { animation-delay: 0.24s !important; }
.wd-wrap .wd-hls-item:nth-child(8) { animation-delay: 0.28s !important; }
.wd-wrap .wd-hls-item:hover {
    border-color: #f59e0b !important;
    background: #fffbeb !important;
    transform: translateX(3px) !important;
    box-shadow: 0 3px 8px rgba(245,158,11,0.15) !important;
}
.wd-wrap .wd-hls-tag {
    flex-shrink: 0 !important;
    padding: 2px 8px !important;
    border-radius: 5px !important;
    font-size: 9px !important;
    font-weight: 800 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    margin-top: 2px !important;
    white-space: nowrap !important;
}
.wd-wrap .wd-hls-tag.tag-howto { background: #dbeafe !important; color: #1e40af !important; }
.wd-wrap .wd-hls-tag.tag-question { background: #e0e7ff !important; color: #4338ca !important; }
.wd-wrap .wd-hls-tag.tag-number { background: #fef3c7 !important; color: #92400e !important; }
.wd-wrap .wd-hls-tag.tag-emotional { background: #fce7f3 !important; color: #9f1239 !important; }
.wd-wrap .wd-hls-tag.tag-seo { background: #d1fae5 !important; color: #065f46 !important; }
.wd-wrap .wd-hls-tag.tag-news { background: #fee2e2 !important; color: #991b1b !important; }
.wd-wrap .wd-hls-tag.tag-curiosity { background: #ede9fe !important; color: #5b21b6 !important; }
.wd-wrap .wd-hls-tag.tag-direct { background: #f3f4f6 !important; color: #374151 !important; }
.wd-wrap .wd-hls-tag.tag-opinion { background: #fef3c7 !important; color: #78350f !important; }
.wd-wrap .wd-hls-tag.tag-review { background: #dcfce7 !important; color: #166534 !important; }
.wd-wrap .wd-hls-text {
    flex: 1 !important;
    min-width: 0 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #1f2937 !important;
    line-height: 1.5 !important;
    letter-spacing: -0.005em !important;
}
.wd-wrap .wd-hls-meta {
    font-size: 10.5px !important;
    color: #9ca3af !important;
    margin-top: 3px !important;
    font-weight: 500 !important;
}
.wd-wrap .wd-hls-actions {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    flex-shrink: 0 !important;
}
.wd-wrap .wd-hls-use {
    padding: 5px 12px !important;
    background: linear-gradient(135deg, #f59e0b, #f97316) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 7px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.18s !important;
    font-family: inherit !important;
    white-space: nowrap !important;
}
.wd-wrap .wd-hls-use:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 10px rgba(249,115,22,0.3) !important;
}
.wd-wrap .wd-hls-copy {
    padding: 5px 12px !important;
    background: #fff !important;
    color: #6b7280 !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 7px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.18s !important;
    font-family: inherit !important;
}
.wd-wrap .wd-hls-copy:hover {
    border-color: #f59e0b !important;
    color: #f59e0b !important;
}
.wd-wrap .wd-hls-empty,
.wd-wrap .wd-hls-loading {
    padding: 24px 16px !important;
    text-align: center !important;
    font-size: 13px !important;
    color: #9ca3af !important;
}

/* ═══════════════════════════════════════════════════════════════
   EDITOR TOOLS GRID — 15 new writer tools in sidebar
   ═══════════════════════════════════════════════════════════════ */
.wd-wrap .wd-ed-tools-card {
    margin-top: 16px !important;
}
.wd-wrap .wd-ed-tools-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 12px !important;
}
.wd-wrap .wd-ed-tools-head h4 {
    margin: 0 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    color: #1f2937 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
}
.wd-wrap .wd-ed-tools-toggle {
    background: transparent !important;
    border: 1px solid #e5e7eb !important;
    padding: 4px 10px !important;
    border-radius: 6px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #6b7280 !important;
    cursor: pointer !important;
    transition: all 0.15s !important;
    font-family: inherit !important;
}
.wd-wrap .wd-ed-tools-toggle:hover {
    border-color: #f59e0b !important;
    color: #f59e0b !important;
}
.wd-wrap .wd-ed-tools-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px !important;
}
.wd-wrap .wd-ed-tools-grid[hidden] { display: none !important; }
.wd-wrap .wd-ed-tool {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    padding: 11px 6px !important;
    background: linear-gradient(180deg, #fafbfc, #f3f4f6) !important;
    border: 1px solid #eaedf2 !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    transition: all 0.2s cubic-bezier(0.22, 1, 0.36, 1) !important;
    font-family: inherit !important;
    text-align: center !important;
    min-height: 68px !important;
}
.wd-wrap .wd-ed-tool:hover {
    background: #fff !important;
    border-color: #f59e0b !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 10px rgba(249,115,22,0.15) !important;
}
.wd-wrap .wd-ed-tool-icon {
    font-size: 18px !important;
    line-height: 1 !important;
    transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}
.wd-wrap .wd-ed-tool:hover .wd-ed-tool-icon {
    transform: scale(1.18) rotate(-5deg) !important;
}
.wd-wrap .wd-ed-tool-label {
    font-size: 10.5px !important;
    font-weight: 700 !important;
    color: #374151 !important;
    line-height: 1.3 !important;
    letter-spacing: -0.005em !important;
}
.wd-wrap .wd-ed-tool:hover .wd-ed-tool-label {
    color: #f59e0b !important;
}

/* ═══════════════════════════════════════════════════════════════
   TOOL MODAL — inputs, buttons, result displays
   ═══════════════════════════════════════════════════════════════ */
.wd-wrap .wd-ext-input,
.wd-wrap .wd-ext-textarea,
.wd-wrap .wd-ext-select {
    width: 100% !important;
    padding: 11px 14px !important;
    border: 1.5px solid #eaedf2 !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-family: inherit !important;
    color: #1f2937 !important;
    box-sizing: border-box !important;
    outline: none !important;
    transition: border-color 0.2s !important;
    background: #fff !important;
}
.wd-wrap .wd-ext-textarea {
    min-height: 110px !important;
    resize: vertical !important;
    line-height: 1.6 !important;
}
.wd-wrap .wd-ext-select { cursor: pointer !important; }
.wd-wrap .wd-ext-input:focus,
.wd-wrap .wd-ext-textarea:focus,
.wd-wrap .wd-ext-select:focus {
    border-color: #f59e0b !important;
}
.wd-wrap .wd-ext-row {
    display: flex !important;
    gap: 10px !important;
    margin-bottom: 12px !important;
    flex-wrap: wrap !important;
}
.wd-wrap .wd-ext-row > * { flex: 1 1 auto !important; min-width: 0 !important; }
.wd-wrap .wd-ext-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    padding: 12px 20px !important;
    background: linear-gradient(135deg, #f59e0b, #f97316) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
    font-family: inherit !important;
    width: 100% !important;
}
.wd-wrap .wd-ext-btn:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 14px rgba(249,115,22,0.3) !important;
}
.wd-wrap .wd-ext-btn:active { transform: translateY(0) !important; }
.wd-wrap .wd-ext-results {
    margin-top: 14px !important;
    padding: 14px !important;
    background: #f9fafb !important;
    border: 1px solid #eaedf2 !important;
    border-radius: 12px !important;
    animation: wd-ext-fade 0.3s cubic-bezier(0.22, 1, 0.36, 1) !important;
}
@keyframes wd-ext-fade {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}
.wd-wrap .wd-ext-result-item {
    padding: 10px 12px !important;
    background: #fff !important;
    border: 1px solid #eaedf2 !important;
    border-radius: 9px !important;
    margin-bottom: 6px !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 10px !important;
    transition: all 0.15s !important;
}
.wd-wrap .wd-ext-result-item:hover {
    border-color: #fde68a !important;
    background: #fffbeb !important;
}
.wd-wrap .wd-ext-result-item:last-child { margin-bottom: 0 !important; }
.wd-wrap .wd-ext-result-text {
    flex: 1 !important;
    font-size: 13px !important;
    color: #1f2937 !important;
    line-height: 1.55 !important;
    min-width: 0 !important;
    word-break: break-word !important;
}
.wd-wrap .wd-ext-copy-btn,
.wd-wrap .wd-ext-insert-btn {
    padding: 5px 12px !important;
    border-radius: 6px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.15s !important;
    font-family: inherit !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    border: none !important;
}
.wd-wrap .wd-ext-copy-btn {
    background: #fff !important;
    border: 1px solid #e5e7eb !important;
    color: #6b7280 !important;
    font-weight: 600 !important;
}
.wd-wrap .wd-ext-copy-btn:hover {
    background: #f59e0b !important;
    border-color: #f59e0b !important;
    color: #fff !important;
}
.wd-wrap .wd-ext-copy-btn.copied {
    background: #10b981 !important;
    border-color: #10b981 !important;
    color: #fff !important;
}
.wd-wrap .wd-ext-insert-btn {
    background: linear-gradient(135deg, #10b981, #059669) !important;
    color: #fff !important;
}
.wd-wrap .wd-ext-insert-btn:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 10px rgba(16,185,129,0.3) !important;
}

/* Stat pill groups */
.wd-wrap .wd-ext-stats {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)) !important;
    gap: 8px !important;
    margin-bottom: 10px !important;
}
.wd-wrap .wd-ext-stat {
    padding: 10px 12px !important;
    background: #fff !important;
    border: 1px solid #eaedf2 !important;
    border-radius: 9px !important;
    text-align: center !important;
}
.wd-wrap .wd-ext-stat-val {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #1f2937 !important;
    line-height: 1 !important;
    font-variant-numeric: tabular-nums !important;
    letter-spacing: -0.02em !important;
}
.wd-wrap .wd-ext-stat-label {
    font-size: 10.5px !important;
    font-weight: 700 !important;
    color: #9ca3af !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    margin-top: 4px !important;
}

/* Progress bars (emotion analyzer) */
.wd-wrap .wd-ext-bar-row {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 7px !important;
    font-size: 12px !important;
}
.wd-wrap .wd-ext-bar-label {
    flex-shrink: 0 !important;
    width: 90px !important;
    font-weight: 600 !important;
    color: #374151 !important;
}
.wd-wrap .wd-ext-bar {
    flex: 1 !important;
    height: 8px !important;
    background: #f1f3f7 !important;
    border-radius: 999px !important;
    overflow: hidden !important;
    position: relative !important;
}
.wd-wrap .wd-ext-bar-fill {
    height: 100% !important;
    border-radius: 999px !important;
    transition: width 0.7s cubic-bezier(0.22, 1, 0.36, 1) !important;
}
.wd-wrap .wd-ext-bar-num {
    flex-shrink: 0 !important;
    width: 44px !important;
    text-align: right !important;
    font-weight: 700 !important;
    color: #1f2937 !important;
    font-variant-numeric: tabular-nums !important;
}

/* Flagged sentence card (passive, cliché) */
.wd-wrap .wd-ext-flag {
    padding: 10px 12px !important;
    background: #fffbeb !important;
    border: 1px solid #fde68a !important;
    border-left: 3px solid #f59e0b !important;
    border-radius: 0 8px 8px 0 !important;
    margin-bottom: 6px !important;
    font-size: 12.5px !important;
    color: #78350f !important;
    line-height: 1.5 !important;
}
.wd-wrap .wd-ext-flag strong { color: #92400e !important; }
.wd-wrap .wd-ext-flag-meta {
    font-size: 10.5px !important;
    color: #a16207 !important;
    margin-top: 4px !important;
    font-weight: 500 !important;
}

/* Verdict banners */
.wd-wrap .wd-ext-verdict {
    padding: 10px 14px !important;
    border-radius: 10px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    margin-top: 8px !important;
    line-height: 1.5 !important;
}
.wd-wrap .wd-ext-verdict.v-good { background: #ecfdf5 !important; border: 1px solid #a7f3d0 !important; color: #065f46 !important; }
.wd-wrap .wd-ext-verdict.v-warn { background: #fffbeb !important; border: 1px solid #fde68a !important; color: #78350f !important; }
.wd-wrap .wd-ext-verdict.v-bad { background: #fef2f2 !important; border: 1px solid #fecaca !important; color: #991b1b !important; }
.wd-wrap .wd-ext-verdict.v-info { background: #eff6ff !important; border: 1px solid #bfdbfe !important; color: #1e40af !important; }

/* Section reading time rows */
.wd-wrap .wd-ext-section-row {
    display: grid !important;
    grid-template-columns: 30px 1fr auto !important;
    gap: 10px !important;
    align-items: center !important;
    padding: 8px 10px !important;
    background: #fff !important;
    border: 1px solid #eaedf2 !important;
    border-radius: 8px !important;
    margin-bottom: 5px !important;
    font-size: 12.5px !important;
}
.wd-wrap .wd-ext-section-num {
    width: 26px !important;
    height: 26px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #f59e0b, #f97316) !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.wd-wrap .wd-ext-section-title {
    font-weight: 600 !important;
    color: #1f2937 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    min-width: 0 !important;
}
.wd-wrap .wd-ext-section-meta {
    font-size: 11px !important;
    color: #6b7280 !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
}

/* Chip list (synonyms) */
.wd-wrap .wd-ext-chips {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
}
.wd-wrap .wd-ext-chip {
    padding: 5px 12px !important;
    background: #fff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 14px !important;
    font-size: 12.5px !important;
    color: #374151 !important;
    cursor: pointer !important;
    font-family: inherit !important;
    transition: all 0.15s !important;
}
.wd-wrap .wd-ext-chip:hover {
    background: linear-gradient(135deg, #f59e0b, #f97316) !important;
    border-color: transparent !important;
    color: #fff !important;
    transform: translateY(-1px) !important;
}

/* Empty state */
.wd-wrap .wd-ext-empty {
    padding: 28px 14px !important;
    text-align: center !important;
    color: #9ca3af !important;
    font-size: 13px !important;
}
.wd-wrap .wd-ext-empty-icon {
    font-size: 28px !important;
    margin-bottom: 6px !important;
    opacity: 0.6 !important;
}

/* ═══════════════════════════════════════════════════════════════
   MOBILE
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
    .wd-wrap .wd-ed-tools-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 6px !important;
    }
    .wd-wrap .wd-ed-tool {
        min-height: 60px !important;
        padding: 8px 4px !important;
    }
    .wd-wrap .wd-ed-tool-icon { font-size: 16px !important; }
    .wd-wrap .wd-ed-tool-label { font-size: 9.5px !important; }
    .wd-wrap .wd-hls-item {
        flex-wrap: wrap !important;
        padding: 9px 10px !important;
    }
    .wd-wrap .wd-hls-text { font-size: 13px !important; }
    .wd-wrap .wd-hls-actions {
        flex-direction: row !important;
        width: 100% !important;
        margin-top: 4px !important;
    }
    .wd-wrap .wd-hls-use, .wd-wrap .wd-hls-copy {
        flex: 1 !important;
        padding: 7px !important;
    }
}
@media (max-width: 480px) {
    .wd-wrap .wd-ed-tools-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* ═══════════════════════════════════════════════════════════════
   COLLAPSED "SHOW MORE SUGGESTIONS" CARD (v3.7.0)
   Appears after the user picks a headline. A compact prompt that
   expands back into the full suggestion list on click.
   ═══════════════════════════════════════════════════════════════ */
.wd-wrap .wd-headline-sugg.wd-hls-collapsed {
    background: #ffffff !important;
    border: 1px dashed #fde68a !important;
    box-shadow: none !important;
    padding: 0 !important;
}
.wd-wrap .wd-headline-sugg.wd-hls-collapsed .wd-hls-body {
    padding: 0 !important;
    background: transparent !important;
    max-height: none !important;
}
.wd-wrap .wd-hls-show-more {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    width: 100% !important;
    padding: 13px 18px !important;
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%) !important;
    border: none !important;
    border-radius: 13px !important;
    cursor: pointer !important;
    transition: all 0.2s cubic-bezier(0.22, 1, 0.36, 1) !important;
    font-family: inherit !important;
    text-align: left !important;
    color: #78350f !important;
}
.wd-wrap .wd-hls-show-more:hover {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 14px rgba(245, 158, 11, 0.2) !important;
}
.wd-wrap .wd-hls-show-more:active {
    transform: translateY(0) !important;
}
.wd-wrap .wd-hls-show-more-icon {
    flex-shrink: 0 !important;
    font-size: 22px !important;
    line-height: 1 !important;
    width: 38px !important;
    height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(255, 255, 255, 0.6) !important;
    border-radius: 10px !important;
}
.wd-wrap .wd-hls-show-more-text {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
    min-width: 0 !important;
}
.wd-wrap .wd-hls-show-more-title {
    font-size: 13.5px !important;
    font-weight: 700 !important;
    color: #78350f !important;
    letter-spacing: -0.005em !important;
}
.wd-wrap .wd-hls-show-more-sub {
    font-size: 11.5px !important;
    font-weight: 500 !important;
    color: #a16207 !important;
    opacity: 0.85 !important;
}
.wd-wrap .wd-hls-show-more-arrow {
    flex-shrink: 0 !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #f59e0b, #f97316) !important;
    color: #fff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
    box-shadow: 0 3px 8px rgba(245, 158, 11, 0.3) !important;
}
.wd-wrap .wd-hls-show-more:hover .wd-hls-show-more-arrow {
    transform: rotate(180deg) !important;
}
