/* Wanyu FAQ 標籤雲樣式（[wfaq_all] shortcode 專用） */

.wfaq-all-wrap .wfaq-tagcloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.wfaq-all-wrap button.wfaq-tag-btn {
    background: #f4f9fa !important;
    border: 1px solid #68b7c2 !important;
    border-radius: 20px !important;
    padding: 6px 16px !important;
    font-size: 0.9em !important;
    color: #1a4a4e !important;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
    box-shadow: none !important;
}

.wfaq-all-wrap button.wfaq-tag-btn:hover {
    background: #dcedee !important;
}

.wfaq-all-wrap button.wfaq-tag-btn.is-active {
    background: #68b7c2 !important;
    color: #fff !important;
    border-color: #68b7c2 !important;
}

.wfaq-all-wrap .wfaq-all-list .wfaq-item {
    margin-bottom: 8px;
}

.wfaq-all-wrap .wfaq-no-match {
    color: #888;
    font-style: italic;
}
