/* ============================================================
   DESKTOP SL25 ARTICLE PAGE STYLES
   BEM block: article-sl25-desktop
   Extends article-desktop where possible
   ============================================================ */

/* ---------- Base ---------- */
.article-sl25-desktop {
    font-family: 'Inter', sans-serif;
    color: rgba(0, 0, 0, 0.88);
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 768px) {
    .article-sl25-desktop,
    .article-sl25-desktop__company,
    .article-sl25-desktop__disclaimer {
        display: none !important;
    }
}

/* ---------- Hero Banner ---------- */
.article-sl25-desktop__hero-banner {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 48px;
    background: #EBF1FF;
    position: relative;
}

.article-sl25-desktop__hero-image {
    width: 494px;
    height: 501px;
    flex-shrink: 0;
    overflow: hidden;
}

.article-sl25-desktop__hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-sl25-desktop__hero-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 853px;
    flex-shrink: 0;
}

/* Breadcrumbs */
.article-sl25-desktop__breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
}

.article-sl25-desktop__breadcrumbs svg {
    flex-shrink: 0;
}

.article-sl25-desktop__breadcrumbs-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #8c8c8c;
    white-space: nowrap;
    text-decoration: none;
}

.article-sl25-desktop__breadcrumbs-text:hover {
    text-decoration: underline;
}

.article-sl25-desktop__breadcrumbs-text--active {
    color: #465DA6;
}

/* Title */
.article-sl25-desktop__title {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
    color: rgba(0, 0, 0, 0.88);
    margin: 0;
}

/* Summary block with accent bar */
.article-sl25-desktop__summary {
    display: flex;
    gap: 16px;
    padding: 12px 16px 24px 16px;
}

.article-sl25-desktop__summary-bar {
    width: 4px;
    flex-shrink: 0;
    background: #C7CEE4;
    border-radius: 600px;
    align-self: stretch;
}

.article-sl25-desktop__summary-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
}

/* Country / Geo badge */
.article-sl25-desktop__geo-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 12px 0 6px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #262626;
    align-self: flex-start;
}

.article-sl25-desktop__geo-badge img {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    object-fit: cover;
}

.article-sl25-desktop__geo-flag {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    line-height: 1;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Twemoji Mozilla", sans-serif;
}

.article-sl25-desktop__summary-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
    margin: 0;
}

/* Tags */
.article-sl25-desktop__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.article-sl25-desktop__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
    border-radius: 16px;
    background: #EBF1FF;
    color: #465DA6;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}

.article-sl25-desktop__tag:hover {
    opacity: 0.85;
}

/* Org logo overlapping hero bottom */
.article-sl25-desktop__org-logo {
    position: absolute;
    left: 195px;
    bottom: -52px;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background: #fff;
    padding: 7px;
    box-shadow: 0 2px 0 0 rgba(5, 145, 255, 0.1);
    z-index: 2;
}

.article-sl25-desktop__org-logo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

/* ---------- Main body (below hero) ---------- */
.article-sl25-desktop__body {
    width: 864px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 52px;
    padding-bottom: 20px;
}

/* ---------- Author Card ---------- */
.article-sl25-desktop__author-card {
    display: flex;
    gap: 16px;
    padding: 16px;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    align-items: flex-start;
}

.article-sl25-desktop__author-avatar-wrap {
    position: relative;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
}

.article-sl25-desktop__author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.article-sl25-desktop__verified-badge {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 20px;
    height: 20px;
}

.article-sl25-desktop__author-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.article-sl25-desktop__author-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
    margin: 0;
}

.article-sl25-desktop__author-bio {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #595959;
    margin: 0;
}

.article-sl25-desktop__author-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #5E69A8;
    text-decoration: none;
}

.article-sl25-desktop__author-link:hover {
    text-decoration: underline;
    color: #5E69A8;
}

.article-sl25-desktop__follow-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #D5D7DA;
    box-shadow: 0 1px 2px rgba(10, 13, 18, 0.05);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #414651;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    text-decoration: none;
    align-self: flex-start;
}

.article-sl25-desktop__follow-btn:hover {
    background: #f9f9f9;
}

.article-sl25-desktop__follow-btn--following {
    background: #465DA6;
    border-color: #465DA6;
    color: #fff;
}

.article-sl25-desktop__follow-btn--following:hover {
    opacity: 0.9;
    background: #465DA6;
}

/* ---------- Actions Row ---------- */
.article-sl25-desktop__actions {
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 16px;
}

.article-sl25-desktop__action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    color: #595959;
}

.article-sl25-desktop__action-btn:hover {
    color: #465DA6;
}

.article-sl25-desktop__action-btn svg {
    width: 20px;
    height: 20px;
}

.article-sl25-desktop__date {
    flex: 1;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #8c8c8c;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ---------- Article Content ---------- */
.article-sl25-desktop__content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 12px;
    padding-bottom: 32px;
    overflow: hidden;
}

.article-sl25-desktop__content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    margin: 0;
}

.article-sl25-desktop__content h2,
.article-sl25-desktop__content h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.88);
    margin: 0;
}

.article-sl25-desktop__content img {
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
}

.article-sl25-desktop__content figure {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
}

.article-sl25-desktop__content figcaption {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #8c8c8c;
}

.article-sl25-desktop__content blockquote {
    background: #F6F9FF;
    border: 1px solid #B5BEDB;
    border-radius: 8px;
    padding: 20px;
    margin: 0;
}

.article-sl25-desktop__content blockquote p {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #1C2542;
}

/* ---------- Company Info section (full-width gray) ---------- */
.article-sl25-desktop__company {
    width: 100%;
    display: flex;
    justify-content: center;
    background: #f5f5f5;
    padding: 20px 288px;
}

.article-sl25-desktop__company-card {
    width: 100%;
    max-width: 864px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 14px;
}

.article-sl25-desktop__company-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.article-sl25-desktop__company-logo {
    height: 48px;
    max-width: 153px;
    display: inline-flex;
    align-items: center;
}

.article-sl25-desktop__company-logo img {
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.article-sl25-desktop__company-name {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #000;
}

.article-sl25-desktop__company-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    background: #fff;
    border: 1px solid #D5D7DA;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(10, 13, 18, 0.05);
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #414651;
    text-decoration: none;
    white-space: nowrap;
}

.article-sl25-desktop__company-btn:hover {
    background: #f9f9f9;
    color: #414651;
}

.article-sl25-desktop__company-desc {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #434343;
    margin: 0;
}

/* ---------- SL25 Partners Disclaimer (full-width gray) ---------- */
.article-sl25-desktop__disclaimer {
    width: 100%;
    display: flex;
    justify-content: center;
    background: #f5f5f5;
    padding: 24px 288px;
}

.article-sl25-desktop__disclaimer-text {
    width: 100%;
    max-width: 824px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #434343;
    margin: 0;
}

/* ---------- Reuse shared styles from article-desktop for
   explore, related, comments, and more-commons sections ---------- */
