/* LifeDNA FAQ knowledge center
   Organized styles for /faq/ and /faq/topic.php
   Last整理：2026-06-01
*/

/* =========================================================
   1. Base
   ========================================================= */

.lifedna-faq-page {
    color: #3f332a;
    padding: 10px 0 34px;
}

.lifedna-faq-page,
.lifedna-faq-page * {
    box-sizing: border-box;
}

.lifedna-faq-page a {
    color: #8a4b1f;
}

/* =========================================================
   2. FAQ index hero
   ========================================================= */

.faq-hero {
    margin: 12px 0 26px;
    padding: 34px 34px 30px;
    background:
        radial-gradient(circle at top left, rgba(170, 119, 63, 0.16), transparent 34%),
        linear-gradient(135deg, #fff8ec 0%, #f5eadb 100%);
    border: 1px solid #eadfce;
    border-radius: 22px;
}

.faq-hero-inner {
    position: relative;
    max-width: 860px;
}

.faq-hero-badge {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    padding: 7px 14px;
    border-radius: 999px;
    background: #fffaf5;
    border: 1px solid #e7d2bd;
    color: #8a6045;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: 0 8px 22px rgba(88, 54, 29, 0.08);
}

.faq-kicker {
    margin: 0 0 10px;
    color: #9a6a3c;
    letter-spacing: 0.08em;
    font-weight: 700;
    text-transform: uppercase;
}

.faq-hero h1 {
    margin: 0;
    font-size: 42px;
    line-height: 1.15;
    color: #4f2f18;
}

.faq-hero-text {
    max-width: 760px;
    margin: 16px 0 22px;
    color: #6f6258;
    font-size: 17px;
    line-height: 1.9;
}

.faq-search-box {
    display: flex;
    gap: 10px;
    max-width: 760px;
    margin: 0;
    padding: 8px;
    background: #fff;
    border: 1px solid #eadfce;
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(95, 65, 35, 0.08);
}

.faq-search-box input {
    flex: 1;
    min-width: 0;
    height: auto;
    padding: 11px 16px;
    border: 0 !important;
    outline: 0;
    box-shadow: none !important;
    background: transparent;
    font-size: 15px;
}

.faq-search-box button {
    border: 0;
    border-radius: 999px;
    background: #8a4b1f;
    color: #fff;
    padding: 0 22px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.faq-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.faq-hero-stats span {
    padding: 7px 12px;
    border: 1px solid #eadfce;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: #7b7168;
    font-size: 14px;
}

/* =========================================================
   3. FAQ topic guide on index
   ========================================================= */

.faq-topic-guide {
    margin: 28px 0;
    padding: 26px 30px;
    border: 1px solid #ead8c5;
    border-radius: 18px;
    background: #fffaf5;
}

.faq-topic-guide-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 18px;
}

.faq-topic-guide-head .faq-kicker {
    margin-bottom: 4px;
}

.faq-topic-guide-head h2 {
    margin: 0;
    color: #4a2c1a;
    font-size: 26px;
    line-height: 1.18;
}

.faq-topic-guide-head > p {
    margin: 8px 0 0;
    color: #7b6a5d;
    line-height: 1.75;
}

.faq-topic-guide-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.faq-topic-guide-card {
    position: relative;
    padding: 18px 20px;
    border: 1px solid #ead8c5;
    border-radius: 16px;
    background: #fff;
}

.faq-topic-guide-count {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #fff4f7;
    color: #b94b68;
    font-size: 13px;
    font-weight: 700;
}

.faq-topic-guide-card h3 {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.45;
}

.faq-topic-guide-card h3 a {
    color: #4a2c1a;
    text-decoration: none;
}

.faq-topic-guide-card h3 a:hover {
    color: #9a541f;
    text-decoration: underline;
}

.faq-topic-guide-keyword,
.faq-topic-guide-meta {
    color: #9a541f;
    font-size: 14px;
    font-weight: 700;
}

.faq-topic-guide-card p {
    margin: 10px 0;
    color: #625246;
    line-height: 1.8;
}

.faq-topic-guide-audience {
    color: #4b6475;
    font-weight: 600;
}

.faq-topic-guide-meta a {
    display: inline-block;
    margin-top: 8px;
    padding: 7px 14px;
    border-radius: 999px;
    background: #34495e;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

.faq-topic-guide-meta a:hover {
    background: #243747;
    color: #fff;
    text-decoration: none;
}

/* Legacy note class kept harmless in case old markup remains temporarily. */
.faq-ai-note {
    display: inline-block;
    margin-top: 6px;
    padding: 3px 9px;
    border-radius: 999px;
    background: #f6efe8;
    color: #8a6045;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
}

/* =========================================================
   4. FAQ index filter layout
   ========================================================= */

.faq-layout {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 30px;
}

.faq-sidebar {
    align-self: start;
    padding: 16px;
    border: 1px solid #eadfce;
    border-radius: 18px;
    background: #fff;
}

.faq-sidebar h2 {
    margin: 0 0 12px;
    padding: 0 0 8px;
    border-bottom: 2px solid #e8dccb;
    color: #4f2f18;
    font-size: 20px;
}

.faq-heading-count {
    display: inline-block;
    margin-left: 8px;
    padding: 3px 9px;
    border-radius: 999px;
    background: #fff8ef;
    border: 1px solid #eadfce;
    color: #8a6d58;
    font-size: 13px;
    font-weight: 700;
    vertical-align: middle;
}

.faq-sidebar-subtitle {
    margin-top: 22px !important;
}

.faq-filter-list {
    display: grid;
    gap: 8px;
}

.faq-filter-list a {
    display: block;
    padding: 9px 11px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: #fff8ef;
    color: #6f4a28;
    line-height: 1.45;
    text-decoration: none;
}

.faq-filter-list.compact a {
    padding: 8px 10px;
    font-size: 14px;
}

.faq-filter-list a:hover,
.faq-filter-list a.active {
    background: #8a4b1f;
    color: #fff;
    text-decoration: none;
}

.faq-topic-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.faq-topic-chips a {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #eadfce;
    border-radius: 999px;
    background: #fff;
    color: #6f4a28;
    font-weight: 700;
    text-decoration: none;
}

.faq-topic-chips a:hover {
    background: #fff8ef;
    text-decoration: none;
}

.faq-topic-chips strong {
    margin-left: 4px;
}

/* =========================================================
   5. FAQ list / accordion
   ========================================================= */

.faq-list {
    display: grid;
    gap: 14px;
}

.faq-item {
    overflow: hidden;
    border: 1px solid #e6d4bd;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(91, 58, 29, 0.08);
}

.faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 26px;
    border-bottom: 1px solid #eadfce;
    background: #fff7ed;
    color: #4f2f18;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "+";
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    background: #ffffff;
    color: #8a4b1f;
    box-shadow: 0 4px 12px rgba(91, 58, 29, 0.08);
    font-size: 22px;
    line-height: 1;
}

.faq-item[open] summary {
    background: #fff3e3;
}

.faq-item[open] summary::after {
    content: "−";
}

.faq-answer {
    padding: 6px 28px 28px;
    background: #ffffff;
    color: #4f463e;
    font-size: 17px;
    line-height: 2;
}

.faq-answer p {
    margin: 0 0 20px;
}

.faq-answer > p:first-child {
    margin-top: 12px;
    margin-bottom: 44px;
    padding: 4px 0 4px 20px;
    background: #ffffff;
    border-left: 5px solid #8a4b1f;
}

.faq-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 30px 0;
}

.faq-meta span {
    padding: 4px 10px;
    border: 1px solid #dfcbb2;
    border-radius: 999px;
    background: #f7f1e9;
    color: #6b5544;
    font-size: 13px;
}

.faq-related {
    margin-top: 28px;
    padding: 16px 18px;
    border: 1px solid #e3c9aa;
    border-left: 6px solid #8a4b1f;
    border-radius: 8px;
    background: #f8efe3;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
    line-height: 1.8;
}

.faq-related span {
    display: block;
    margin-bottom: 8px;
    color: #8a4b1f;
    font-size: 17px;
    font-weight: 700;
}

.faq-related a {
    display: inline-block;
    color: #4f2f18;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.faq-empty {
    padding: 24px;
    border: 1px solid #eadfce;
    border-radius: 18px;
    background: #fff;
    color: #6f6258;
}

/* =========================================================
   6. FAQ topic page hero / sections
   ========================================================= */

.faq-topic-back {
    margin-top: 18px;
}

.faq-topic-back a,
.faq-topic-action-link,
.faq-topic-more-link a {
    display: inline-flex;
    align-items: center;
    padding: 9px 16px;
    border: 1px solid #ead8c5;
    border-radius: 999px;
    background: #fff;
    color: #9a541f;
    font-weight: 700;
    text-decoration: none;
}

.faq-topic-back a:hover,
.faq-topic-action-link:hover,
.faq-topic-more-link a:hover {
    background: #fff7ef;
    color: #7f4217;
    text-decoration: none;
}

.faq-topic-main-card {
    margin: 28px 0;
    padding: 28px 30px;
    border: 1px solid #ead8c5;
    border-radius: 18px;
    background: #fff;
}

.faq-topic-main-card h2 {
    margin: 0 0 18px;
    color: #4a2c1a;
    font-size: 26px;
}

.faq-topic-intro-text {
    color: #3f332b;
    font-size: 18px;
    line-height: 2.05;
}

.faq-topic-section-note {
    margin: -4px 0 18px;
    color: #7a6a5f;
    line-height: 1.8;
}

.faq-topic-section-list,
.faq-topic-service-list {
    display: grid;
    gap: 14px;
}

.faq-topic-section-card {
    padding: 18px 20px;
    border: 1px solid #ead8c5;
    border-radius: 16px;
    background: #fffaf5;
}

.faq-topic-section-card h3 {
    margin: 0 0 8px;
    color: #3f291b;
    font-size: 20px;
    line-height: 1.5;
}

.faq-topic-section-card p {
    margin: 0;
    color: #5f5046;
}

.faq-topic-read-note {
    display: inline-block;
    margin-top: 12px;
    padding: 8px 13px;
    border: 1px solid #ead8c5;
    border-radius: 999px;
    background: #fffaf5;
    color: #806754;
    font-size: 14px;
    line-height: 1.6;
}

.faq-topic-read-note i {
    color: #9a541f;
    margin-right: 4px;
}

.faq-topic-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
}

.faq-topic-actions .faq-topic-read-note {
    margin-top: 0;
}

.faq-topic-more-link {
    margin: -6px 0 18px;
}

/* =========================================================
   7. FAQ topic perspectives
   ========================================================= */

.faq-topic-perspective-list {
    display: grid;
    gap: 10px;
}

.faq-topic-perspective {
    overflow: hidden;
    border: 1px solid #ead8c5;
    border-radius: 14px;
    background: #fffaf5;
}

.faq-topic-perspective summary {
    padding: 14px 18px;
    color: #3f291b;
    cursor: pointer;
    font-weight: 700;
    line-height: 1.6;
}

.faq-topic-perspective summary:hover {
    background: #fff3e6;
}

.faq-topic-perspective-body {
    padding: 0 18px 16px;
    color: #5f5046;
    line-height: 1.9;
}

/* =========================================================
   8. FAQ topic service cards
   ========================================================= */

.faq-topic-services-card .faq-topic-service-list {
    display: grid;
    gap: 12px;
}

.faq-topic-service-card {
    display: block;
    padding: 18px 20px;
    border: 1px solid #ead8c5;
    border-radius: 16px;
    background: #fffaf5;
    color: #4a382d;
    text-decoration: none;
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

a.faq-topic-service-card:hover {
    background: #fff3e6;
    border-color: #d9b88e;
    color: #4a382d;
    text-decoration: none;
    transform: translateY(-1px);
}

.faq-topic-service-card h3 {
    margin: 0 0 8px;
    color: #8f4f1f;
    font-size: 20px;
    line-height: 1.5;
}

.faq-topic-service-card p {
    margin: 0;
    color: #5f5046;
    line-height: 1.8;
}

.faq-topic-service-card h3 a,
.faq-topic-service-link {
    color: #9a541f;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px dotted #c68b55;
}

.faq-topic-service-card h3 a:hover,
.faq-topic-service-link:hover {
    color: #7f4217;
    border-bottom-style: solid;
}

.faq-topic-service-cta {
    display: inline-block;
    margin-top: 12px;
    color: #9a541f;
    font-weight: 700;
}

.faq-topic-service-cta::after {
    content: " →";
}

.faq-topic-related-list .faq-item {
    margin-bottom: 14px;
}

/* =========================================================
   9. Responsive
   ========================================================= */

@media (min-width: 900px) {
    .faq-topic-services-card .faq-topic-service-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .lifedna-faq-page {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .faq-hero,
    .faq-layout,
    .faq-sidebar,
    .faq-content,
    .faq-list,
    .faq-item,
    .faq-answer,
    .faq-related {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .faq-hero {
        margin-left: 0;
        margin-right: 0;
        padding: 26px 18px 24px;
        border-radius: 18px;
    }

    .faq-hero h1 {
        font-size: 34px;
    }

    .faq-search-box {
        width: 100%;
        max-width: 100%;
        flex-direction: column;
        padding: 12px;
        border-radius: 18px;
    }

    .faq-search-box input {
        width: 100%;
        min-width: 0;
    }

    .faq-search-box button {
        padding: 12px 18px;
    }

    .faq-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .faq-sidebar {
        padding: 18px;
        border-radius: 18px;
    }

    .faq-sidebar h2 {
        margin-bottom: 10px;
        font-size: 22px;
    }

    .faq-heading-count {
        padding: 4px 10px;
        font-size: 14px;
    }

    .faq-scroll-row {
        position: relative;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .faq-scroll-row::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 4;
        width: 74px;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 58%);
        pointer-events: none;
    }

    .faq-scroll-row::after {
        content: "›";
        position: absolute;
        top: 50%;
        right: 8px;
        z-index: 5;
        transform: translateY(-50%);
        width: 34px;
        height: 34px;
        border: 1px solid #e2cdb4;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: rgba(255, 248, 239, 0.98);
        color: #8a4b1f;
        box-shadow: 0 4px 12px rgba(91, 58, 29, 0.14);
        font-size: 28px;
        font-weight: 800;
        line-height: 1;
        pointer-events: none;
    }

    .faq-filter-list,
    .faq-filter-list.compact {
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 12px 76px 6px 0;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }

    .faq-filter-list a,
    .faq-filter-list.compact a {
        flex: 0 0 auto;
        white-space: nowrap;
        padding: 10px 16px;
        border-radius: 999px;
        font-size: 15px;
    }

    .faq-item summary {
        width: 100%;
        min-width: 0;
        padding: 16px;
        font-size: 16px;
    }

    .faq-item summary span {
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .faq-answer {
        padding: 4px 18px 22px;
        font-size: 16px;
        line-height: 1.9;
    }

    .faq-answer > p:first-child {
        padding-left: 16px;
        margin-bottom: 30px;
    }

    .faq-meta {
        margin-top: 22px;
        margin-bottom: 24px;
    }

    .faq-related {
        padding: 14px 15px;
        margin-top: 22px;
    }

    .faq-answer p,
    .faq-related,
    .faq-related a {
        overflow-wrap: anywhere;
        word-break: normal;
    }
}

@media (max-width: 767px) {
    .faq-hero-badge {
        position: static;
        transform: none;
        width: fit-content;
        margin: 0 0 18px 0;
        padding: 5px 10px;
        font-size: 12px;
        box-shadow: none;
    }

    .faq-topic-guide-head {
        display: block;
    }

    .faq-topic-guide-head > p {
        margin-top: 12px;
        font-size: 16px;
        line-height: 1.85;
    }
}

@media (max-width: 760px) {
    .faq-topic-guide {
        padding: 22px 18px;
    }

    .faq-topic-guide-list {
        grid-template-columns: 1fr;
    }

    .faq-topic-main-card {
        padding: 22px 18px;
    }

    .faq-topic-intro-text {
        font-size: 16px;
        line-height: 1.95;
    }

    .faq-topic-actions {
        margin-top: 14px;
    }

    .faq-topic-perspective summary {
        padding: 13px 15px;
    }

    .faq-topic-perspective-body {
        padding: 0 15px 15px;
    }

    .faq-topic-service-card {
        padding: 16px;
    }

    .faq-topic-service-card h3 {
        font-size: 18px;
    }
}

/* Place FAQ hero badge at the card edge on wider screens */
.faq-hero-inner {
    max-width: none;
}

.faq-hero-badge {
    right: 0;
}

/* Mobile: float FAQ AI badge to the top-right without taking a full line */
@media (max-width: 767px) {
    .faq-hero {
        position: relative;
        padding-top: 25px;
    }

    .faq-hero-badge {
        position: absolute;
        top: -16px;
        right: -10px;
        transform: none;
        width: auto;
        max-width: calc(100% - 36px);
        margin: 0;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.45;
        box-shadow: 0 6px 14px rgba(88, 54, 29, 0.08);
    }
}

/* FAQ list intro */
.faq-list-intro {
    margin: 30px 0 18px;
    padding: 22px 26px;
    border: 1px solid #ead8c5;
    border-radius: 18px;
    background: #fff;
}

.faq-list-intro h2 {
    margin: 0 0 8px;
    color: #4a2c1a;
    font-size: 26px;
    line-height: 1.25;
}

.faq-list-intro p:last-child {
    margin: 0;
    color: #7b6a5d;
    line-height: 1.75;
}

@media (max-width: 760px) {
    .faq-list-intro {
        margin-top: 24px;
        padding: 20px 18px;
    }

    .faq-list-intro h2 {
        font-size: 24px;
    }
}

/* Anchor offset for FAQ library filter results */
#faq-library {
    scroll-margin-top: 24px;
}

/* FAQ topic quick navigation */
.faq-topic-quick-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    align-items: center;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(234, 216, 197, 0.85);
}

.faq-topic-quick-nav span {
    color: #806754;
    font-size: 14px;
    font-weight: 700;
}

.faq-topic-quick-nav a {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border: 1px solid #ead8c5;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: #8a4b1f;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.faq-topic-quick-nav a:hover {
    background: #fff7ef;
    color: #7f4217;
    text-decoration: none;
}

.faq-topic-section-card,
.faq-topic-main-card {
    scroll-margin-top: 24px;
}

@media (max-width: 760px) {
    .faq-topic-quick-nav {
        gap: 8px;
        margin-top: 16px;
        padding-top: 14px;
    }

    .faq-topic-quick-nav span {
        flex-basis: 100%;
    }

    .faq-topic-quick-nav a {
        font-size: 13px;
        padding: 6px 10px;
    }
}

/* FAQ topic hero refinements */
.faq-topic-count-badge {
    display: inline-block;
    margin: 4px 0 12px;
    padding: 5px 11px;
    border-radius: 999px;
    background: #fff4f7;
    color: #b94b68;
    font-size: 13px;
    font-weight: 700;
}

.faq-topic-quick-nav span {
    flex-basis: 100%;
}

@media (min-width: 768px) {
    .faq-topic-quick-nav span {
        margin-bottom: 2px;
    }
}

@media (max-width: 767px) {
    .faq-topic-count-badge {
        margin-bottom: 10px;
    }
}

/* Quick navigation after topic intro */
.faq-topic-quick-nav-after-intro {
    margin-top: 24px;
    padding-top: 18px;
}

.faq-topic-quick-nav-after-intro span {
    color: #6f5f52;
}

@media (max-width: 760px) {
    .faq-topic-quick-nav-after-intro {
        margin-top: 22px;
        padding-top: 16px;
    }
}

/* FAQ topic version badge */
.faq-topic-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 4px 0 12px;
}

.faq-topic-badges .faq-topic-count-badge,

@media (max-width: 767px) {
    .faq-topic-badges {
        margin-bottom: 10px;
    }
}

/* Compact topic hero after adding badges */
.faq-topic-hero {
    padding-top: 28px;
    padding-bottom: 24px;
}

.faq-topic-hero .faq-hero h1,
.faq-topic-hero h1 {
    font-size: 32px;
    line-height: 1.18;
}

.faq-topic-hero .faq-hero-text {
    margin: 12px 0 18px;
    line-height: 1.75;
}

.faq-topic-hero .faq-topic-actions {
    margin-top: 14px;
}

.faq-topic-badges {
    margin: 2px 0 10px;
}

@media (max-width: 767px) {
    .faq-topic-hero {
        padding-top: 54px;
        padding-bottom: 22px;
    }

    .faq-topic-hero h1 {
        font-size: 34px;
        line-height: 1.22;
    }

    .faq-topic-hero .faq-hero-text {
        margin: 10px 0 16px;
    }
}

/* Single combined count/version badge */
.faq-topic-badges .faq-topic-count-badge {
    background: #fff4f7;
    color: #b94b68;
}

/* Sidebar topic count */
.faq-filter-list a strong {
    margin-left: 5px;
    color: inherit;
    font-size: 0.9em;
    opacity: 0.78;
}

/* Current FAQ filter count */
.faq-current-filter-count {
    display: inline-block;
    margin-top: 12px;
    padding: 5px 11px;
    border-radius: 999px;
    background: #fff8ef;
    border: 1px solid #ead8c5;
    color: #8a6045;
    font-size: 13px;
    font-weight: 700;
}
