/* Shared Article Category and Article Detail surfaces; typography stays in shared tokens. */
.tb-articles, .tb-article-detail {
    --articles-navy: #08152a;
    --articles-red: #e31b36;
    --articles-ink: #192438;
    --articles-muted: #536278;
    --articles-border: #e3e8ef;
    --articles-radius: 15px;
}
:is(.tb-articles, .tb-article-detail) .tb-sidebar-card { min-width: 0; background: #fff; border: 1px solid var(--articles-border); border-radius: var(--articles-radius); padding: 22px; box-shadow: 0 5px 20px rgba(12,26,48,.035); }
:is(.tb-articles, .tb-article-detail) .tb-sidebar-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
:is(.tb-articles, .tb-article-detail) .tb-sidebar-head h2 { color: var(--articles-navy); margin: 0; }
:is(.tb-articles, .tb-article-detail) .tb-sidebar-head > a { color: #b61229; flex-shrink: 0; }
:is(.tb-articles, .tb-article-detail) .tb-sidebar-form { display: grid; gap: 12px; }
:is(.tb-articles, .tb-article-detail) .form-control { width: 100%; min-width: 0; height: 44px; padding: 10px 12px; border: 1px solid #d4dce7; border-radius: 8px; color: var(--articles-ink); background: #fff; }
:is(.tb-articles, .tb-article-detail) .tb-btn { display: flex; align-items: center; justify-content: center; gap: 12px; width: 100%; padding: 12px 16px; border: 1px solid transparent; border-radius: 8px; cursor: pointer; color: #fff; background: var(--articles-red); transition: background .2s; }
:is(.tb-articles, .tb-article-detail) .tb-btn:hover { background: #b61229; }
:is(.tb-articles, .tb-article-detail) .tb-offer-list, :is(.tb-articles, .tb-article-detail) .tb-bonus-list { display: grid; }
:is(.tb-articles, .tb-article-detail) .tb-offer-item { display: grid; gap: 5px; padding: 14px 0; border-top: 1px solid #edf0f5; }
:is(.tb-articles, .tb-article-detail) .tb-offer-item:first-child { padding-top: 0; border-top: 0; }
:is(.tb-articles, .tb-article-detail) .tb-offer-item:last-child { padding-bottom: 0; }
:is(.tb-articles, .tb-article-detail) .tb-bonus-item { display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 10px 12px; align-items: center; border-top: 1px solid #edf0f5; padding: 16px 0; }
:is(.tb-articles, .tb-article-detail) .tb-bonus-item:last-child { padding-bottom: 0; }
:is(.tb-articles, .tb-article-detail) .tb-bonus-logo { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 8px; background: #f4f7fb; overflow: hidden; }
:is(.tb-articles, .tb-article-detail) .tb-bonus-logo img { width: 100%; height: 100%; object-fit: contain; }
:is(.tb-articles, .tb-article-detail) .tb-bonus-copy {  overflow-wrap: anywhere; }
:is(.tb-articles, .tb-article-detail) .tb-mini-cta { grid-column: 2; justify-self: start; padding: 5px 13px; border-radius: 6px; background: #fff0f3; color: #b61229; }
:is(.tb-articles, .tb-article-detail) .tb-most-read-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 18px; }
:is(.tb-articles, .tb-article-detail) .tb-most-read-list li { display: grid; grid-template-columns: 28px minmax(0,1fr); align-items: start; gap: 10px; }
:is(.tb-articles, .tb-article-detail) .tb-most-read-list li > span { display: flex; align-items: center; justify-content: center; height: 28px; border-radius: 7px; color: #b61229; background: #fff0f3; }
:is(.tb-articles, .tb-article-detail) .tb-most-read-list a {  overflow-wrap: anywhere; }
:is(.tb-articles, .tb-article-detail) .tb-banner { overflow: hidden; border-radius: var(--articles-radius); }
:is(.tb-articles, .tb-article-detail) .tb-banner img { display: block; width: 100%; height: auto; }
.tb-articles-newsletter p { color: var(--articles-muted); margin: 0 0 18px; }
.tb-articles-newsletter label { display: block; margin: 12px 0 6px; color: var(--articles-ink); }
.tb-articles-newsletter button { margin-top: 18px; }
