/* Review Column (review-lab) — reusable article template styles. Namespaced .tv-rcol-* */

/* Clear the fixed floating header (.tv-lp-header: top:0.9rem + bar height). */
.tv-rcol {
    background: #ffffff;
    padding: 120px 0 3rem;
}

@media (max-width: 640px) {
    .tv-rcol {
        padding-top: 92px;
    }
}

.tv-rcol .container {
    max-width: 820px;
}

.tv-rcol-breadcrumb {
    font-size: 0.85rem;
    color: #6b7280;
    margin-bottom: 1.5rem;
}

.tv-rcol-breadcrumb a {
    color: #1d4ed8;
    text-decoration: none;
}

.tv-rcol-breadcrumb a:hover {
    text-decoration: underline;
}

.tv-rcol-sep {
    margin: 0 0.4rem;
    color: #c0c6d0;
}

/* Article typography */
.tv-rcol-article {
    color: #1f2733;
    line-height: 1.95;
    font-size: 1.02rem;
}

.tv-rcol-article h1 {
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.45;
    color: #0b1f4e;
    margin: 0 0 1.4rem;
}

.tv-rcol-article h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0b1f4e;
    margin: 2.6rem 0 1rem;
    padding-left: 0.7rem;
    border-left: 5px solid #1d4ed8;
}

.tv-rcol-article h3 {
    font-size: 1.12rem;
    font-weight: 700;
    color: #1d4ed8;
    margin: 1.8rem 0 0.7rem;
}

.tv-rcol-article p {
    margin: 0 0 1.2rem;
}

.tv-rcol-article ul,
.tv-rcol-article ol {
    margin: 0 0 1.3rem;
    padding-left: 1.4rem;
}

.tv-rcol-article li {
    margin-bottom: 0.5rem;
}

.tv-rcol-article a {
    color: #1d4ed8;
}

/* Lead paragraph */
.tv-rcol-article .tv-rcol-lead {
    font-size: 1.1rem;
    background: #f4f7ff;
    border-radius: 12px;
    padding: 1.2rem 1.4rem;
}

/* Data table */
.tv-rcol-article .tv-rcol-table-wrap {
    overflow-x: auto;
    margin: 0 0 0.6rem;
}

.tv-rcol-article table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.tv-rcol-article th,
.tv-rcol-article td {
    padding: 0.6rem 0.8rem;
    border-bottom: 1px solid #e6e9f0;
    text-align: left;
    white-space: nowrap;
}

.tv-rcol-article thead th {
    background: #0b1f4e;
    color: #ffffff;
    font-weight: 600;
}

.tv-rcol-article tbody tr:nth-child(even) {
    background: #f7f9fd;
}

/* Source note under charts/tables */
.tv-rcol-article .tv-rcol-note {
    font-size: 0.8rem;
    color: #8a93a3;
    margin: 0 0 1.6rem;
}

/* Inline SVG viewpoint chart */
.tv-rcol-chart {
    margin: 1.4rem 0 0.6rem;
}

.tv-rcol-chart svg {
    width: 100%;
    height: auto;
    display: block;
}

/* FAQ */
.tv-rcol-article .tv-rcol-faq h3 {
    font-size: 1.02rem;
    color: #0b1f4e;
    margin-bottom: 0.3rem;
}

/* Dual CTA */
.tv-rcol-cta {
    margin-top: 3rem;
    padding: 1.6rem;
    background: linear-gradient(180deg, #eef2fb, #ffffff);
    border: 1px solid #dbe3f5;
    border-radius: 16px;
}

.tv-rcol-cta-lead {
    font-weight: 700;
    color: #0b1f4e;
    margin: 0 0 1rem;
}

.tv-rcol-cta-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.tv-rcol-cta-card {
    display: block;
    padding: 1.1rem 1.2rem;
    background: #ffffff;
    border: 1px solid #d4ddf0;
    border-radius: 12px;
    text-decoration: none;
    transition: box-shadow 0.15s, transform 0.15s;
}

.tv-rcol-cta-card:hover {
    box-shadow: 0 8px 20px rgba(13, 38, 96, 0.12);
    transform: translateY(-2px);
}

.tv-rcol-cta-title {
    display: block;
    font-weight: 700;
    color: #1d4ed8;
    margin-bottom: 0.3rem;
}

.tv-rcol-cta-desc {
    display: block;
    font-size: 0.9rem;
    color: #5b6573;
    line-height: 1.6;
}

@media (max-width: 640px) {
    .tv-rcol-article h1 {
        font-size: 1.5rem;
    }

    .tv-rcol-article h2 {
        font-size: 1.2rem;
    }

    .tv-rcol-cta-grid {
        grid-template-columns: 1fr;
    }
}
