/*
Theme Name: TodayTop10 Pro News
Theme URI: https://todaytop10.com/
Author: TodayTop10
Author URI: https://todaytop10.com/
Description: A professional editorial WordPress theme built specifically for TodayTop10. Features a balanced daily Top 10 homepage, compact editorial imagery, full readable headlines, numbered news cards, automatic first-image fallback, responsive navigation, archive pagination by publishing day, easy-English labels, and clean article layouts.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: todaytop10-pro
*/

:root {
  --tt10-accent: #c81422;
  --tt10-accent-dark: #99101a;
  --tt10-ink: #111827;
  --tt10-muted: #667085;
  --tt10-line: #e5e7eb;
  --tt10-soft: #f6f7f9;
  --tt10-paper: #ffffff;
  --tt10-navy: #0b1628;
  --tt10-max: 1180px;
  --tt10-reading: 780px;
  --tt10-radius: 12px;
  --tt10-shadow: 0 12px 34px rgba(17, 24, 39, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--tt10-ink);
  background: var(--tt10-paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--tt10-accent); }
button, input { font: inherit; }

.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}

.tt10-wrap { width: min(calc(100% - 40px), var(--tt10-max)); margin-inline: auto; }
.tt10-reading { width: min(calc(100% - 40px), var(--tt10-reading)); margin-inline: auto; }

/* Utility strip */
.tt10-utility {
  background: var(--tt10-navy);
  color: #d9e0ea;
  font-size: 12px;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.tt10-utility__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.tt10-utility__brand { font-weight: 800; color: #fff; }
.tt10-utility__date { color: #aeb8c8; }

/* Header */
.site-header { background: rgba(255,255,255,.98); border-bottom: 1px solid var(--tt10-line); position: relative; z-index: 50; }
.tt10-brand-row { min-height: 92px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.tt10-header-note { color: var(--tt10-muted); font-size: 13px; max-width: 230px; }
.tt10-brand { text-align: center; }
.tt10-brand .custom-logo-link { display: inline-flex; align-items: center; justify-content: center; }
.tt10-brand .custom-logo { max-height: 56px; width: auto; }
.tt10-brand__text { display: inline-flex; align-items: baseline; gap: 2px; font-size: clamp(28px, 4vw, 44px); line-height: 1; font-weight: 900; letter-spacing: -.055em; }
.tt10-brand__text span { color: var(--tt10-accent); }
.tt10-brand__tagline { margin-top: 7px; color: var(--tt10-muted); font-size: 11px; letter-spacing: .16em; font-weight: 800; text-transform: uppercase; }
.tt10-header-actions { justify-self: end; display: flex; align-items: center; gap: 10px; }
.tt10-icon-button {
  width: 42px; height: 42px; border: 1px solid var(--tt10-line); border-radius: 50%; background: #fff;
  display: inline-flex; align-items: center; justify-content: center; color: var(--tt10-ink); cursor: pointer;
}
.tt10-icon-button:hover { border-color: #b9c0ca; background: var(--tt10-soft); }
.tt10-icon-button svg { width: 19px; height: 19px; }

.tt10-nav { border-top: 1px solid var(--tt10-line); background: #fff; }
.tt10-nav__inner { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 26px; }
.tt10-nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; gap: 28px; }
.tt10-nav a { display: block; padding: 14px 0 12px; color: #344054; font-size: 13px; font-weight: 800; letter-spacing: .015em; border-bottom: 2px solid transparent; }
.tt10-nav a:hover, .tt10-nav .current-menu-item > a, .tt10-nav .current_page_item > a { color: var(--tt10-accent); border-bottom-color: var(--tt10-accent); }
.tt10-menu-toggle { display: none; }

/* Ticker */
.tt10-ticker { border-bottom: 1px solid var(--tt10-line); background: #fafafa; }
.tt10-ticker__inner { min-height: 42px; display: flex; align-items: center; overflow: hidden; }
.tt10-ticker__label { flex: 0 0 auto; align-self: stretch; display: inline-flex; align-items: center; gap: 7px; padding: 0 16px 0 0; font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; color: var(--tt10-accent); }
.tt10-ticker__dot { width: 7px; height: 7px; background: var(--tt10-accent); border-radius: 50%; box-shadow: 0 0 0 4px rgba(200,20,34,.09); }
.tt10-ticker__items { min-width: 0; flex: 1; display: flex; white-space: nowrap; overflow: hidden; mask-image: linear-gradient(to right, transparent, #000 3%, #000 97%, transparent); }
.tt10-ticker__items a { font-size: 12px; font-weight: 700; color: #475467; padding: 0 18px; border-left: 1px solid #dfe3e8; }

/* Main home */
.tt10-main { padding: 36px 0 66px; }
.tt10-kicker { color: var(--tt10-accent); font-size: 12px; line-height: 1; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.tt10-page-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding-bottom: 20px; margin-bottom: 24px; border-bottom: 2px solid var(--tt10-ink); }
.tt10-page-heading h1 { margin: 6px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 4.5vw, 50px); line-height: 1.02; letter-spacing: -.035em; }
.tt10-page-heading p { margin: 0 0 4px; color: var(--tt10-muted); max-width: 480px; font-size: 14px; text-align: right; }

.tt10-lead { display: grid; grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr); gap: 32px; align-items: center; padding-bottom: 36px; margin-bottom: 34px; border-bottom: 1px solid var(--tt10-line); }
.tt10-lead__media { position: relative; aspect-ratio: 16/9; max-height: 320px; overflow: hidden; background: #e9edf2; border-radius: 4px; }
.tt10-lead__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.tt10-lead:hover .tt10-lead__media img { transform: scale(1.015); }
.tt10-lead__placeholder { width: 100%; height: 100%; display: grid; place-items: center; background: linear-gradient(135deg, #eef1f5, #d8dee8); color: #8792a2; font-size: 76px; font-weight: 900; }
.tt10-lead__content { display: flex; flex-direction: column; justify-content: center; }
.tt10-story-no { color: var(--tt10-accent); font-weight: 900; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 12px; }
.tt10-lead h2 { margin: 0 0 16px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(29px, 3vw, 40px); line-height: 1.08; letter-spacing: -.025em; overflow-wrap: break-word; word-break: normal; hyphens: auto; }
.tt10-lead h2 a { display: inline; }
.tt10-lead__excerpt { color: #475467; font-size: 16px; line-height: 1.62; margin: 0 0 19px; }
.tt10-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; color: #7a8492; font-size: 12px; }
.tt10-meta a { color: var(--tt10-accent); font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.tt10-meta__dot::before { content: "•"; margin-right: 12px; color: #c3c9d0; }

.tt10-section-title { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0 0 20px; }
.tt10-section-title h2 { margin: 0; font-size: 22px; letter-spacing: -.02em; }
.tt10-section-title__line { height: 1px; flex: 1; background: var(--tt10-line); }
.tt10-section-title__count { color: var(--tt10-muted); font-size: 12px; font-weight: 700; }

.tt10-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 30px; }
.tt10-card { position: relative; min-width: 0; display: grid; transition: background-color .2s ease, transform .2s ease; grid-template-columns: 150px minmax(0, 1fr); gap: 18px; align-items: start; padding: 22px 0; border-bottom: 1px solid var(--tt10-line); }
.tt10-card__media { position: relative; width: 150px; aspect-ratio: 4/3; background: #edf0f3; overflow: hidden; margin: 0; border-radius: 3px; }
.tt10-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.tt10-card:hover { background: #fafbfc; }
.tt10-card:hover .tt10-card__media img { transform: scale(1.02); }
.tt10-card__number { position: absolute; z-index: 3; top: 10px; left: 10px; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--tt10-accent); color: #fff; box-shadow: 0 6px 18px rgba(0,0,0,.16); font-size: 13px; font-weight: 900; }
.tt10-card__placeholder { width: 100%; height: 100%; display: grid; place-items: center; background: linear-gradient(135deg, #eef1f5, #d8dee8); color: #8e98a7; font-size: 44px; font-weight: 900; }
.tt10-card__category { display: inline-block; margin-bottom: 8px; color: var(--tt10-accent); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .11em; }
.tt10-card h3 { margin: 0 0 9px; font-family: Georgia, "Times New Roman", serif; font-size: 21px; line-height: 1.22; letter-spacing: -.015em; overflow: visible; white-space: normal; overflow-wrap: break-word; word-break: normal; hyphens: auto; }
.tt10-card h3 a { display: inline; }
.tt10-card__excerpt { margin: 0 0 12px; color: #667085; font-size: 13px; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

.tt10-day-pagination { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 40px; padding: 22px 0; border-top: 2px solid var(--tt10-ink); }
.tt10-day-pagination a { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 0 16px; border: 1px solid var(--tt10-line); border-radius: 7px; font-size: 13px; font-weight: 800; }
.tt10-day-pagination a:hover { color: #fff; background: var(--tt10-ink); border-color: var(--tt10-ink); }
.tt10-day-pagination__date { text-align: center; }
.tt10-day-pagination__date strong { display: block; font-size: 13px; }
.tt10-day-pagination__date span { color: var(--tt10-muted); font-size: 11px; }

.tt10-category-band { background: var(--tt10-soft); border-top: 1px solid var(--tt10-line); border-bottom: 1px solid var(--tt10-line); padding: 46px 0; }
.tt10-category-links { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 2px solid var(--tt10-ink); border-left: 1px solid var(--tt10-line); }
.tt10-category-links a { padding: 20px; min-height: 105px; border-right: 1px solid var(--tt10-line); border-bottom: 1px solid var(--tt10-line); background: #fff; display: flex; flex-direction: column; justify-content: space-between; }
.tt10-category-links a strong { font-size: 18px; }
.tt10-category-links a span { color: var(--tt10-muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.tt10-category-links a:hover { background: var(--tt10-ink); color: #fff; }
.tt10-category-links a:hover span { color: #d3d8df; }

/* Archive/search */
.tt10-archive-head { padding: 40px 0 22px; border-bottom: 2px solid var(--tt10-ink); margin-bottom: 30px; }
.tt10-archive-head h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 5vw, 54px); letter-spacing: -.035em; line-height: 1.04; margin: 6px 0 8px; }
.tt10-archive-head p { color: var(--tt10-muted); margin: 0; }
.tt10-list { display: grid; gap: 0; }
.tt10-list-item { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 26px; padding: 24px 0; border-bottom: 1px solid var(--tt10-line); }
.tt10-list-item__media { aspect-ratio: 16/10; background: #edf0f3; overflow: hidden; }
.tt10-list-item__media img { width: 100%; height: 100%; object-fit: cover; }
.tt10-list-item h2 { font-family: Georgia, "Times New Roman", serif; font-size: 27px; line-height: 1.14; letter-spacing: -.02em; margin: 5px 0 10px; }
.tt10-list-item p { color: var(--tt10-muted); margin: 0 0 12px; font-size: 14px; }
.navigation.pagination { margin: 36px 0 0; }
.nav-links { display: flex; flex-wrap: wrap; gap: 7px; }
.page-numbers { min-width: 39px; height: 39px; display: grid; place-items: center; padding: 0 11px; border: 1px solid var(--tt10-line); border-radius: 6px; font-size: 13px; font-weight: 800; }
.page-numbers.current, .page-numbers:hover { color: #fff; background: var(--tt10-ink); border-color: var(--tt10-ink); }

/* Single */
.tt10-article { padding: 44px 0 72px; }
.tt10-article-header { text-align: center; width: min(calc(100% - 40px), 980px); margin: 0 auto 26px; }
.tt10-article-header .tt10-kicker { display: inline-block; }
.tt10-article-title { margin: 12px 0 16px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 5.4vw, 58px); line-height: 1.02; letter-spacing: -.04em; }
.tt10-article-deck { width: min(100%, 760px); margin: 0 auto 17px; color: #5d6878; font-size: clamp(17px, 2vw, 20px); line-height: 1.5; }
.tt10-article-header .tt10-meta { justify-content: center; }
.tt10-article-hero { width: min(calc(100% - 40px), 980px); margin: 0 auto 34px; }
.tt10-article-hero { overflow: hidden; border-radius: 8px; background: #eef1f4; }
.tt10-article-hero img { width: 100%; aspect-ratio: 16/9; max-height: 480px; object-fit: cover; }
.tt10-article-body { font-family: Georgia, "Times New Roman", serif; font-size: 19px; line-height: 1.82; color: #222b37; }
.tt10-article-body > *:first-child { margin-top: 0; }
.tt10-article-body p { margin: 0 0 1.25em; }
.tt10-article-body h2, .tt10-article-body h3 { color: var(--tt10-ink); line-height: 1.18; letter-spacing: -.02em; margin: 1.7em 0 .65em; }
.tt10-article-body h2 { font-size: 31px; }
.tt10-article-body h3 { font-size: 25px; }
.tt10-article-body a { color: var(--tt10-accent); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.tt10-article-body blockquote { margin: 1.7em 0; padding: 3px 0 3px 22px; border-left: 4px solid var(--tt10-accent); color: #414b5a; font-size: 22px; font-style: italic; }
.tt10-article-body figure { margin: 2em 0; }
.tt10-article-body figcaption { color: #7c8794; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 12px; line-height: 1.45; margin-top: 8px; }
.tt10-easy-box { width: min(calc(100% - 40px), var(--tt10-reading)); margin: 0 auto 28px; padding: 14px 16px; background: #fff8f8; border: 1px solid #f3d2d5; border-left: 4px solid var(--tt10-accent); color: #6a3035; font-size: 13px; line-height: 1.5; }
.tt10-article-tags { margin-top: 34px; padding-top: 18px; border-top: 1px solid var(--tt10-line); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 12px; color: var(--tt10-muted); }
.tt10-article-tags a { display: inline-block; padding: 5px 9px; margin: 4px 4px 0 0; border: 1px solid var(--tt10-line); border-radius: 999px; color: #475467; text-decoration: none; }

.tt10-related { width: min(calc(100% - 40px), var(--tt10-max)); margin: 16px auto 0; padding-top: 28px; border-top: 2px solid var(--tt10-ink); }
.tt10-related__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tt10-related__item { border-bottom: 1px solid var(--tt10-line); padding-bottom: 18px; }
.tt10-related__item img { width: 100%; aspect-ratio: 16/9; max-height: 210px; object-fit: cover; margin-bottom: 12px; border-radius: 5px; }
.tt10-related__item h3 { font-family: Georgia, "Times New Roman", serif; font-size: 20px; line-height: 1.18; margin: 0; }

/* Search panel */
.tt10-search-panel { position: fixed; inset: 0; background: rgba(10,20,35,.56); z-index: 100; display: none; padding: 86px 20px 20px; }
.tt10-search-panel.is-open { display: block; }
.tt10-search-box { max-width: 760px; margin: 0 auto; background: #fff; border-radius: 12px; box-shadow: 0 20px 80px rgba(0,0,0,.28); padding: 24px; }
.tt10-search-box__top { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 18px; }
.tt10-search-box__top strong { font-size: 19px; }
.search-form { display: flex; gap: 8px; }
.search-form label { flex: 1; }
.search-field { width: 100%; min-height: 50px; border: 1px solid #cfd5dd; border-radius: 7px; padding: 0 15px; outline: none; }
.search-field:focus { border-color: var(--tt10-ink); box-shadow: 0 0 0 3px rgba(17,24,39,.07); }
.search-submit { min-height: 50px; border: 0; border-radius: 7px; padding: 0 19px; color: #fff; background: var(--tt10-accent); font-weight: 800; cursor: pointer; }

/* Footer */
.site-footer { background: var(--tt10-navy); color: #d7dde6; margin-top: 0; }
.tt10-footer-main { padding: 48px 0 36px; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 60px; }
.tt10-footer-brand { font-size: 28px; font-weight: 900; color: #fff; letter-spacing: -.04em; }
.tt10-footer-brand span { color: #ef3140; }
.tt10-footer-copy { max-width: 470px; color: #aeb8c7; font-size: 13px; line-height: 1.7; }
.tt10-footer-title { color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 13px; }
.tt10-footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.tt10-footer-links a { color: #bdc6d2; font-size: 13px; }
.tt10-footer-links a:hover { color: #fff; }
.tt10-footer-bottom { border-top: 1px solid rgba(255,255,255,.1); min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #8995a5; font-size: 11px; }

/* Generic pages */
.tt10-page { padding: 46px 0 72px; }
.tt10-page__title { font-family: Georgia, "Times New Roman", serif; font-size: clamp(36px, 5vw, 56px); line-height: 1.05; letter-spacing: -.035em; margin: 0 0 22px; }
.tt10-empty { padding: 64px 0; text-align: center; color: var(--tt10-muted); }

@media (max-width: 980px) {
  .tt10-brand-row { grid-template-columns: auto 1fr auto; min-height: 84px; }
  .tt10-header-note { display: none; }
  .tt10-brand { text-align: left; }
  .tt10-nav__inner { justify-content: flex-start; }
  .tt10-nav ul { gap: 18px; justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }
  .tt10-lead { grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr); gap: 24px; }
  .tt10-lead__content { max-width: none; }
  .tt10-grid { grid-template-columns: 1fr; }
  .tt10-card { grid-template-columns: 160px minmax(0, 1fr); }
  .tt10-card__media { width: 160px; }
  .tt10-category-links { grid-template-columns: repeat(2, 1fr); }
  .tt10-footer-main { grid-template-columns: 1fr 1fr; gap: 32px; }
  .tt10-footer-main > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .tt10-wrap, .tt10-reading, .tt10-article-header, .tt10-article-hero, .tt10-related { width: min(calc(100% - 28px), var(--tt10-max)); }
  .tt10-utility__date { display: none; }
  .tt10-utility__inner { justify-content: center; min-height: 30px; }
  .tt10-brand-row { min-height: 70px; gap: 12px; }
  .tt10-brand__text { font-size: 29px; }
  .tt10-brand__tagline { display: none; }
  .tt10-brand .custom-logo { max-height: 46px; max-width: 190px; }
  .tt10-header-actions .tt10-icon-button:first-child { display: none; }
  .tt10-menu-toggle { display: inline-flex; }
  .tt10-nav { display: none; }
  .tt10-nav.is-open { display: block; }
  .tt10-nav__inner { padding: 8px 0; }
  .tt10-nav ul { display: grid; width: 100%; gap: 0; overflow: visible; }
  .tt10-nav li { border-bottom: 1px solid var(--tt10-line); }
  .tt10-nav li:last-child { border-bottom: 0; }
  .tt10-nav a { padding: 12px 2px; }
  .tt10-ticker__label { padding-right: 9px; }
  .tt10-ticker__items a { padding: 0 10px; }
  .tt10-main { padding: 28px 0 54px; }
  .tt10-page-heading { align-items: flex-start; flex-direction: column; gap: 10px; margin-bottom: 18px; }
  .tt10-page-heading h1 { font-size: 35px; line-height: 1.06; }
  .tt10-page-heading p { text-align: left; font-size: 13px; }
  .tt10-lead { grid-template-columns: 1fr; gap: 15px; padding-bottom: 28px; margin-bottom: 28px; }
  .tt10-lead__media { aspect-ratio: 16/9; max-height: 225px; }
  .tt10-lead h2 { font-size: 28px; line-height: 1.12; }
  .tt10-lead__excerpt { font-size: 15px; }
  .tt10-grid { grid-template-columns: 1fr; gap: 0; }
  .tt10-card { display: grid; grid-template-columns: 100px minmax(0,1fr); gap: 13px; padding: 18px 0; }
  .tt10-card__media { width: 100px; margin: 0; aspect-ratio: 4/3; }
  .tt10-card__number { width: 27px; height: 27px; top: 6px; left: 6px; font-size: 10px; }
  .tt10-card h3 { font-size: 17px; line-height: 1.2; }
  .tt10-card__excerpt { display: none; }
  .tt10-card .tt10-meta { font-size: 11px; }
  .tt10-day-pagination { align-items: stretch; }
  .tt10-day-pagination a { padding: 0 10px; font-size: 12px; }
  .tt10-day-pagination__date { display: none; }
  .tt10-category-links { grid-template-columns: 1fr; }
  .tt10-list-item { grid-template-columns: 108px minmax(0,1fr); gap: 15px; }
  .tt10-list-item__media { aspect-ratio: 1/1; }
  .tt10-list-item h2 { font-size: 20px; margin-top: 3px; }
  .tt10-list-item p { display: none; }
  .tt10-article { padding-top: 32px; }
  .tt10-article-header { text-align: left; }
  .tt10-article-header .tt10-meta { justify-content: flex-start; }
  .tt10-article-title { font-size: 36px; line-height: 1.06; }
  .tt10-article-deck { font-size: 17px; }
  .tt10-article-body { font-size: 18px; line-height: 1.75; }
  .tt10-related__grid { grid-template-columns: 1fr; }
  .tt10-footer-main { grid-template-columns: 1fr; gap: 26px; }
  .tt10-footer-main > :first-child { grid-column: auto; }
  .tt10-footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 15px 0; }
}


/* v1.1.0 polish: stronger hierarchy, safer imported content and keyboard focus */
:where(a, button, input):focus-visible {
  outline: 3px solid color-mix(in srgb, var(--tt10-accent) 38%, white);
  outline-offset: 3px;
}
.tt10-card > div:last-child { min-width: 0; }
.tt10-card h3 a, .tt10-lead h2 a, .tt10-list-item h2 a { text-wrap: pretty; }
.tt10-page-heading h1, .tt10-article-title { text-wrap: balance; }
.tt10-article-body img { border-radius: 6px; }
.tt10-article-body .wp-block-image:first-child { margin-top: 0; }
.tt10-article-body iframe, .tt10-article-body video { max-width: 100%; }
.tt10-article-body table { width: 100%; border-collapse: collapse; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 14px; }
.tt10-article-body th, .tt10-article-body td { padding: 10px 12px; border: 1px solid var(--tt10-line); text-align: left; }
.tt10-card__media:focus-visible, .tt10-lead__media:focus-visible { outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
