/* Belekaj Archive SEO — Frontend Styles */

/* ── Outer wrapper ─────────────────────────────────────────────────────────── */
.belekaj-archive-seo {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

/* ── Description ───────────────────────────────────────────────────────────── */
.belekaj-archive-seo__description {
    line-height: 1.7;
}

.belekaj-archive-seo__description p {
    margin-bottom: 1em;
}

/* ── Top 5 ─────────────────────────────────────────────────────────────────── */
.belekaj-archive-seo__top5 {
    margin-top: 2rem;
}

.belekaj-archive-seo__top5-heading {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1.25rem;
}

.belekaj-archive-seo__top5-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.belekaj-archive-seo__top5-item {
    border-bottom: 1px solid #f0f0f0;
    padding: 0.65rem 0;
}

.belekaj-archive-seo__top5-item:last-child {
    border-bottom: none;
}

.belekaj-archive-seo__top5-position {
    font-weight: 700;
    color: var(--color-primary-500, #31B7BC);
    margin-right: 0.5rem;
    font-size: 0.875rem;
}

.belekaj-archive-seo__top5-link {
    font-weight: 600;
    color: #1f2937;
    text-decoration: none;
    transition: color 0.15s;
}

.belekaj-archive-seo__top5-link:hover {
    color: var(--color-primary-600, #2A9599);
}

/* ── FAQ accordion ─────────────────────────────────────────────────────────── */
/*
 * Relies on the shared .faq-item / faq-item--active CSS already compiled
 * into the theme's main.css (see belekaj-theme assets/css/main.css ~line 2804).
 * Only page-specific overrides are added here.
 */
.belekaj-archive-seo__faq {
    /* spacing handled by mt-8 Tailwind class on the section */
}

/* ── Cross-link pills ──────────────────────────────────────────────────────── */
.belekaj-aseo-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 9999px;
    padding: 0.375rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;

    background: var(--color-primary-50, #EFFBFC);
    color: var(--color-primary-700, #26787C);
    border: 1px solid var(--color-primary-100, #D0F5F7);
}

.belekaj-aseo-pill:hover {
    background: var(--color-primary-100, #D0F5F7);
    color: var(--color-primary-800, #256164);
    text-decoration: none;
}
