css
/*
|--------------------------------------------------------------------------
| Bilin Framework
| Translation FAQ — Single Page
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Page
|--------------------------------------------------------------------------
*/

.translation-faq-page {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 48px 24px 80px;
    direction: rtl;
}


/*
|--------------------------------------------------------------------------
| Single FAQ
|--------------------------------------------------------------------------
*/

.translation-faq-page .translation-faq-single {
    width: 100%;
    margin: 0;
}


/*
|--------------------------------------------------------------------------
| Header
|--------------------------------------------------------------------------
*/

.translation-faq-page .translation-faq-header {
    max-width: 900px;
    margin: 0 auto 42px;
    text-align: right;
}


/*
|--------------------------------------------------------------------------
| Categories
|--------------------------------------------------------------------------
*/

.translation-faq-page .translation-faq-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.translation-faq-page .translation-faq-category {
    display: inline-flex;
    align-items: center;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(20, 184, 166, 0.10);
    color: #0f766e;
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}

.translation-faq-page .translation-faq-category:hover {
    background: rgba(20, 184, 166, 0.16);
    color: #115e59;
}


/*
|--------------------------------------------------------------------------
| Title
|--------------------------------------------------------------------------
*/

.translation-faq-page .translation-faq-title {
    margin: 0;
    color: #1f2937;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    font-weight: 800;
    line-height: 1.65;
    letter-spacing: -0.02em;
}


/*
|--------------------------------------------------------------------------
| Summary
|--------------------------------------------------------------------------
*/

.translation-faq-page .translation-faq-summary {
    margin-top: 22px;
    padding: 20px 22px;
    border-right: 4px solid #f97316;
    border-radius: 12px;
    background: #fff7ed;
    color: #4b5563;
    font-size: 1.05rem;
    line-height: 2;
}


/*
|--------------------------------------------------------------------------
| Main Layout
|--------------------------------------------------------------------------
*/

.translation-faq-page .translation-faq-layout {
    width: 100%;
}

.translation-faq-page .translation-faq-main {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}


/*
|--------------------------------------------------------------------------
| Important Note
|--------------------------------------------------------------------------
*/

.translation-faq-page .translation-faq-important-note {
    margin: 0 0 30px;
    padding: 20px 22px;
    border-right: 4px solid #ef4444;
    border-radius: 12px;
    background: #fef2f2;
    color: #374151;
}

.translation-faq-page .translation-faq-important-note strong {
    display: block;
    margin-bottom: 8px;
    color: #b91c1c;
    font-size: 1rem;
    font-weight: 800;
}

.translation-faq-page .translation-faq-important-note p {
    margin: 0;
    color: #4b5563;
    font-size: 0.98rem;
    line-height: 1.95;
}


/*
|--------------------------------------------------------------------------
| Main Content
|--------------------------------------------------------------------------
*/

.translation-faq-page .translation-faq-content {
    color: #374151;
    font-size: 1.05rem;
    line-height: 2.15;
}

.translation-faq-page .translation-faq-content > * {
    max-width: 100%;
}

.translation-faq-page .translation-faq-content p {
    margin: 0 0 1.4em;
}

.translation-faq-page .translation-faq-content p:last-child {
    margin-bottom: 0;
}


/*
|--------------------------------------------------------------------------
| Content Headings
|--------------------------------------------------------------------------
*/

.translation-faq-page .translation-faq-content h2,
.translation-faq-page .translation-faq-content h3,
.translation-faq-page .translation-faq-content h4 {
    margin-top: 2em;
    margin-bottom: 0.8em;
    color: #1f2937;
    font-weight: 800;
    line-height: 1.6;
}

.translation-faq-page .translation-faq-content h2 {
    font-size: 1.55rem;
}

.translation-faq-page .translation-faq-content h3 {
    font-size: 1.3rem;
}

.translation-faq-page .translation-faq-content h4 {
    font-size: 1.12rem;
}


/*
|--------------------------------------------------------------------------
| Lists
|--------------------------------------------------------------------------
*/

.translation-faq-page .translation-faq-content ul,
.translation-faq-page .translation-faq-content ol {
    margin: 0 0 1.5em;
    padding-right: 1.5em;
}

.translation-faq-page .translation-faq-content li {
    margin-bottom: 0.55em;
}


/*
|--------------------------------------------------------------------------
| Links Inside Content
|--------------------------------------------------------------------------
*/

.translation-faq-page .translation-faq-content a {
    color: #0f766e;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.translation-faq-page .translation-faq-content a:hover {
    color: #115e59;
}


/*
|--------------------------------------------------------------------------
| Blockquote
|--------------------------------------------------------------------------
*/

.translation-faq-page .translation-faq-content blockquote {
    margin: 1.8em 0;
    padding: 18px 22px;
    border-right: 4px solid #14b8a6;
    border-left: 0;
    border-radius: 10px;
    background: #f0fdfa;
    color: #374151;
}


/*
|--------------------------------------------------------------------------
| Related Content
|--------------------------------------------------------------------------
*/

.translation-faq-page .translation-faq-related {
    margin-top: 46px;
    padding-top: 30px;
    border-top: 1px solid #e5e7eb;
}

.translation-faq-page .translation-faq-related h2 {
    margin: 0 0 18px;
    color: #1f2937;
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.6;
}


/*
|--------------------------------------------------------------------------
| Related Lists
|--------------------------------------------------------------------------
*/

.translation-faq-page .translation-faq-related ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.translation-faq-page .translation-faq-related li {
    margin: 0;
}


/*
|--------------------------------------------------------------------------
| Related Links
|--------------------------------------------------------------------------
*/

.translation-faq-page .translation-faq-related a {
    display: block;
    height: 100%;
    padding: 16px 18px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #ffffff;
    color: #374151;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.8;
    text-decoration: none;
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        color 0.2s ease;
}

.translation-faq-page .translation-faq-related a:hover {
    transform: translateY(-2px);
    border-color: #99f6e4;
    color: #0f766e;
    box-shadow: 0 8px 24px rgba(15, 118, 110, 0.08);
}


/*
|--------------------------------------------------------------------------
| Related Documents
|--------------------------------------------------------------------------
*/

.translation-faq-page .translation-faq-related-documents a {
    border-right: 3px solid #f59e0b;
}


/*
|--------------------------------------------------------------------------
| Related FAQs
|--------------------------------------------------------------------------
*/

.translation-faq-page .translation-faq-related-faqs a {
    border-right: 3px solid #14b8a6;
}


/*
|--------------------------------------------------------------------------
| WordPress Content Compatibility
|--------------------------------------------------------------------------
*/

.translation-faq-page .translation-faq-content img {
    max-width: 100%;
    height: auto;
}

.translation-faq-page .translation-faq-content figure {
    margin: 1.8em 0;
}

.translation-faq-page .translation-faq-content figcaption {
    margin-top: 8px;
    color: #6b7280;
    font-size: 0.9rem;
    line-height: 1.7;
}

.translation-faq-page .translation-faq-content table {
    width: 100%;
    margin: 1.8em 0;
    border-collapse: collapse;
}

.translation-faq-page .translation-faq-content th,
.translation-faq-page .translation-faq-content td {
    padding: 10px 12px;
    border: 1px solid #e5e7eb;
    text-align: right;
}


/*
|--------------------------------------------------------------------------
| Responsive — Tablet
|--------------------------------------------------------------------------
*/

@media (max-width: 900px) {

    .translation-faq-page {
        padding: 40px 20px 64px;
    }

    .translation-faq-page .translation-faq-header {
        margin-bottom: 34px;
    }

    .translation-faq-page .translation-faq-title {
        font-size: clamp(1.7rem, 5vw, 2.3rem);
    }

    .translation-faq-page .translation-faq-related ul {
        grid-template-columns: 1fr;
    }
}


/*
|--------------------------------------------------------------------------
| Responsive — Mobile
|--------------------------------------------------------------------------
*/

@media (max-width: 600px) {

    .translation-faq-page {
        padding: 30px 16px 50px;
    }

    .translation-faq-page .translation-faq-header {
        margin-bottom: 28px;
    }

    .translation-faq-page .translation-faq-categories {
        gap: 6px;
        margin-bottom: 14px;
    }

    .translation-faq-page .translation-faq-category {
        padding: 6px 11px;
        font-size: 0.82rem;
    }

    .translation-faq-page .translation-faq-title {
        font-size: 1.65rem;
        line-height: 1.7;
    }

    .translation-faq-page .translation-faq-summary {
        margin-top: 18px;
        padding: 16px 17px;
        font-size: 0.98rem;
        line-height: 1.95;
    }

    .translation-faq-page .translation-faq-important-note {
        margin-bottom: 24px;
        padding: 16px 17px;
    }

    .translation-faq-page .translation-faq-content {
        font-size: 1rem;
        line-height: 2.05;
    }

    .translation-faq-page .translation-faq-content h2 {
        font-size: 1.35rem;
    }

    .translation-faq-page .translation-faq-content h3 {
        font-size: 1.2rem;
    }

    .translation-faq-page .translation-faq-related {
        margin-top: 36px;
        padding-top: 24px;
    }

    .translation-faq-page .translation-faq-related h2 {
        font-size: 1.25rem;
    }

    .translation-faq-page .translation-faq-related a {
        padding: 14px 15px;
        font-size: 0.94rem;
    }

}

/*
|--------------------------------------------------------------------------
| Archive
|--------------------------------------------------------------------------
*/

.translation-faq-archive {
    max-width: 1180px;
    margin: 0 auto;
    padding: 56px 24px 80px;
    direction: rtl;
}


/*
|--------------------------------------------------------------------------
| Archive Header
|--------------------------------------------------------------------------
*/

.translation-faq-archive-header {
    max-width: 900px;
    margin: 0 auto 38px;
    text-align: center;
}

.translation-faq-archive-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    padding: 7px 15px;
    border-radius: 999px;
    background: rgba(20, 184, 166, 0.10);
    color: #0f766e;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.5;
}

.translation-faq-archive-title {
    margin: 0;
    color: #1f2937;
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 800;
    line-height: 1.6;
    letter-spacing: -0.02em;
}

.translation-faq-archive-description {
    max-width: 760px;
    margin: 18px auto 0;
    color: #6b7280;
    font-size: 1.02rem;
    line-height: 2;
}


/*
|--------------------------------------------------------------------------
| Categories
|--------------------------------------------------------------------------
*/

.translation-faq-archive-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
    max-width: 1000px;
    margin: 0 auto 38px;
}

.translation-faq-archive-category {
    display: inline-flex;
    align-items: center;
    padding: 8px 15px;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    background: #ffffff;
    color: #374151;
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.translation-faq-archive-category:hover {
    border-color: #99f6e4;
    background: #f0fdfa;
    color: #0f766e;
    transform: translateY(-1px);
}

.translation-faq-archive-category.is-active {
    border-color: #0f766e;
    background: #0f766e;
    color: #ffffff;
}


/*
|--------------------------------------------------------------------------
| FAQ List
|--------------------------------------------------------------------------
*/

.translation-faq-archive-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}


/*
|--------------------------------------------------------------------------
| FAQ Card
|--------------------------------------------------------------------------
*/

.translation-faq-archive-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    margin: 0;
    padding: 24px;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 7px 24px rgba(31, 41, 55, 0.045);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.translation-faq-archive-card:hover {
    transform: translateY(-3px);
    border-color: #99f6e4;
    box-shadow: 0 14px 34px rgba(31, 41, 55, 0.08);
}


/*
|--------------------------------------------------------------------------
| Card Categories
|--------------------------------------------------------------------------
*/

.translation-faq-archive-card-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 14px;
}

.translation-faq-archive-card-category {
    color: #0f766e;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
}

.translation-faq-archive-card-category:hover {
    color: #115e59;
}


/*
|--------------------------------------------------------------------------
| Card Title
|--------------------------------------------------------------------------
*/

.translation-faq-archive-card-title {
    margin: 0;
    color: #1f2937;
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.8;
}

.translation-faq-archive-card-title a {
    color: inherit;
    text-decoration: none;
}

.translation-faq-archive-card-title a:hover {
    color: #0f766e;
}


/*
|--------------------------------------------------------------------------
| Card Summary
|--------------------------------------------------------------------------
*/

.translation-faq-archive-card-summary {
    margin: 16px 0 20px;
    color: #6b7280;
    font-size: 0.95rem;
    line-height: 2;
}


/*
|--------------------------------------------------------------------------
| Card More Link
|--------------------------------------------------------------------------
*/

.translation-faq-archive-card-more {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 7px;
    margin-top: auto;
    color: #e45535;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.7;
    text-decoration: none;
    transition:
        color 0.2s ease,
        gap 0.2s ease;
}

.translation-faq-archive-card-more:hover {
    gap: 11px;
    color: #f05a28;
}

.translation-faq-archive-card-more span {
    font-size: 17px;
    line-height: 1;
}


/*
|--------------------------------------------------------------------------
| Pagination
|--------------------------------------------------------------------------
*/

.translation-faq-archive .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 42px;
}

.translation-faq-archive .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    padding: 8px 13px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #ffffff;
    color: #374151;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease;
}

.translation-faq-archive .page-numbers:hover {
    border-color: #99f6e4;
    background: #f0fdfa;
    color: #0f766e;
}

.translation-faq-archive .page-numbers.current {
    border-color: #0f766e;
    background: #0f766e;
    color: #ffffff;
}


/*
|--------------------------------------------------------------------------
| Empty State
|--------------------------------------------------------------------------
*/

.translation-faq-archive-empty {
    max-width: 760px;
    margin: 0 auto;
    padding: 48px 24px;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #ffffff;
    text-align: center;
}

.translation-faq-archive-empty h2 {
    margin: 0 0 10px;
    color: #1f2937;
    font-size: 1.4rem;
    font-weight: 800;
}

.translation-faq-archive-empty p {
    margin: 0;
    color: #6b7280;
    line-height: 2;
}


/*
|--------------------------------------------------------------------------
| Archive Responsive
|--------------------------------------------------------------------------
*/

@media (max-width: 800px) {

    .translation-faq-archive {
        padding: 42px 20px 64px;
    }

    .translation-faq-archive-list {
        grid-template-columns: 1fr;
    }

    .translation-faq-archive-title {
        font-size: clamp(1.8rem, 6vw, 2.3rem);
    }

}


@media (max-width: 600px) {

    .translation-faq-archive {
        padding: 30px 16px 50px;
    }

    .translation-faq-archive-header {
        margin-bottom: 30px;
    }

    .translation-faq-archive-description {
        font-size: 0.95rem;
    }

    .translation-faq-archive-categories {
        justify-content: flex-start;
        gap: 7px;
        margin-bottom: 28px;
    }

    .translation-faq-archive-category {
        padding: 7px 12px;
        font-size: 0.82rem;
    }

    .translation-faq-archive-list {
        gap: 14px;
    }

    .translation-faq-archive-card {
        padding: 20px 18px;
        border-radius: 16px;
    }

    .translation-faq-archive-card-title {
        font-size: 1.08rem;
    }

    .translation-faq-archive-card-summary {
        font-size: 0.92rem;
    }

}