/**
 * Dominant SEO block: fade + read more.
 * News / guides archives + advantage detail pages (/advantages-*).
 */

html.news-listing-page .archive-seo-section,
html.guides-listing-page .archive-seo-section {
    padding: 20px 0 8px;
}

/* Big six /advantages-* hubs: extra room below «اقرأ المزيد» before footer */
html.advantage-hub-detail .archive-seo-section {
    padding: 20px 0 56px;
}

html.news-listing-page .archive-seo-inner,
html.guides-listing-page .archive-seo-inner,
html.advantage-hub-detail .archive-seo-inner {
    max-width: 920px;
    margin-inline: auto;
    text-align: right;
}

html.news-listing-page .archive-seo-h2,
html.guides-listing-page .archive-seo-h2,
html.advantage-hub-detail .archive-seo-h2 {
    font-size: 1.28rem;
    font-weight: 700;
    color: #1f2d3d;
    margin: 0 0 10px;
    line-height: 1.35;
}

html.news-listing-page .archive-seo-lead,
html.guides-listing-page .archive-seo-lead,
html.advantage-hub-detail .archive-seo-lead {
    font-size: 0.95rem;
    color: #64748b;
    margin: 0 0 14px;
    line-height: 1.55;
}

html.news-listing-page .archive-seo-body,
html.guides-listing-page .archive-seo-body,
html.advantage-hub-detail .archive-seo-body {
    max-height: 260px;
    overflow: hidden;
    position: relative;
    line-height: 1.72;
    font-size: 15px;
    color: #334155;
    padding: 0 2px;
}

@media (min-width: 768px) {
    html.news-listing-page .archive-seo-body,
    html.guides-listing-page .archive-seo-body,
    html.advantage-hub-detail .archive-seo-body {
        max-height: 300px;
    }
}

html.news-listing-page .archive-seo-body p,
html.guides-listing-page .archive-seo-body p,
html.advantage-hub-detail .archive-seo-body p {
    margin: 0 0 12px;
}

html.news-listing-page .archive-seo-body h3,
html.guides-listing-page .archive-seo-body h3,
html.advantage-hub-detail .archive-seo-body h3 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #0f172a;
    margin: 18px 0 8px;
    line-height: 1.35;
}

html.news-listing-page .archive-seo-body h3:first-of-type,
html.guides-listing-page .archive-seo-body h3:first-of-type,
html.advantage-hub-detail .archive-seo-body h3:first-of-type {
    margin-top: 0;
}

html.news-listing-page .archive-seo-body a,
html.guides-listing-page .archive-seo-body a,
html.advantage-hub-detail .archive-seo-body a {
    color: #1a56db;
    text-decoration: underline;
    text-underline-offset: 2px;
}

html.news-listing-page .archive-seo-body a:hover,
html.guides-listing-page .archive-seo-body a:hover,
html.advantage-hub-detail .archive-seo-body a:hover {
    color: #1547b8;
}

html.news-listing-page .archive-seo-body::after,
html.guides-listing-page .archive-seo-body::after,
html.advantage-hub-detail .archive-seo-body::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    pointer-events: none;
    transition: opacity 0.25s ease;
}

html.news-listing-page .archive-seo-body.archive-seo-body--expanded::after,
html.guides-listing-page .archive-seo-body.archive-seo-body--expanded::after,
html.advantage-hub-detail .archive-seo-body.archive-seo-body--expanded::after,
html.news-listing-page .archive-seo-body.archive-seo-body--no-fade::after,
html.guides-listing-page .archive-seo-body.archive-seo-body--no-fade::after,
html.advantage-hub-detail .archive-seo-body.archive-seo-body--no-fade::after {
    opacity: 0;
    display: none;
}

html.news-listing-page .archive-seo-body.archive-seo-body--expanded,
html.guides-listing-page .archive-seo-body.archive-seo-body--expanded,
html.advantage-hub-detail .archive-seo-body.archive-seo-body--expanded {
    max-height: none !important;
    overflow: visible !important;
}

html.news-listing-page .archive-seo-toggle,
html.guides-listing-page .archive-seo-toggle,
html.advantage-hub-detail .archive-seo-toggle {
    display: block;
    margin: 12px auto 0;
    padding: 10px 22px;
    background: #e9ecef;
    color: #333;
    border: 1px solid #d0d0d0;
    border-radius: 12px;
    font-size: 15px;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.2s ease, border-color 0.2s ease;
}

html.advantage-hub-detail .archive-seo-toggle {
    margin-bottom: 16px;
}

html.news-listing-page .archive-seo-toggle:hover,
html.guides-listing-page .archive-seo-toggle:hover,
html.advantage-hub-detail .archive-seo-toggle:hover {
    background: #dfe3e6;
    border-color: #b0b0b0;
}

html.news-listing-page .archive-seo-toggle:focus-visible,
html.guides-listing-page .archive-seo-toggle:focus-visible,
html.advantage-hub-detail .archive-seo-toggle:focus-visible {
    outline: 2px solid #1a3a7a;
    outline-offset: 2px;
}
