/* ============================================================
   MOBILE SL25 ARTICLE PAGE STYLES
   BEM block: article-sl25-mobile
   SL25-specific overrides; reuses article-mobile__* for shared sections
   ============================================================ */

.article-sl25-mobile {
    font-family: 'Inter', sans-serif;
    color: rgba(0, 0, 0, 0.88);
    background: #fff;
    display: flex;
    flex-direction: column;
}

@media (min-width: 769px) {
    .article-sl25-mobile {
        display: none !important;
    }
}

/* ---------- Hero (blue bg) ---------- */
.article-sl25-mobile__hero {
    background: #EBF1FF;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px 16px;
}

.article-sl25-mobile__hero-top {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.article-sl25-mobile__hero-title {
    flex: 1;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.72px;
    color: rgba(0, 0, 0, 0.88);
    margin: 0;
}

.article-sl25-mobile__org-logo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    padding: 4px;
    flex-shrink: 0;
}

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

/* ---------- Summary (blue bg continued) ---------- */
.article-sl25-mobile__summary {
    background: #EBF1FF;
    display: flex;
    gap: 8px;
    padding: 12px 16px 20px;
}

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

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

/* Geo badge */
.article-sl25-mobile__geo-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 2px 8px 2px 3px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #262626;
    align-self: flex-start;
}

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

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

.article-sl25-mobile__summary-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
    margin: 0;
}

/* ---------- Author Card ---------- */
.article-sl25-mobile__author-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px 16px;
    border-bottom: 1px solid #f0f0f0;
}

.article-sl25-mobile__author-top {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.article-sl25-mobile__author-left {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

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

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

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

.article-sl25-mobile__author-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    color: #000;
    margin: 0;
}

/* ---------- Org Info Card ---------- */
.article-sl25-mobile__org-card {
    background: #f5f5f5;
    padding: 12px;
}

.article-sl25-mobile__org-card-inner {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 14px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.article-sl25-mobile__org-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.article-sl25-mobile__org-card-logo {
    height: 36px;
    width: auto;
    object-fit: contain;
}

.article-sl25-mobile__org-card-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #434343;
    margin: 0;
    max-height: 69px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-sl25-mobile__org-card-readmore {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #5E69A8;
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    align-self: flex-start;
}

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

/* ---------- Disclaimer ---------- */
.article-sl25-mobile__disclaimer {
    background: #f5f5f5;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 16px;
    gap: 8px;
}

.article-sl25-mobile__disclaimer-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #434343;
    margin: 0;
    max-height: 109px;
    overflow: hidden;
}

.article-sl25-mobile__disclaimer-text--expanded {
    max-height: none;
}

.article-sl25-mobile__disclaimer-toggle {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    color: #595959;
}
