/**
 * Fokawood Editorial Blog & Articles Stylesheet (v3.0)
 * Woodcraft Knowledge Hub, Clean RTL Typography & Modern Magazine Layout
 */

:root {
    --foka-bg-page: #f8fafc;
    --foka-card-bg: #ffffff;
    --foka-primary: #ff7a00;
    --foka-primary-hover: #ea580c;
    --foka-text-dark: #091522;
    --foka-text-slate: #1e293b;
    --foka-text-muted: #64748b;
    --foka-border: #e2e8f0;
    --foka-border-hover: #fed7aa;
    --foka-warm-tint: #fff7ed;
}

/* Master Wrapper */
.foka-blog-page-wrapper,
.foka-single-post-wrapper {
    background: var(--foka-bg-page);
    font-family: 'Vazirmatn', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: var(--foka-text-slate);
    padding-bottom: 50px;
    direction: rtl;
    overflow-x: hidden;
}

.foka-blog-container,
.foka-single-container {
    max-width: var(--foka-site-max-width, 1240px);
    margin: 0 auto;
    padding: 0 var(--foka-site-padding, 20px);
    box-sizing: border-box;
}

.foka-single-narrow-container {
    max-width: 900px;
}

/* ==========================================================================
   1. Breadcrumbs
   ========================================================================== */
.foka-blog-breadcrumb-bar,
.foka-single-breadcrumb-bar {
    padding: 14px 0;
    background: #ffffff;
    border-bottom: 1px solid #f1f5f9;
}

.foka-blog-breadcrumbs,
.foka-single-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: var(--foka-text-muted);
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.foka-blog-breadcrumbs a,
.foka-single-breadcrumbs a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--foka-text-muted);
    text-decoration: none;
    transition: color 0.2s ease;
}

.foka-blog-breadcrumbs a:hover,
.foka-single-breadcrumbs a:hover {
    color: var(--foka-primary-hover);
}

.foka-bc-sep {
    color: #cbd5e1;
}

.foka-bc-current {
    color: var(--foka-text-dark);
    font-weight: 700;
}

/* ==========================================================================
   2. Editorial Hero Header Section
   ========================================================================== */
.foka-blog-hero-section {
    padding: 20px 0 20px 0;
    position: relative;
    z-index: 35; /* Higher than sticky .foka-blog-nav-strip (z-index: 20) to prevent dropdown from hiding behind banner */
}

.foka-blog-hero-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 24px;
    padding: 24px 28px 20px 28px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.03);
    margin-bottom: 24px;
    position: relative;
    overflow: visible; /* Crucial: Allows search dropdown to extend outside card without clipping */
    transition: box-shadow 0.3s ease;
    box-sizing: border-box;
}

/* Hide ambient shapes to keep clean light card aesthetic matching shop hub */
.foka-hero-bg-canvas,
.foka-hero-ambient-glow,
.foka-hero-grain-pattern {
    display: none;
}

.foka-hero-content-wrap {
    position: relative;
    z-index: 2;
}

.foka-bhero-top-flex {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 16px;
}

.foka-bhero-icon-box {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
    border: 1.5px solid #fed7aa;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ea580c;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(234, 88, 12, 0.12);
    margin-top: 2px;
}

.foka-bhero-headings {
    flex: 1;
    min-width: 0;
}

.foka-bhero-title-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
    flex-wrap: wrap;
}

.foka-blog-hero-badge {
    background: #f1f5f9;
    color: #475569;
    font-size: 11.5px;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

.foka-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #16a34a;
}

.foka-blog-hero-title {
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1.45;
    color: #0f172a;
    margin: 0;
    letter-spacing: 0;
}

.foka-blog-hero-sub {
    font-size: 0.95rem;
    font-weight: 800;
    color: #1e293b;
    margin: 4px 0 8px 0;
    line-height: 1.5;
}

.foka-blog-hero-desc {
    font-size: 0.88rem;
    line-height: 1.6;
    color: #64748b;
    margin: 0;
    max-width: 860px;
}

.foka-bdesc-desktop {
    display: inline;
}

.foka-bdesc-mobile {
    display: none;
}

/* In-Hero Search & Quick Stats Toolbar */
.foka-blog-toolbar {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    padding-top: 18px;
    margin-top: 18px;
    border-top: 1px solid #f1f5f9;
}

.foka-blog-search-form {
    position: relative;
    z-index: 25;
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1 1 380px;
    max-width: 580px;
}

.foka-bsearch-input-wrap {
    position: relative;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
}

.foka-bsearch-icon {
    position: absolute;
    right: 14px;
    color: #94a3b8;
    pointer-events: none;
    z-index: 3;
}

.foka-blog-search-input {
    width: 100%;
    height: 42px;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    padding: 0 42px 0 40px;
    color: #0f172a;
    font-size: 13px;
    font-family: inherit;
    box-sizing: border-box;
    transition: all 0.2s ease;
    direction: rtl;
    text-align: right;
}

.foka-blog-search-input::placeholder {
    color: #94a3b8;
}

.foka-blog-search-input:focus {
    outline: none;
    background: #ffffff;
    border-color: #ea580c;
    box-shadow: 0 0 0 3px rgba(234, 88, 12, 0.12);
}

/* Clear Button Inside Input */
.foka-bsearch-clear-btn {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #e2e8f0 !important;
    border: none !important;
    color: #64748b !important;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 !important;
    margin: 0 !important;
    min-height: unset !important;
    z-index: 5;
    transition: all 0.18s ease;
    box-shadow: none !important;
}

.foka-bsearch-clear-btn:hover {
    background: #cbd5e1 !important;
    color: #0f172a !important;
    transform: translateY(-50%) scale(1.05);
}

/* Spinner Loader Inside Input */
.foka-bsearch-spinner {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    display: none;
    z-index: 6;
    pointer-events: none;
}

.foka-bsearch-spinner.active {
    display: inline-block;
}

.foka-bsearch-spinner.active ~ .foka-bsearch-clear-btn {
    left: 36px;
}

.foka-bsearch-spinner svg {
    width: 100%;
    height: 100%;
    animation: foka-bsearch-spin 0.8s linear infinite;
}

@keyframes foka-bsearch-spin {
    100% { transform: rotate(360deg); }
}

.foka-blog-search-btn {
    height: 42px;
    padding: 0 20px;
    background: linear-gradient(135deg, #ff7a00 0%, #ea580c 100%);
    color: #ffffff;
    border: 1.5px solid #ea580c;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 800;
    font-family: inherit;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(234, 88, 12, 0.2);
    transition: all 0.2s ease;
}

.foka-blog-search-btn:hover {
    transform: translateY(-1.5px);
    box-shadow: 0 6px 16px rgba(234, 88, 12, 0.35);
}

/* ==========================================================================
   Blog Search Dropdown Results Panel
   ========================================================================== */
.foka-bsearch-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    max-height: 480px;
    background: #ffffff;
    border: 1.5px solid #fed7aa;
    border-radius: 16px;
    box-shadow: 0 20px 48px -8px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(255, 122, 0, 0.12);
    z-index: 100;
    overflow-y: auto;
    overflow-x: hidden;
    direction: rtl;
    text-align: right;
    box-sizing: border-box;
    display: none;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
    animation: fokaSearchDropIn 0.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.foka-bsearch-dropdown.show {
    display: block !important;
}

.foka-bsearch-dropdown::-webkit-scrollbar {
    width: 5px;
}

.foka-bsearch-dropdown::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}

@keyframes fokaSearchDropIn {
    0% {
        opacity: 0;
        transform: translateY(-6px) scale(0.99);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.foka-bsearch-header {
    padding: 12px 16px;
    background: #fffaf5;
    border-bottom: 1px solid #ffedd5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.foka-bsearch-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    color: #9a3412;
    font-weight: 700;
}

.foka-bsearch-list {
    padding: 6px 0;
}

.foka-bsearch-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid #f1f5f9;
    transition: all 0.15s ease;
}

.foka-bsearch-item:last-child {
    border-bottom: none;
}

.foka-bsearch-item:hover {
    background: #fff7ed;
}

.foka-bsearch-thumb {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 10px;
    overflow: hidden;
    background: #f1f5f9;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.foka-bsearch-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.foka-bsearch-info {
    flex: 1 1 auto;
    min-width: 0;
}

.foka-bsearch-item-title {
    font-size: 13.5px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.45;
    margin: 0 0 4px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.15s ease;
}

.foka-bsearch-item:hover .foka-bsearch-item-title {
    color: #ea580c;
}

.foka-bsearch-summary {
    font-size: 11.5px;
    color: #64748b;
    line-height: 1.6;
    margin: 0 0 6px 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.foka-bsearch-meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.foka-bsearch-tag {
    display: inline-block;
    font-size: 10.5px;
    font-weight: 700;
    color: #ea580c;
    background: #ffedd5;
    padding: 2px 8px;
    border-radius: 6px;
}

.foka-bsearch-views {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    color: #94a3b8;
}

.foka-bsearch-arrow {
    color: #cbd5e1;
    transition: all 0.15s ease;
}

.foka-bsearch-item:hover .foka-bsearch-arrow {
    color: #ea580c;
    transform: translateX(-3px);
}

.foka-bsearch-empty {
    padding: 32px 20px;
    text-align: center;
}

.foka-bsearch-empty-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #f1f5f9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.foka-bsearch-empty-title {
    font-size: 14px;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 6px 0;
}

.foka-bsearch-empty-sub {
    font-size: 12px;
    color: #64748b;
    margin: 0;
    line-height: 1.6;
}

.foka-bsearch-footer {
    padding: 10px 16px;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    text-align: center;
}

.foka-bsearch-view-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 12.5px;
    font-weight: 800;
    color: #ea580c;
    text-decoration: none;
    transition: color 0.15s ease;
}

.foka-bsearch-view-all:hover {
    color: #c2410c;
}

.foka-blog-quick-stats {
    display: flex;
    align-items: center;
    gap: 16px;
}

.foka-qstat-item {
    display: flex;
    flex-direction: column;
}

.foka-qstat-num {
    font-size: 16px;
    font-weight: 900;
    color: #ea580c;
    line-height: 1.2;
}

.foka-qstat-lbl {
    font-size: 11px;
    color: #64748b;
    font-weight: 600;
}

.foka-qstat-divider {
    width: 1px;
    height: 24px;
    background: #e2e8f0;
}

/* ==========================================================================
   3. Topic Navigation & Sorting Strip
   ========================================================================== */
.foka-blog-nav-strip {
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    padding: 12px 0;
    position: sticky;
    top: 86px;
    z-index: 20;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.03);
}

.foka-nav-strip-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.foka-topic-chips-scroll {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding: 4px 0;
}

.foka-topic-chips-scroll::-webkit-scrollbar {
    display: none;
}

.foka-topic-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    color: #475569;
    font-size: 12.5px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
}

.foka-topic-chip:hover {
    background: #fff7ed;
    border-color: #fed7aa;
    color: #ea580c;
    transform: translateY(-1px);
}

.foka-topic-chip.active {
    background: linear-gradient(135deg, #ff7a00 0%, #ea580c 100%);
    border-color: #ea580c;
    color: #ffffff;
    box-shadow: 0 3px 10px rgba(234, 88, 12, 0.25);
}

.foka-chip-count {
    background: rgba(0, 0, 0, 0.18);
    color: inherit;
    padding: 1px 6px;
    border-radius: 999px;
    font-size: 10.5px;
    font-weight: 800;
}

/* Sorting Selector */
.foka-blog-sort-box {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.foka-sort-label {
    font-size: 12px;
    color: var(--foka-text-muted);
    font-weight: 700;
}

.foka-sort-links {
    display: flex;
    align-items: center;
    background: #f1f5f9;
    padding: 3px;
    border-radius: 8px;
    gap: 2px;
}

.foka-sort-pill {
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 11.5px;
    font-weight: 800;
    color: #64748b;
    text-decoration: none;
    transition: all 0.2s ease;
}

.foka-sort-pill:hover {
    color: #0f172a;
}

.foka-sort-pill.active {
    background: #ffffff;
    color: #0f172a;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

/* Active Filter Banner */
.foka-active-filter-alert {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 10px;
    padding: 8px 14px;
    font-size: 12.5px;
    color: #9a3412;
    margin-top: 10px;
    flex-wrap: wrap;
    gap: 8px;
}

.foka-tag-bubble {
    background: #ea580c;
    color: #ffffff;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
}

.foka-clear-filter-link {
    color: #c2410c;
    font-weight: 800;
    text-decoration: none;
    font-size: 11.5px;
}

.foka-clear-filter-link:hover {
    text-decoration: underline;
}

/* ==========================================================================
   4. Main Content Layout (Grid + Editorial Sticky Sidebar)
   ========================================================================== */
.foka-blog-main-layout {
    padding: 32px 0 20px 0;
}

.foka-blog-cols-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 32px;
    align-items: start;
}

.foka-blog-primary-col {
    min-width: 0; /* Prevents CSS Grid overflow */
}

/* 4.1 Spotlight Featured Article Card */
.foka-spotlight-card {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    background: #ffffff;
    border: 1px solid var(--foka-border);
    border-radius: 22px;
    overflow: hidden;
    margin-bottom: 32px;
    box-shadow: 0 4px 20px rgba(9, 21, 34, 0.04);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.foka-spotlight-card:hover {
    transform: translateY(-4px);
    border-color: var(--foka-border-hover);
    box-shadow: 0 14px 32px rgba(234, 88, 12, 0.1);
}

.foka-spotlight-thumb-wrap {
    position: relative;
    width: 100%;
    min-height: 320px;
    background: #0f172a;
    overflow: hidden;
}

.foka-spotlight-img-link {
    display: block;
    width: 100%;
    height: 100%;
}

.foka-spotlight-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.foka-spotlight-card:hover .foka-spotlight-img {
    transform: scale(1.05);
}

.foka-spotlight-tag {
    position: absolute;
    top: 16px;
    right: 16px;
    background: linear-gradient(135deg, #ff7a00 0%, #ea580c 100%);
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    padding: 5px 12px;
    border-radius: 999px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.foka-spotlight-body {
    padding: 30px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.foka-spotlight-meta-top {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap;
    font-size: 12px;
    color: var(--foka-text-muted);
}

.foka-badge-cat {
    background: var(--foka-warm-tint);
    border: 1px solid var(--foka-border-hover);
    color: var(--foka-primary-hover);
    font-size: 11px;
    font-weight: 800;
    padding: 2px 9px;
    border-radius: 999px;
}

.foka-meta-sep {
    color: #cbd5e1;
}

.foka-meta-time,
.foka-meta-read {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.foka-spotlight-title {
    font-size: 21px;
    font-weight: 900;
    line-height: 1.45;
    margin: 0 0 12px 0;
}

.foka-spotlight-title a {
    color: var(--foka-text-dark);
    text-decoration: none;
    transition: color 0.2s ease;
}

.foka-spotlight-title a:hover {
    color: var(--foka-primary-hover);
}

.foka-spotlight-excerpt {
    font-size: 13.5px;
    line-height: 1.8;
    color: #475569;
    margin: 0 0 22px 0;
    text-align: justify;
}

.foka-spotlight-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid #f1f5f9;
    flex-wrap: wrap;
    gap: 12px;
}

.foka-author-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    color: #334155;
}

.foka-author-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f1f5f9;
    color: #475569;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foka-spotlight-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: #091522;
    color: #ffffff;
    border-radius: 10px;
    font-size: 12.5px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.2s ease;
}

.foka-spotlight-cta:hover {
    background: var(--foka-primary);
    transform: translateY(-2px);
    color: #ffffff;
}

/* 4.2 Standard Articles Grid */
.foka-editorial-grid-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e8f0;
}

.foka-grid-section-title {
    font-size: 17px;
    font-weight: 900;
    color: var(--foka-text-dark);
    margin: 0;
}

.foka-grid-count-badge {
    background: #f1f5f9;
    color: #64748b;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 11.5px;
    font-weight: 800;
}

.foka-articles-modern-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.foka-card-v2 {
    background: #ffffff;
    border: 1px solid var(--foka-border);
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.03);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.foka-card-v2:hover {
    transform: translateY(-4px);
    border-color: var(--foka-border-hover);
    box-shadow: 0 12px 26px rgba(234, 88, 12, 0.09);
}

.foka-card-media {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    background: #0f172a;
    overflow: hidden;
}

.foka-card-media-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.foka-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.foka-card-v2:hover .foka-card-img {
    transform: scale(1.06);
}

.foka-card-category-badge {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(9, 21, 34, 0.85);
    backdrop-filter: blur(6px);
    color: #ffffff;
    font-size: 10.5px;
    font-weight: 800;
    padding: 2px 9px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.foka-card-body {
    padding: 18px 16px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.foka-card-meta-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.foka-card-meta-item {
    font-size: 11px;
    color: var(--foka-text-muted);
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.foka-card-title {
    font-size: 15.5px;
    font-weight: 800;
    line-height: 1.45;
    margin: 0 0 8px 0;
}

.foka-card-title a {
    color: var(--foka-text-dark);
    text-decoration: none;
    transition: color 0.2s ease;
}

.foka-card-title a:hover {
    color: var(--foka-primary-hover);
}

.foka-card-excerpt {
    font-size: 12.5px;
    line-height: 1.7;
    color: #64748b;
    margin: 0 0 14px 0;
    flex: 1 1 auto;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.foka-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    border-top: 1px solid #f1f5f9;
}

.foka-card-author-name {
    font-size: 11px;
    font-weight: 700;
    color: #94a3b8;
}

.foka-card-action-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 800;
    color: var(--foka-primary-hover);
    text-decoration: none;
    transition: transform 0.2s ease;
}

.foka-card-action-link:hover {
    transform: translateX(-3px);
}

/* 4.3 Modern Pagination */
.foka-modern-pagination {
    margin-top: 36px;
    display: flex;
    justify-content: center;
}

.foka-pagination-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.foka-page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid var(--foka-border);
    color: var(--foka-text-slate);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.2s ease;
}

.foka-page-btn:hover {
    background: #fff7ed;
    border-color: #fed7aa;
    color: #ea580c;
}

.foka-page-btn.active {
    background: linear-gradient(135deg, #ff7a00 0%, #ea580c 100%);
    border-color: #ea580c;
    color: #ffffff;
    box-shadow: 0 3px 10px rgba(234, 88, 12, 0.25);
}

.foka-prev-btn,
.foka-next-btn {
    gap: 4px;
}

/* Empty State */
.foka-blog-empty-state {
    background: #ffffff;
    border: 1px solid var(--foka-border);
    border-radius: 20px;
    padding: 48px 30px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.03);
}

.foka-empty-icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff7ed;
    color: #ea580c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
}

.foka-blog-empty-state h3 {
    font-size: 20px;
    font-weight: 900;
    color: var(--foka-text-dark);
    margin: 0 0 10px 0;
}

.foka-blog-empty-state p {
    font-size: 14px;
    color: var(--foka-text-muted);
    max-width: 520px;
    margin: 0 auto 24px auto;
    line-height: 1.8;
}

.foka-empty-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.foka-empty-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 12px;
    font-size: 13.5px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.2s ease;
}

.foka-empty-btn-primary {
    background: linear-gradient(135deg, #ff7a00 0%, #ea580c 100%);
    color: #ffffff;
    box-shadow: 0 3px 10px rgba(234, 88, 12, 0.3);
}

.foka-empty-btn-secondary {
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    color: #334155;
}

/* ==========================================================================
   5. Sticky Editorial Sidebar
   ========================================================================== */
.foka-blog-sidebar-col {
    position: sticky;
    top: 140px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.foka-sidebar-widget {
    background: #ffffff;
    border: 1px solid var(--foka-border);
    border-radius: 20px;
    padding: 22px 20px;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.03);
}

.foka-swidget-head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f1f5f9;
}

.foka-swidget-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff7a00;
}

.foka-swidget-title {
    font-size: 15px;
    font-weight: 900;
    color: var(--foka-text-dark);
    margin: 0;
}

/* Popular Articles Widget */
.foka-popular-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.foka-pop-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    text-decoration: none;
    padding: 8px;
    border-radius: 12px;
    transition: all 0.2s ease;
}

.foka-pop-item:hover {
    background: #fff7ed;
}

.foka-pop-rank-box {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #ff7a00;
    font-size: 12px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.foka-pop-item:hover .foka-pop-rank-box {
    background: #ff7a00;
    color: #ffffff;
    border-color: #ff7a00;
}

.foka-pop-info {
    flex: 1 1 auto;
}

.foka-pop-title {
    font-size: 13px;
    font-weight: 800;
    color: var(--foka-text-dark);
    line-height: 1.45;
    margin: 0 0 4px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.foka-pop-item:hover .foka-pop-title {
    color: var(--foka-primary-hover);
}

.foka-pop-meta {
    font-size: 10.5px;
    color: #94a3b8;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Topic Categories Widget */
.foka-stopics-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.foka-stopic-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 12px;
    background: #f8fafc;
    border-radius: 10px;
    color: #334155;
    font-size: 12.5px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}

.foka-stopic-link:hover {
    background: #fff7ed;
    color: #ea580c;
    transform: translateX(-3px);
}

/* B2B Consultation Widget */
.foka-widget-b2b {
    background: linear-gradient(135deg, #091522 0%, #162738 100%);
    border: 1.5px solid rgba(255, 122, 0, 0.35);
    color: #ffffff;
}

.foka-b2b-card-badge {
    display: inline-block;
    background: rgba(255, 122, 0, 0.2);
    border: 1px solid rgba(255, 122, 0, 0.4);
    color: #fdba74;
    font-size: 10.5px;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 999px;
    margin-bottom: 10px;
}

.foka-b2b-card-title {
    font-size: 16px;
    font-weight: 900;
    color: #ffffff;
    margin: 0 0 8px 0;
}

.foka-b2b-card-desc {
    font-size: 12px;
    color: #cbd5e1;
    line-height: 1.7;
    margin: 0 0 16px 0;
}

.foka-b2b-contacts {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.foka-b2b-call-btn,
.foka-b2b-wa-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    transition: all 0.2s ease;
}

.foka-b2b-call-btn {
    background: linear-gradient(135deg, #ff7a00 0%, #ea580c 100%);
    color: #ffffff;
    box-shadow: 0 3px 10px rgba(234, 88, 12, 0.3);
}

.foka-b2b-call-btn:hover {
    transform: translateY(-2px);
    color: #ffffff;
}

.foka-b2b-wa-btn {
    background: rgba(37, 211, 102, 0.15);
    border: 1px solid rgba(37, 211, 102, 0.35);
    color: #4ade80;
}

.foka-b2b-wa-btn:hover {
    background: #25D366;
    color: #ffffff;
}

/* Catalog Widget */
.foka-catalog-box-inner {
    display: flex;
    align-items: center;
    gap: 12px;
}

.foka-cat-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #fff7ed;
    color: #ea580c;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.foka-cat-text {
    flex: 1 1 auto;
}

.foka-cat-text h5 {
    font-size: 13px;
    font-weight: 900;
    color: var(--foka-text-dark);
    margin: 0 0 2px 0;
}

.foka-cat-text p {
    font-size: 11px;
    color: var(--foka-text-muted);
    margin: 0;
}

.foka-cat-arrow {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #f1f5f9;
    color: #334155;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.2s ease;
}

.foka-cat-arrow:hover {
    background: #ea580c;
    color: #ffffff;
}

/* ==========================================================================
   6. Bottom Full-Width B2B Banner
   ========================================================================== */
.foka-blog-bottom-cta {
    padding: 20px 0 10px 0;
}

.foka-blog-bcta-card {
    background: #ffffff;
    border: 1.5px solid var(--foka-border-hover);
    border-radius: 22px;
    padding: 32px 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    box-shadow: 0 8px 24px rgba(255, 122, 0, 0.06);
    position: relative;
    overflow: hidden;
}

.foka-bcta-tag {
    display: inline-block;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    color: #ea580c;
    font-size: 11px;
    font-weight: 800;
    padding: 3px 12px;
    border-radius: 999px;
    margin-bottom: 8px;
}

.foka-bcta-headline {
    font-size: 19px;
    font-weight: 900;
    color: #091522;
    margin: 0 0 6px 0;
}

.foka-bcta-subtext {
    font-size: 13px;
    color: #64748b;
    line-height: 1.75;
    margin: 0;
    max-width: 740px;
}

.foka-bcta-action-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.foka-bcta-main-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    background: linear-gradient(135deg, #ff7a00 0%, #ea580c 100%);
    color: #ffffff;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(234, 88, 12, 0.3);
    transition: all 0.22s ease;
    white-space: nowrap;
}

.foka-bcta-main-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(234, 88, 12, 0.4);
    color: #ffffff;
}

.foka-bcta-secondary-btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 20px;
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    color: #334155;
    border-radius: 12px;
    font-size: 13.5px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.foka-bcta-secondary-btn:hover {
    background: #e2e8f0;
    color: #0f172a;
}

/* ==========================================================================
   7. Single Article Page Styling (v3.1)
   ========================================================================== */

/* Reading Progress Bar */
.foka-reading-progress-bar {
    position: fixed;
    top: 0;
    right: 0;
    height: 3.5px;
    width: 0%;
    background: linear-gradient(90deg, #ff7a00 0%, #ea580c 100%);
    z-index: 1000000;
    transition: width 0.1s ease-out;
    box-shadow: 0 1px 4px rgba(234, 88, 12, 0.4);
}

.foka-article-detail-page-wrapper {
    background: var(--foka-bg-page);
    font-family: 'Vazirmatn', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: var(--foka-text-slate);
    padding-bottom: 50px;
    direction: rtl;
    overflow-x: hidden;
}

/* Article Hero & Header Container */
.foka-article-hero-header {
    padding: 24px 0 18px 0;
}

.foka-article-header-card {
    background: #ffffff;
    border: 1px solid var(--foka-border);
    border-radius: 22px;
    padding: 34px 32px;
    box-shadow: 0 4px 18px rgba(9, 21, 34, 0.03);
}

.foka-aheader-top-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.foka-aheader-cat-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    color: #ea580c;
    font-size: 11.5px;
    font-weight: 800;
    padding: 3px 12px;
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.foka-aheader-cat-pill:hover {
    background: #ea580c;
    color: #ffffff;
}

.foka-aheader-readtime,
.foka-aheader-views {
    font-size: 12px;
    color: var(--foka-text-muted);
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.foka-article-headline {
    font-size: 28px;
    font-weight: 900;
    line-height: 1.5;
    color: var(--foka-text-dark);
    margin: 0 0 14px 0;
    letter-spacing: 0;
}

.foka-article-lead-intro {
    font-size: 15px;
    line-height: 1.85;
    color: #475569;
    border-right: 3px solid #ff7a00;
    padding-right: 14px;
    margin: 0 0 20px 0;
}

.foka-aheader-author-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 18px;
    border-top: 1px solid #f1f5f9;
    flex-wrap: wrap;
    gap: 16px;
}

.foka-aauthor-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.foka-aauthor-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff7ed;
    color: #ea580c;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.foka-aauthor-details {
    display: flex;
    flex-direction: column;
}

.foka-aauthor-name {
    font-size: 13px;
    font-weight: 800;
    color: var(--foka-text-dark);
}

.foka-aauthor-date {
    font-size: 11.5px;
    color: #94a3b8;
}

.foka-aheader-quick-share {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.foka-share-lbl {
    font-size: 12px;
    font-weight: 700;
    color: var(--foka-text-muted);
}

.foka-qshare-btn {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    border: 1px solid var(--foka-border);
    color: var(--foka-text-slate);
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.foka-qshare-wa:hover {
    background: #25D366;
    border-color: #25D366;
    color: #ffffff;
}

.foka-qshare-tg:hover {
    background: #229ED9;
    border-color: #229ED9;
    color: #ffffff;
}

.foka-qshare-copy:hover {
    background: #ff7a00;
    border-color: #ff7a00;
    color: #ffffff;
}

.foka-copy-toast {
    position: absolute;
    bottom: -32px;
    left: 0;
    background: #091522;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    white-space: nowrap;
    z-index: 10;
}

.foka-copy-toast.visible {
    opacity: 1;
}

/* Featured Media Container */
.foka-article-featured-media {
    padding: 0 0 24px 0;
}

.foka-article-media-frame {
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid var(--foka-border);
    box-shadow: 0 6px 22px rgba(9, 21, 34, 0.05);
    background: #0f172a;
}

.foka-article-hero-img {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
    display: block;
}

/* Two-Column Reading Layout */
.foka-article-reading-layout {
    padding-bottom: 30px;
}

.foka-article-layout-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 32px;
    align-items: start;
}

.foka-article-reading-col {
    min-width: 0;
}

.foka-article-content-card {
    background: #ffffff;
    border: 1px solid var(--foka-border);
    border-radius: 22px;
    padding: 36px 34px;
    box-shadow: 0 4px 18px rgba(9, 21, 34, 0.03);
}

/* Typography for Article Content (Prose) */
.foka-article-prose {
    font-size: 16.5px;
    line-height: 2.15;
    color: #1e293b;
    text-align: justify;
    word-break: break-word;
    overflow-wrap: break-word;
}

.foka-article-prose * {
    max-width: 100%;
    box-sizing: border-box;
}

.foka-article-prose p {
    margin: 0 0 22px 0;
}

.foka-article-prose h2 {
    font-size: 22px;
    font-weight: 900;
    color: var(--foka-text-dark);
    margin: 36px 0 16px 0;
    padding-right: 14px;
    border-right: 4px solid #ff7a00;
}

.foka-article-prose h3 {
    font-size: 18.5px;
    font-weight: 800;
    color: var(--foka-text-dark);
    margin: 28px 0 12px 0;
}

.foka-article-prose blockquote {
    background: #fffbf7;
    border-right: 4px solid #ea580c;
    border-radius: 0 12px 12px 0;
    padding: 18px 22px;
    margin: 26px 0;
    font-style: normal;
    color: #431407;
    font-size: 15px;
    line-height: 1.9;
}

.foka-article-prose ul,
.foka-article-prose ol {
    margin: 0 0 22px 24px;
    padding: 0;
}

.foka-article-prose li {
    margin-bottom: 10px;
    line-height: 1.85;
}

.foka-article-prose table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-collapse: collapse;
    margin: 26px 0;
    font-size: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

.foka-article-prose pre {
    max-width: 100%;
    overflow-x: auto;
    white-space: pre-wrap;
    word-break: break-word;
    background: #0f172a;
    color: #f8fafc;
    padding: 14px 16px;
    border-radius: 12px;
    font-size: 13px;
    direction: ltr;
    text-align: left;
}

.foka-article-prose th {
    background: #091522;
    color: #ffffff;
    padding: 12px 14px;
    text-align: right;
    font-weight: 800;
}

.foka-article-prose td {
    padding: 12px 14px;
    border-bottom: 1px solid #f1f5f9;
}

.foka-article-prose tr:nth-child(even) {
    background: #f8fafc;
}

.foka-article-prose img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
    margin: 20px 0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.foka-article-prose a {
    color: #ea580c;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.foka-article-prose strong,
.foka-article-prose b {
    font-weight: 800;
    color: #091522;
}

/* In-Article Share Strip */
.foka-inarticle-share-strip {
    background: #f8fafc;
    border: 1px solid var(--foka-border);
    border-radius: 14px;
    padding: 14px 18px;
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.foka-share-strip-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 800;
    color: #334155;
}

.foka-share-strip-title svg {
    color: #ea580c;
}

.foka-share-strip-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.foka-sbtn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
    border: none;
    font-family: inherit;
}

.foka-sbtn-wa {
    background: #25D366;
    color: #ffffff;
}

.foka-sbtn-wa:hover {
    background: #20b858;
}

.foka-sbtn-tg {
    background: #229ED9;
    color: #ffffff;
}

.foka-sbtn-tg:hover {
    background: #1e8bbd;
}

.foka-sbtn-copy {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    color: #334155;
}

.foka-sbtn-copy:hover {
    background: #ff7a00;
    border-color: #ff7a00;
    color: #ffffff;
}

/* Author Profile Card */
.foka-article-author-card {
    margin-top: 24px;
    padding: 22px 24px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 18px;
    display: flex;
    gap: 16px;
    align-items: center;
}

.foka-aacard-avatar {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #ff7a00;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.foka-aacard-info h4 {
    font-size: 15px;
    font-weight: 900;
    color: var(--foka-text-dark);
    margin: 0 0 4px 0;
}

.foka-aacard-info p {
    font-size: 12.5px;
    line-height: 1.7;
    color: #431407;
    margin: 0;
}

/* Previous / Next Article Navigation */
.foka-prev-next-nav-section {
    margin-top: 28px;
}

.foka-prev-next-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.foka-pn-card {
    background: #ffffff;
    border: 1px solid var(--foka-border);
    border-radius: 16px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.02);
}

.foka-pn-card:hover {
    border-color: #fed7aa;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(234, 88, 12, 0.08);
}

.foka-pn-arrow {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #f1f5f9;
    color: #334155;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.foka-pn-card:hover .foka-pn-arrow {
    background: #ff7a00;
    color: #ffffff;
}

.foka-pn-text {
    flex: 1 1 auto;
    min-width: 0;
}

.foka-pn-lbl {
    font-size: 11px;
    color: #94a3b8;
    font-weight: 700;
    display: block;
    margin-bottom: 2px;
}

.foka-pn-title {
    font-size: 13px;
    font-weight: 800;
    color: var(--foka-text-dark);
    margin: 0;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.foka-pn-card:hover .foka-pn-title {
    color: var(--foka-primary-hover);
}

.foka-pn-empty {
    visibility: hidden;
}

/* Related Articles Section */
.foka-related-articles-section {
    margin-top: 36px;
}

.foka-related-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.foka-related-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff7a00;
}

.foka-related-headline {
    font-size: 17px;
    font-weight: 900;
    color: var(--foka-text-dark);
    margin: 0;
}

.foka-related-articles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.foka-related-post-card {
    background: #ffffff;
    border: 1px solid var(--foka-border);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.02);
}

.foka-related-post-card:hover {
    border-color: #fed7aa;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(234, 88, 12, 0.08);
}

.foka-rel-thumb-link {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    background: #0f172a;
    overflow: hidden;
    display: block;
}

.foka-rel-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.foka-related-post-card:hover .foka-rel-img {
    transform: scale(1.06);
}

.foka-rel-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
}

.foka-rel-body {
    padding: 14px 14px 16px 14px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.foka-rel-date {
    font-size: 11px;
    color: #94a3b8;
    margin-bottom: 4px;
}

.foka-rel-title {
    font-size: 13.5px;
    font-weight: 800;
    line-height: 1.45;
    margin: 0 0 10px 0;
    flex: 1 1 auto;
}

.foka-rel-title a {
    color: var(--foka-text-dark);
    text-decoration: none;
    transition: color 0.2s ease;
}

.foka-rel-title a:hover {
    color: var(--foka-primary-hover);
}

.foka-rel-read-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 800;
    color: var(--foka-primary-hover);
    text-decoration: none;
    margin-top: auto;
}

.foka-rel-read-link:hover {
    text-decoration: underline;
}

/* Single Article Sticky Sidebar */
.foka-article-sidebar-col {
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.foka-archlink-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.foka-archlink-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #fff7ed;
    color: #ea580c;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foka-archlink-text h5 {
    font-size: 14px;
    font-weight: 900;
    color: var(--foka-text-dark);
    margin: 0 0 2px 0;
}

.foka-archlink-text p {
    font-size: 11.5px;
    color: var(--foka-text-muted);
    margin: 0;
}

.foka-archlink-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 9px 14px;
    background: #f1f5f9;
    color: #091522;
    border-radius: 10px;
    font-size: 12.5px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.2s ease;
}

.foka-archlink-btn:hover {
    background: #ff7a00;
    color: #ffffff;
}

/* ==========================================================================
   8. Comprehensive Responsive Media Queries (List + Detail)
   ========================================================================== */

/* Laptop / Medium Desktop (992px to 1199px) */
@media screen and (max-width: 1199px) {
    .foka-blog-cols-wrapper,
    .foka-article-layout-grid {
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 24px;
    }

    .foka-spotlight-title {
        font-size: 19px;
    }

    .foka-spotlight-body {
        padding: 24px 20px;
    }
}

/* Tablet & Large Mobile (<= 1024px) */
@media screen and (max-width: 1024px) {
    .foka-blog-cols-wrapper,
    .foka-article-layout-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .foka-blog-sidebar-col,
    .foka-article-sidebar-col {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        width: 100%;
    }

    .foka-blog-bcta-card,
    .foka-single-cta-card {
        flex-direction: column;
        text-align: center;
    }

    .foka-bcta-action-wrap {
        width: 100%;
        justify-content: center;
    }

    .foka-related-grid,
    .foka-related-articles-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

/* Standard Mobile & Phablet (<= 768px) */
@media screen and (max-width: 768px) {
    .foka-blog-hero-section {
        padding: 10px 0 6px 0;
    }

    .foka-blog-hero-card {
        padding: 12px 14px 10px 14px !important;
        border-radius: 16px !important;
        margin-bottom: 12px !important;
        border-color: #e2e8f0 !important;
        box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04) !important;
    }

    .foka-bhero-top-flex {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        gap: 10px !important;
        margin-bottom: 10px !important;
    }

    .foka-bhero-icon-box {
        width: 34px !important;
        height: 34px !important;
        min-width: 34px !important;
        border-radius: 9px !important;
        margin-top: 2px !important;
        flex-shrink: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .foka-bhero-icon-box svg {
        width: 17px !important;
        height: 17px !important;
    }

    .foka-bhero-headings {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        gap: 4px !important;
        min-width: 0 !important;
        flex: 1 1 auto !important;
        text-align: right !important;
    }

    .foka-bhero-title-row {
        display: flex !important;
        align-items: center !important;
        gap: 6px !important;
        margin: 0 !important;
        padding: 0 !important;
        text-align: right !important;
    }

    .foka-blog-hero-title {
        font-family: 'Vazirmatn', sans-serif !important;
        font-size: 1rem !important;
        font-weight: 900 !important;
        line-height: 1.35 !important;
        color: #0f172a !important;
        margin: 0 !important;
        padding: 0 !important;
        text-align: right !important;
    }

    /* Hide redundant badge on mobile to save vertical line space */
    .foka-blog-hero-badge {
        display: none !important;
    }

    .foka-blog-hero-sub {
        font-family: 'Vazirmatn', sans-serif !important;
        font-size: 11.5px !important;
        line-height: 1.45 !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #475569 !important;
        font-weight: 700 !important;
        text-align: right !important;
    }

    .foka-blog-hero-desc {
        font-family: 'Vazirmatn', sans-serif !important;
        font-size: 11px !important;
        line-height: 1.55 !important;
        color: #64748b !important;
        margin: 2px 0 0 0 !important;
        padding: 0 !important;
        text-align: right !important;
        display: block !important;
    }

    .foka-bdesc-desktop {
        display: none !important;
    }

    .foka-bdesc-mobile {
        display: inline !important;
    }

    .foka-blog-toolbar {
        flex-direction: row !important;
        align-items: center !important;
        gap: 8px !important;
        padding-top: 8px !important;
        margin-top: 8px !important;
        border-top-color: #f1f5f9 !important;
    }

    .foka-blog-search-form {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 8px !important;
        max-width: 100% !important;
        flex: 1 1 auto !important;
        width: 100% !important;
    }

    /* Hide redundant quick stats on mobile header to keep it purpose-built and compact */
    .foka-blog-quick-stats {
        display: none !important;
    }

    .foka-blog-search-input {
        height: 38px !important;
        font-size: 12px !important;
        border-radius: 10px !important;
        padding: 0 36px 0 32px !important;
    }

    .foka-blog-search-btn {
        height: 38px !important;
        font-size: 12px !important;
        padding: 0 14px !important;
        border-radius: 10px !important;
        flex-shrink: 0 !important;
        white-space: nowrap !important;
    }

    /* Sticky Nav Strip on Mobile */
    .foka-blog-nav-strip {
        top: 58px;
        padding: 10px 0;
    }

    .foka-nav-strip-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .foka-blog-sort-box {
        justify-content: space-between;
    }

    /* Spotlight Featured Article on Mobile: Compact Horizontal Card */
    .foka-spotlight-card {
        display: flex !important;
        flex-direction: row !important;
        align-items: stretch !important;
        padding: 9px !important;
        gap: 10px !important;
        border-radius: 14px !important;
        margin-bottom: 12px !important;
    }

    .foka-spotlight-thumb-wrap {
        width: 100px !important;
        min-width: 100px !important;
        max-width: 100px !important;
        height: auto !important;
        min-height: 95px !important;
        padding-top: 0 !important;
        border-radius: 10px !important;
        position: relative !important;
    }

    .foka-spotlight-img-link {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }

    .foka-spotlight-img {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        border-radius: 10px !important;
    }

    .foka-spotlight-tag {
        top: 4px !important;
        right: 4px !important;
        font-size: 8px !important;
        padding: 2px 5px !important;
        gap: 2px !important;
    }

    .foka-spotlight-tag svg {
        width: 8px !important;
        height: 8px !important;
    }

    .foka-spotlight-body {
        padding: 0 !important;
        flex: 1 1 auto !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        min-width: 0 !important;
    }

    .foka-spotlight-meta-top {
        font-size: 9.5px !important;
        gap: 4px !important;
        margin-bottom: 2px !important;
    }

    .foka-badge-cat {
        font-size: 9px !important;
        padding: 1px 5px !important;
    }

    .foka-spotlight-title {
        font-size: 12.5px !important;
        font-weight: 800 !important;
        line-height: 1.35 !important;
        margin: 0 0 2px 0 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    .foka-spotlight-excerpt {
        display: none !important;
    }

    .foka-spotlight-footer {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding-top: 2px !important;
        border-top: none !important;
        margin-top: 0 !important;
        gap: 6px !important;
    }

    .foka-author-pill {
        font-size: 9.5px !important;
        gap: 3px !important;
    }

    .foka-author-avatar {
        width: 16px !important;
        height: 16px !important;
    }

    .foka-author-avatar svg {
        width: 9px !important;
        height: 9px !important;
    }

    .foka-spotlight-cta {
        display: none !important;
    }

    /* Editorial Grid Header on Mobile */
    .foka-editorial-grid-header {
        margin-bottom: 8px !important;
        padding-bottom: 6px !important;
    }

    .foka-grid-section-title {
        font-size: 13.5px !important;
    }

    .foka-grid-count-badge {
        font-size: 10px !important;
        padding: 2px 6px !important;
    }

    /* Standard Articles Grid on Mobile: Compact Horizontal Cards */
    .foka-articles-modern-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
    }

    .foka-card-v2 {
        display: flex !important;
        flex-direction: row !important;
        align-items: stretch !important;
        padding: 9px !important;
        gap: 10px !important;
        border-radius: 14px !important;
    }

    .foka-card-media {
        width: 90px !important;
        min-width: 90px !important;
        max-width: 90px !important;
        height: auto !important;
        min-height: 90px !important;
        padding-top: 0 !important;
        border-radius: 10px !important;
        position: relative !important;
    }

    .foka-card-media-link {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }

    .foka-card-img {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        border-radius: 10px !important;
    }

    .foka-card-category-badge {
        bottom: 4px !important;
        right: 4px !important;
        font-size: 8px !important;
        padding: 1px 5px !important;
    }

    .foka-card-body {
        padding: 0 !important;
        flex: 1 1 auto !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        min-width: 0 !important;
    }

    .foka-card-meta-bar {
        margin-bottom: 2px !important;
        gap: 5px !important;
    }

    .foka-card-meta-item {
        font-size: 9.5px !important;
        gap: 3px !important;
    }

    .foka-card-meta-item svg {
        width: 10px !important;
        height: 10px !important;
    }

    .foka-card-title {
        font-size: 12.5px !important;
        font-weight: 800 !important;
        line-height: 1.35 !important;
        margin: 0 0 2px 0 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    .foka-card-excerpt {
        display: none !important;
    }

    .foka-card-footer {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding-top: 2px !important;
        border-top: none !important;
        margin-top: 0 !important;
    }

    .foka-card-author-name {
        font-size: 9.5px !important;
        color: #64748b !important;
    }

    .foka-card-action-link {
        font-size: 10px !important;
        gap: 2px !important;
    }

    .foka-card-action-link svg {
        width: 10px !important;
        height: 10px !important;
    }

    /* Sidebar Columns on Mobile: Ultra-Compact Widgets */
    .foka-blog-sidebar-col {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
    }

    .foka-sidebar-widget {
        padding: 8px 10px !important;
        border-radius: 12px !important;
    }

    .foka-swidget-head {
        margin-bottom: 6px !important;
        padding-bottom: 4px !important;
        gap: 5px !important;
    }

    .foka-swidget-title {
        font-size: 12px !important;
    }

    /* Popular Articles in 2-Column Grid to Halve Height */
    .foka-popular-list {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 5px !important;
    }

    .foka-pop-item {
        padding: 5px 6px !important;
        gap: 6px !important;
        border-radius: 8px !important;
        align-items: center !important;
        background: #f8fafc !important;
        border: 1px solid #f1f5f9 !important;
        min-width: 0 !important;
    }

    .foka-pop-rank-box {
        width: 22px !important;
        height: 22px !important;
        min-width: 22px !important;
        font-size: 9.5px !important;
        border-radius: 5px !important;
    }

    .foka-pop-info {
        min-width: 0 !important;
        flex: 1 1 auto !important;
    }

    .foka-pop-title {
        font-size: 11px !important;
        margin: 0 0 1px 0 !important;
        line-height: 1.3 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 1 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    .foka-pop-meta {
        font-size: 8.5px !important;
        gap: 3px !important;
    }

    /* Topic Categories as Compact Filter Chips on Mobile */
    .foka-stopics-list {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        gap: 4px !important;
    }

    .foka-stopic-link {
        padding: 4px 8px !important;
        font-size: 10px !important;
        border-radius: 999px !important;
        gap: 0 !important;
        background: #f1f5f9 !important;
        border: 1px solid #e2e8f0 !important;
    }

    .foka-stopic-link svg {
        display: none !important;
    }

    /* B2B Consultation Widget on Mobile */
    .foka-b2b-card-badge {
        font-size: 8px !important;
        padding: 1px 6px !important;
        margin-bottom: 2px !important;
    }

    .foka-b2b-card-title {
        font-size: 12px !important;
        margin: 0 0 2px 0 !important;
    }

    .foka-b2b-card-desc {
        display: none !important; /* Hide long paragraph on mobile */
    }

    .foka-b2b-contacts {
        flex-direction: row !important;
        gap: 5px !important;
        margin-top: 4px !important;
    }

    .foka-b2b-call-btn,
    .foka-b2b-wa-btn {
        flex: 1 1 50% !important;
        padding: 5px 6px !important;
        font-size: 10px !important;
        border-radius: 7px !important;
        gap: 4px !important;
    }

    .foka-b2b-call-btn svg,
    .foka-b2b-wa-btn svg {
        width: 11px !important;
        height: 11px !important;
    }

    /* Catalog Widget on Mobile */
    .foka-catalog-box-inner {
        gap: 8px !important;
    }

    .foka-cat-icon {
        width: 28px !important;
        height: 28px !important;
        min-width: 28px !important;
        border-radius: 7px !important;
    }

    .foka-cat-icon svg {
        width: 14px !important;
        height: 14px !important;
    }

    .foka-cat-text h5 {
        font-size: 11.5px !important;
        margin: 0 !important;
    }

    .foka-cat-text p {
        font-size: 9.5px !important;
        margin: 0 !important;
    }

    .foka-cat-arrow {
        width: 24px !important;
        height: 24px !important;
        min-width: 24px !important;
    }

    /* Bottom Banner on Mobile */
    .foka-blog-bcta-card {
        padding: 24px 18px;
        border-radius: 18px;
    }

    .foka-bcta-headline {
        font-size: 17px;
    }

    .foka-bcta-subtext {
        font-size: 12.5px;
    }

    .foka-bcta-action-wrap {
        flex-direction: column;
        width: 100%;
    }

    .foka-bcta-main-btn,
    .foka-bcta-secondary-btn {
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
    }

    /* Single Article Detail Page on Mobile (<= 768px) */
    .foka-article-detail-page-wrapper {
        padding-bottom: 80px !important;
        overflow-x: hidden !important;
        width: 100% !important;
    }

    .foka-article-hero-header {
        padding: 10px 0 6px 0 !important;
    }

    .foka-article-header-card {
        padding: 16px 14px !important;
        border-radius: 16px !important;
        margin-bottom: 12px !important;
        border-color: #e2e8f0 !important;
        box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04) !important;
    }

    .foka-aheader-top-meta {
        gap: 8px !important;
        margin-bottom: 10px !important;
    }

    .foka-aheader-cat-pill {
        font-size: 10.5px !important;
        padding: 2px 9px !important;
    }

    .foka-aheader-readtime,
    .foka-aheader-views {
        font-size: 11px !important;
        gap: 3px !important;
    }

    .foka-article-headline {
        font-size: 1.25rem !important;
        font-weight: 900 !important;
        line-height: 1.5 !important;
        margin: 0 0 12px 0 !important;
        letter-spacing: 0 !important;
    }

    .foka-article-lead-intro {
        font-size: 13px !important;
        line-height: 1.75 !important;
        border-right-width: 2.5px !important;
        padding-right: 10px !important;
        margin: 0 0 14px 0 !important;
    }

    .foka-aheader-author-bar {
        padding-top: 12px !important;
        gap: 12px !important;
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .foka-aauthor-info {
        gap: 8px !important;
    }

    .foka-aauthor-avatar {
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
    }

    .foka-aauthor-avatar svg {
        width: 14px !important;
        height: 14px !important;
    }

    .foka-aauthor-name {
        font-size: 12px !important;
    }

    .foka-aauthor-date {
        font-size: 10.5px !important;
    }

    .foka-aheader-quick-share {
        justify-content: flex-start !important;
        gap: 6px !important;
        padding-top: 10px !important;
        border-top: 1px dashed #f1f5f9 !important;
        width: 100% !important;
    }

    .foka-share-lbl {
        font-size: 11px !important;
    }

    .foka-qshare-btn {
        width: 32px !important;
        height: 32px !important;
        border-radius: 8px !important;
    }

    .foka-qshare-btn svg {
        width: 14px !important;
        height: 14px !important;
    }

    .foka-article-featured-media {
        padding: 0 0 12px 0 !important;
    }

    .foka-article-media-frame {
        border-radius: 14px !important;
    }

    .foka-article-hero-img {
        max-height: 220px !important;
        aspect-ratio: 16/9 !important;
        object-fit: cover !important;
    }

    .foka-article-reading-layout {
        padding-bottom: 16px !important;
        overflow-x: hidden !important;
        width: 100% !important;
    }

    .foka-article-layout-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 16px !important;
        width: 100% !important;
    }

    .foka-article-reading-col {
        width: 100% !important;
        min-width: 0 !important;
    }

    .foka-article-content-card {
        padding: 18px 14px !important;
        border-radius: 16px !important;
        box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04) !important;
    }

    .foka-article-prose {
        font-size: 14.5px !important;
        line-height: 1.95 !important;
        text-align: right !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
    }

    .foka-article-prose p {
        margin: 0 0 16px 0 !important;
    }

    .foka-article-prose h2 {
        font-size: 17px !important;
        font-weight: 800 !important;
        margin: 22px 0 10px 0 !important;
        padding-right: 10px !important;
        border-right-width: 3px !important;
    }

    .foka-article-prose h3 {
        font-size: 15px !important;
        margin: 18px 0 8px 0 !important;
    }

    .foka-article-prose blockquote {
        padding: 12px 14px !important;
        margin: 16px 0 !important;
        font-size: 13px !important;
        line-height: 1.75 !important;
        border-radius: 0 10px 10px 0 !important;
    }

    .foka-article-prose ul,
    .foka-article-prose ol {
        margin: 0 0 16px 18px !important;
    }

    .foka-article-prose li {
        margin-bottom: 8px !important;
        line-height: 1.75 !important;
    }

    .foka-article-prose img {
        max-width: 100% !important;
        height: auto !important;
        border-radius: 10px !important;
        margin: 14px 0 !important;
    }

    .foka-article-prose table {
        display: block !important;
        width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        font-size: 12px !important;
        margin: 16px 0 !important;
    }

    .foka-article-prose th,
    .foka-article-prose td {
        padding: 8px 10px !important;
        white-space: nowrap !important;
    }

    .foka-inarticle-share-strip {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 10px !important;
        padding: 12px 14px !important;
        margin-top: 20px !important;
        border-radius: 12px !important;
    }

    .foka-share-strip-title {
        font-size: 11.5px !important;
    }

    .foka-share-strip-buttons {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 6px !important;
        width: 100% !important;
    }

    .foka-sbtn {
        justify-content: center !important;
        padding: 7px 4px !important;
        font-size: 11px !important;
    }

    .foka-article-author-card {
        padding: 14px 14px !important;
        gap: 12px !important;
        border-radius: 14px !important;
        margin-top: 18px !important;
    }

    .foka-aacard-avatar {
        width: 42px !important;
        height: 42px !important;
        min-width: 42px !important;
        border-radius: 12px !important;
    }

    .foka-aacard-avatar svg {
        width: 22px !important;
        height: 22px !important;
    }

    .foka-aacard-info h4 {
        font-size: 13.5px !important;
        margin-bottom: 2px !important;
    }

    .foka-aacard-info p {
        font-size: 11.5px !important;
        line-height: 1.6 !important;
    }

    /* Previous / Next Article on Mobile */
    .foka-prev-next-nav-section {
        margin-top: 16px !important;
    }

    .foka-prev-next-grid {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }

    .foka-pn-card {
        padding: 10px 12px !important;
        border-radius: 12px !important;
        gap: 10px !important;
    }

    .foka-pn-arrow {
        width: 28px !important;
        height: 28px !important;
        min-width: 28px !important;
        border-radius: 8px !important;
    }

    .foka-pn-arrow svg {
        width: 13px !important;
        height: 13px !important;
    }

    .foka-pn-lbl {
        font-size: 9.5px !important;
    }

    .foka-pn-title {
        font-size: 12px !important;
    }

    .foka-pn-empty {
        display: none !important;
    }

    /* Related Articles on Mobile */
    .foka-related-articles-section {
        margin-top: 20px !important;
    }

    .foka-related-header {
        margin-bottom: 10px !important;
        gap: 6px !important;
    }

    .foka-related-headline {
        font-size: 13.5px !important;
    }

    .foka-related-articles-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
    }

    .foka-related-post-card {
        display: flex !important;
        flex-direction: row !important;
        align-items: stretch !important;
        padding: 8px !important;
        gap: 10px !important;
        border-radius: 12px !important;
    }

    .foka-rel-thumb-link {
        width: 88px !important;
        min-width: 88px !important;
        max-width: 88px !important;
        height: auto !important;
        min-height: 80px !important;
        padding-top: 0 !important;
        border-radius: 9px !important;
        position: relative !important;
        flex-shrink: 0 !important;
    }

    .foka-rel-img {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        border-radius: 9px !important;
    }

    .foka-rel-placeholder {
        border-radius: 9px !important;
    }

    .foka-rel-body {
        padding: 0 !important;
        flex: 1 1 auto !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        min-width: 0 !important;
    }

    .foka-rel-date {
        font-size: 9px !important;
        margin-bottom: 2px !important;
    }

    .foka-rel-title {
        font-size: 12px !important;
        margin: 0 0 2px 0 !important;
        line-height: 1.35 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    .foka-rel-read-link {
        font-size: 10px !important;
        margin-top: auto !important;
    }

    /* Article Sidebar Column on Mobile */
    .foka-article-sidebar-col {
        position: static !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
        margin-top: 20px !important;
    }

    .foka-article-sidebar-col .foka-sidebar-widget {
        margin-bottom: 0 !important;
    }

    /* Single Post Fallback Classes */
    .foka-single-header-card {
        padding: 16px 14px;
        border-radius: 16px;
    }

    .foka-single-title {
        font-size: 18px;
    }

    .foka-single-content-box {
        padding: 18px 14px;
        font-size: 14.5px;
        line-height: 1.9;
        border-radius: 16px;
    }

    .foka-single-cta-card {
        padding: 18px 14px;
    }

    .foka-scta-call-btn {
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
    }
}

/* Small Smartphone (<= 414px) */
@media screen and (max-width: 414px) {
    .foka-blog-hero-card {
        padding: 10px 10px 8px 10px !important;
        border-radius: 14px !important;
    }

    .foka-blog-hero-title {
        font-size: 0.98rem !important;
    }

    .foka-spotlight-card,
    .foka-card-v2 {
        padding: 8px !important;
        gap: 8px !important;
    }

    .foka-spotlight-thumb-wrap {
        width: 88px !important;
        min-width: 88px !important;
        max-width: 88px !important;
        min-height: 88px !important;
    }

    .foka-card-media {
        width: 82px !important;
        min-width: 82px !important;
        max-width: 82px !important;
        min-height: 82px !important;
    }

    .foka-spotlight-title,
    .foka-card-title {
        font-size: 12px !important;
    }

    .foka-topic-chip {
        padding: 6px 12px;
        font-size: 11.5px;
    }

    .foka-blog-search-input {
        font-size: 11.5px !important;
        padding-right: 32px !important;
        padding-left: 28px !important;
    }

    .foka-bsearch-icon {
        right: 9px !important;
    }

    .foka-blog-search-btn {
        padding: 0 10px !important;
        font-size: 11.5px !important;
    }

    .foka-bsearch-dropdown {
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        max-height: 52vh;
        border-radius: 14px;
        box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25);
    }

    .foka-bsearch-thumb {
        width: 48px;
        height: 48px;
        min-width: 48px;
    }

    .foka-bsearch-item {
        padding: 10px 12px;
        gap: 10px;
    }

    .foka-bsearch-item-title {
        font-size: 12.8px;
    }
}

/* Very Narrow Mobile Screens (<= 360px) */
@media (max-width: 360px) {
    .foka-blog-hero-card {
        padding: 8px 8px 6px 8px !important;
        border-radius: 12px !important;
    }

    .foka-blog-hero-title {
        font-size: 0.92rem !important;
    }

    .foka-spotlight-thumb-wrap {
        width: 78px !important;
        min-width: 78px !important;
        max-width: 78px !important;
        min-height: 78px !important;
    }

    .foka-card-media {
        width: 74px !important;
        min-width: 74px !important;
        max-width: 74px !important;
        min-height: 74px !important;
    }

    .foka-spotlight-title,
    .foka-card-title {
        font-size: 11.5px !important;
    }

    .foka-article-header-card,
    .foka-article-content-card {
        padding: 12px 10px !important;
        border-radius: 12px !important;
    }

    .foka-article-headline {
        font-size: 1.1rem !important;
    }

    .foka-rel-thumb-link {
        width: 76px !important;
        min-width: 76px !important;
        max-width: 76px !important;
        min-height: 72px !important;
    }

    .foka-rel-title {
        font-size: 11.5px !important;
    }
}

/* Dark Theme Support (Consistent with foka-shop-hub-card) */
html[data-theme="dark"] .foka-blog-hero-card,
body.dark-theme .foka-blog-hero-card,
html[data-theme="dark"] .foka-article-header-card,
body.dark-theme .foka-article-header-card,
html[data-theme="dark"] .foka-article-content-card,
body.dark-theme .foka-article-content-card,
html[data-theme="dark"] .foka-pn-card,
body.dark-theme .foka-pn-card,
html[data-theme="dark"] .foka-related-post-card,
body.dark-theme .foka-related-post-card {
    background: #1e293b !important;
    border-color: #334155 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4) !important;
}

html[data-theme="dark"] .foka-blog-hero-title,
body.dark-theme .foka-blog-hero-title,
html[data-theme="dark"] .foka-article-headline,
body.dark-theme .foka-article-headline,
html[data-theme="dark"] .foka-aauthor-name,
body.dark-theme .foka-aauthor-name,
html[data-theme="dark"] .foka-article-prose h2,
body.dark-theme .foka-article-prose h2,
html[data-theme="dark"] .foka-article-prose h3,
body.dark-theme .foka-article-prose h3,
html[data-theme="dark"] .foka-article-prose strong,
body.dark-theme .foka-article-prose strong,
html[data-theme="dark"] .foka-pn-title,
body.dark-theme .foka-pn-title,
html[data-theme="dark"] .foka-related-headline,
body.dark-theme .foka-related-headline,
html[data-theme="dark"] .foka-rel-title a,
body.dark-theme .foka-rel-title a,
html[data-theme="dark"] .foka-archlink-text h5,
body.dark-theme .foka-archlink-text h5 {
    color: #f1f5f9 !important;
}

html[data-theme="dark"] .foka-blog-hero-sub,
body.dark-theme .foka-blog-hero-sub,
html[data-theme="dark"] .foka-article-lead-intro,
body.dark-theme .foka-article-lead-intro,
html[data-theme="dark"] .foka-article-prose,
body.dark-theme .foka-article-prose,
html[data-theme="dark"] .foka-article-prose p,
body.dark-theme .foka-article-prose p,
html[data-theme="dark"] .foka-article-prose li,
body.dark-theme .foka-article-prose li {
    color: #cbd5e1 !important;
}

html[data-theme="dark"] .foka-article-prose blockquote,
body.dark-theme .foka-article-prose blockquote {
    background: #0f172a !important;
    color: #fdba74 !important;
    border-right-color: #ff7a00 !important;
}

html[data-theme="dark"] .foka-inarticle-share-strip,
body.dark-theme .foka-inarticle-share-strip {
    background: #0f172a !important;
    border-color: #334155 !important;
}

html[data-theme="dark"] .foka-share-strip-title,
body.dark-theme .foka-share-strip-title {
    color: #cbd5e1 !important;
}

html[data-theme="dark"] .foka-article-author-card,
body.dark-theme .foka-article-author-card {
    background: #0f172a !important;
    border-color: #334155 !important;
}

html[data-theme="dark"] .foka-aacard-info h4,
body.dark-theme .foka-aacard-info h4 {
    color: #f1f5f9 !important;
}

html[data-theme="dark"] .foka-aacard-info p,
body.dark-theme .foka-aacard-info p {
    color: #94a3b8 !important;
}

html[data-theme="dark"] .foka-blog-hero-desc,
body.dark-theme .foka-blog-hero-desc {
    color: #94a3b8 !important;
}

html[data-theme="dark"] .foka-blog-hero-badge,
body.dark-theme .foka-blog-hero-badge {
    background: #0f172a !important;
    color: #cbd5e1 !important;
    border-color: #334155 !important;
}

html[data-theme="dark"] .foka-bhero-icon-box,
body.dark-theme .foka-bhero-icon-box {
    background: linear-gradient(135deg, rgba(234, 88, 12, 0.15) 0%, rgba(255, 122, 0, 0.25) 100%) !important;
    border-color: rgba(234, 88, 12, 0.4) !important;
    color: #fb923c !important;
}

html[data-theme="dark"] .foka-blog-toolbar,
body.dark-theme .foka-blog-toolbar {
    border-top-color: #334155 !important;
}

html[data-theme="dark"] .foka-blog-search-input,
body.dark-theme .foka-blog-search-input {
    background: #0f172a !important;
    border-color: #334155 !important;
    color: #f8fafc !important;
}

html[data-theme="dark"] .foka-qstat-num,
body.dark-theme .foka-qstat-num {
    color: #ff7a00 !important;
}

html[data-theme="dark"] .foka-qstat-lbl,
body.dark-theme .foka-qstat-lbl {
    color: #94a3b8 !important;
}

html[data-theme="dark"] .foka-qstat-divider,
body.dark-theme .foka-qstat-divider {
    background: #334155 !important;
}
