/* Commentary Article Styles - Shared across all newsletter editions */
/* Use this stylesheet for all pages under /commentary/ */

/* Article-specific styles */
main {
    max-width: 860px;
    margin: 0 auto;
    padding: 5rem 2.5rem 4rem;
}

article {
    font-family: 'Manrope', system-ui, -apple-system, sans-serif;
    font-variant-ligatures: none;
    font-feature-settings: "liga" 0, "clig" 0, "dlig" 0, "calt" 0;
}

.article-header {
    margin-bottom: 3.5rem;
}

.newsletter-badge {
    display: inline-block;
    width: fit-content;
    padding: 0.3rem 0.95rem;
    background: #4b9fd8;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 9999px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 1.5rem;
}

h1 {
    font-family: 'Manrope', system-ui, -apple-system, sans-serif;
    font-size: 2.75rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.1;
    color: var(--ice-blue);
    margin-bottom: 1.5rem;
}

.article-meta {
    font-family: 'Manrope', system-ui, -apple-system, sans-serif;
    font-size: 0.95rem;
    color: var(--slate);
}

.inline-banner {
    margin: 2.5rem 0;
    border-radius: 6px;
    overflow: hidden;
}

.inline-banner img {
    display: block;
    width: 100%;
    height: auto;
}

.article-content {
    font-size: 1rem;
    line-height: 1.75;
    color: rgba(232, 244, 248, 0.92);
    font-weight: 400;
}

.article-content h2 {
    font-family: 'Manrope', system-ui, -apple-system, sans-serif;
    font-size: 1.9rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: var(--ice-blue);
    margin: 2.5rem 0 1rem 0;
}

.article-content h3 {
    font-family: 'Manrope', system-ui, -apple-system, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--ice-blue);
    margin: 2rem 0 1rem 0;
}

.article-content p {
    margin-bottom: 1.5rem;
}

.article-content ul {
    margin: 1.25rem 0;
    padding-left: 1.5rem;
}

.article-content li {
    margin-bottom: 0.75rem;
    color: rgba(232, 244, 248, 0.85);
}

.article-content a {
    color: #3abffa;
    text-decoration: none;
}

.article-content a:hover {
    color: var(--ice-blue);
}

.article-content strong {
    color: var(--ice-blue);
    font-weight: 700;
}

.article-content em {
    font-style: italic;
}

.article-content blockquote {
    margin: 1.5rem 0;
    padding-left: 1.5rem;
    border-left: 4px solid #4A9FD8;
    background: rgba(58, 190, 249, 0.04);
    padding: 1rem 1.5rem;
    border-radius: 4px;
}

.article-content blockquote p {
    margin-bottom: 0.75rem;
    color: rgba(232, 244, 248, 0.88);
    font-size: 0.95rem;
    line-height: 1.6;
}

.article-content blockquote p:last-child {
    margin-bottom: 0;
}

.no-ligature {
  font-variant-ligatures: none;
}

.comments {
    margin-top: 3rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(58, 190, 249, 0.18);
}

.comments h2 {
    font-family: 'Manrope', system-ui, -apple-system, sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: -0.2px;
    color: var(--ice-blue);
    margin-bottom: 1rem;
}

.subscribe-cta {
    margin-top: 2.5rem;
    padding: 1.25rem 1.5rem;
    border-radius: 10px;
    background: rgba(58, 190, 249, 0.06);
    border: 1px solid rgba(58, 190, 249, 0.18);
    font-family: 'Manrope', system-ui, -apple-system, sans-serif;
    color: rgba(232, 244, 248, 0.88);
}

.subscribe-cta a {
    color: var(--transparency-cyan);
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 700;
}

.subscribe-cta a:hover {
    color: var(--ice-blue);
}

.back-link {
    display: inline-block;
    margin-top: 3rem;
    font-family: 'Manrope', system-ui, -apple-system, sans-serif;
    color: var(--slate);
    text-decoration: none;
}

.back-link:hover {
    color: var(--ice-blue);
}

.infographic {
    margin: 2rem 0;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(58, 190, 249, 0.18);
    background: rgba(58, 190, 249, 0.06);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.infographic img {
    display: block;
    width: 100%;
    height: auto;
}

.infographic figcaption {
    font-family: 'Manrope', system-ui, -apple-system, sans-serif;
    font-size: 0.875rem;
    color: rgba(232, 244, 248, 0.75);
    padding: 0.85rem 1rem;
    background: rgba(26, 31, 46, 0.65);
    border-top: 1px solid rgba(58, 190, 249, 0.14);
}

.sources {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(74, 159, 216, 0.2);
}

.sources h3 {
    font-family: 'Manrope', system-ui, -apple-system, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--ice-blue);
    margin-bottom: 1rem;
}

.sources ul {
    list-style: none;
    padding: 0;
}

.sources li {
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
    color: var(--slate);
}

.sources li a {
    color: var(--transparency-cyan);
    text-decoration: none;
}

.sources li a:hover {
    color: var(--ice-blue);
}

@media (max-width: 768px) {
    main {
        padding: 2rem 1.5rem;
    }

    h1 {
        font-size: 2rem;
    }

    .article-content h2 {
        font-size: 1.5rem;
    }
}
