.tmcb-container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 32px 20px 64px;
}

.tmcb-article,
.tmcb-archive-header {
    color: #243447;
}

.tmcb-breadcrumbs {
    font-size: 13px;
    color: #5b6b7b;
    margin-bottom: 16px;
}

.tmcb-breadcrumbs a {
    text-decoration: none;
}

.tmcb-title,
.tmcb-archive-title {
    font-size: clamp(1.9rem, 3.2vw, 2.8rem);
    line-height: 1.25;
    margin: 0 0 16px;
}

.tmcb-lead,
.tmcb-archive-description {
    font-size: 1.03rem;
    line-height: 1.9;
    max-width: 820px;
}

.tmcb-meta-list,
.tmcb-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 0;
}

.tmcb-meta-list span,
.tmcb-card-meta span,
.tmcb-term-chip {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: #eef6ff;
    color: #24588a;
    font-size: 13px;
    text-decoration: none;
}

.tmcb-featured-image,
.tmcb-card-thumb,
.tmcb-stop-image {
    margin-top: 22px;
}

.tmcb-featured-image img,
.tmcb-card-thumb img,
.tmcb-stop-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
}

.tmcb-highlight {
    margin: 34px 0;
    padding: 26px;
    border-radius: 20px;
    background: linear-gradient(135deg, #eff8ff, #f7fbff);
    border: 1px solid #d7e6f5;
    box-shadow: 0 18px 40px rgba(34, 87, 135, 0.08);
}

.tmcb-section-title {
    font-size: 1.5rem;
    margin: 0 0 14px;
}

.tmcb-main-content,
.tmcb-sections-public,
.tmcb-taxonomies,
.tmcb-disclaimer-wrap,
.tmcb-cta-box {
    margin-top: 38px;
}

.tmcb-content-body {
    line-height: 1.9;
}

.tmcb-content-body p {
    margin: 0 0 1.2em;
}

.tmcb-timeline {
    display: grid;
    gap: 22px;
}

.tmcb-stop {
    position: relative;
}

.tmcb-stop-inner {
    border: 1px solid #e3ebf3;
    background: #fff;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 12px 28px rgba(20, 53, 87, 0.06);
}

.tmcb-stop-time {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 10px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 999px;
    background: #112f4e;
    color: #fff;
}

.tmcb-stop-title {
    margin: 0;
    font-size: 1.2rem;
}

.tmcb-stop-content {
    line-height: 1.9;
    margin-top: 14px;
}

.tmcb-tax-row {
    margin: 10px 0;
}

.tmcb-disclaimer {
    padding: 18px 20px;
    border-left: 4px solid #b9801f;
    background: #fff9ef;
    line-height: 1.85;
    border-radius: 10px;
}

.tmcb-cta-box {
    text-align: center;
}

.tmcb-cta-button,
.tmcb-card-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 999px;
    font-weight: 700;
    transition: transform .2s ease, opacity .2s ease;
}

.tmcb-cta-button {
    min-width: 260px;
    padding: 16px 28px;
    background: #0d5ea6;
    color: #fff;
}

.tmcb-card-link {
    padding: 10px 16px;
    background: #eff6ff;
    color: #0d5ea6;
    margin-top: 12px;
}

.tmcb-cta-button:hover,
.tmcb-card-link:hover {
    transform: translateY(-1px);
    opacity: .92;
}

.tmcb-archive-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 28px;
}

.tmcb-card {
    border: 1px solid #e3ebf3;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 28px rgba(20, 53, 87, 0.05);
}

.tmcb-card-body {
    padding: 18px;
}

.tmcb-card-title {
    font-size: 1.15rem;
    line-height: 1.45;
    margin: 0 0 10px;
}

.tmcb-card-title a {
    text-decoration: none;
    color: inherit;
}

.tmcb-card-excerpt {
    font-size: .96rem;
    line-height: 1.8;
    margin: 12px 0 0;
    color: #516273;
}

.tmcb-pagination {
    margin-top: 30px;
}

.tmcb-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tmcb-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    background: #eff6ff;
    color: #0d5ea6;
    text-decoration: none;
}

.tmcb-pagination .page-numbers.current {
    background: #0d5ea6;
    color: #fff;
}

@media (max-width: 960px) {
    .tmcb-archive-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .tmcb-container {
        padding: 24px 14px 56px;
    }

    .tmcb-archive-grid {
        grid-template-columns: 1fr;
    }

    .tmcb-highlight,
    .tmcb-stop-inner {
        padding: 18px;
        border-radius: 14px;
    }
}
