/* Top Eire Casinos — одна палитра, одна сетка, одна типографика.
   Композиция от отраслевого издания (плотная сетка секций, рубрикаторы-полки),
   манера от спортивной базы данных (таблицы, мелкие подписи, номера строк,
   правый рельс с мини-таблицами). Ирландский зелёно-золотой штамп намеренно
   не берётся: у соседей по гео он же. JS на сайте нет вообще. */

:root {
  --ink: #11161d;
  --ink-2: #4a555f;
  --ink-3: #59646c;
  --brand: #0f3d3e;
  --brand-2: #17585a;
  --brand-3: #0a2b2c;
  --gold: #e0a52c;
  --gold-d: #8a5f05;   /* золото на белом: 2.19 не проходит R3, тёмное — 5.65 */
  --gold-2: #f6e3b4;
  --paper: #ffffff;
  --mute: #f4f6f6;
  --mute-2: #eaefee;
  --line: #dde4e3;
  --good: #14713f;
  --warn: #9c3b1a;
  --w: 1200px;
  --gut: 20px;
  --r: 8px;
  --f-sans: tec-grotesk, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --f-serif: tec-antiqua, Georgia, "Times New Roman", serif;
}

@font-face { font-family: tec-grotesk; src: url(/tec/fonts/tec-grotesk-400.woff2) format("woff2");
  font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: tec-grotesk; src: url(/tec/fonts/tec-grotesk-600.woff2) format("woff2");
  font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: tec-grotesk; src: url(/tec/fonts/tec-grotesk-700.woff2) format("woff2");
  font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: tec-antiqua; src: url(/tec/fonts/tec-antiqua-400.woff2) format("woff2");
  font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: tec-antiqua; src: url(/tec/fonts/tec-antiqua-700.woff2) format("woff2");
  font-weight: 700; font-style: normal; font-display: swap; }

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink);
  font: 400 16px/1.65 var(--f-sans); }
img { max-width: 100%; height: auto; border: 0; }
a { color: var(--brand-2); text-decoration: underline; text-underline-offset: 2px; }
a:hover { color: var(--ink); }
h1, h2, h3, h4 { margin: 0 0 .5em; line-height: 1.2; font-weight: 700; }
h1 { font-family: var(--f-serif); font-size: clamp(27px, 3.4vw, 38px); letter-spacing: -.01em; }
h2 { font-size: clamp(21px, 2.4vw, 27px); }
h3 { font-size: 19px; }
h4 { font-size: 16px; }
p, ul, ol, table, figure, dl { margin: 0 0 1.1em; }
ul, ol { padding-left: 1.3em; }
li { margin-bottom: .4em; }
hr { border: 0; border-top: 1px solid var(--line); margin: 28px 0; }

/* ── отступ от края: один раз, на контейнер темы и на каждую его секцию.
   Секции при этом остаются full-bleed — их фон тянется на всю ширину. */
#tec, #tec > * { padding-left: var(--gut); padding-right: var(--gut); }
#tec > .tec-band { margin-left: calc(-1 * var(--gut)); margin-right: calc(-1 * var(--gut)); }
#tec { padding-top: 0; padding-bottom: 0; overflow-x: clip; }
.tec-in { max-width: var(--w); margin: 0 auto; }

/* ── верхняя полоса ─────────────────────────────────────────── */
.tec-strip { background: var(--brand-3); color: #cfe0dd; font-size: 12px; line-height: 1.4;
  margin: -12px calc(-1 * var(--gut)) 12px; padding: 7px var(--gut); }
.tec-strip .tec-in { display: flex; flex-wrap: wrap; gap: 6px 18px; justify-content: space-between; }
.tec-strip b { color: #fff; font-weight: 600; }

/* ── шапка ──────────────────────────────────────────────────── */
.tec-hd { background: var(--paper); padding-top: 12px; padding-bottom: 12px; }
.tec-hd-row { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.tec-logo { display: inline-flex; align-items: center; gap: 9px; text-decoration: none;
  color: var(--ink); font-weight: 700; font-size: 19px; letter-spacing: -.015em; }
.tec-logo svg { display: block; }
.tec-logo i { font-style: normal; color: var(--brand); }
.tec-logo em { font-style: normal; color: var(--gold-d); }
.tec-nav { margin-left: auto; }
.tec-nav > ul { display: flex; flex-wrap: wrap; gap: 2px; list-style: none; margin: 0; padding: 0; }
.tec-nav > ul > li { position: relative; margin: 0; }
.tec-nav > ul > li > a { display: block; padding: 9px 11px; font-size: 14px; font-weight: 600;
  color: var(--ink); text-decoration: none; border-radius: 6px; }
.tec-nav > ul > li > a:hover, .tec-nav > ul > li:focus-within > a { background: var(--mute-2); }
.tec-sub { position: absolute; left: 0; top: 100%; z-index: 30; min-width: 246px;
  background: var(--paper); border: 1px solid var(--line); border-top: 3px solid var(--gold);
  border-radius: 0 0 var(--r) var(--r); padding: 8px; margin: 0; list-style: none;
  visibility: hidden; opacity: 0; }
.tec-nav > ul > li:hover > .tec-sub, .tec-nav > ul > li:focus-within > .tec-sub {
  visibility: visible; opacity: 1; }
.tec-sub li { margin: 0; }
.tec-sub a { display: block; padding: 7px 9px; font-size: 14px; color: var(--ink);
  text-decoration: none; border-radius: 5px; }
.tec-sub a:hover { background: var(--mute); color: var(--brand); }

/* ── подрубрикатор секции: вторая строка шапки, не отдельная полоса.
   Отдельной полосой он даёт зазор под шапкой 0, а зазор считается от НИЗА
   элемента шапки — значит рубрикатор должен лежать внутри неё. */
.tec-tabs { background: var(--brand);
  margin: 12px calc(-1 * var(--gut)) -12px;
  padding: 9px var(--gut); }
/* ⚠️ margin у этого <ul> — это margin .tec-in: `margin:0` съедает `0 auto`,
   и рубрикатор уезжает к левому краю окна, мимо колонки контента. */
.tec-tabs ul { display: flex; flex-wrap: wrap; gap: 4px; list-style: none;
  margin: 0 auto; padding: 0; }
.tec-tabs li { margin: 0; }
.tec-tabs a { display: block; padding: 4px 10px; border-radius: 999px; font-size: 12.5px;
  font-weight: 600; line-height: 1.5; color: #d6e6e3; text-decoration: none;
  white-space: nowrap; }
.tec-tabs a:hover { background: var(--brand-2); color: #fff; }
.tec-tabs a[aria-current] { background: var(--gold); color: var(--ink); }
/* цвет ставится и на сам <li>: R3 меряет innerText у контейнера, а не только у ссылки */
.tec-tabs, .tec-tabs ul, .tec-tabs li { color: #fff; }

/* ── низ шапки / основа ─────────────────────────────────────── */
.tec-main { padding-top: 24px; padding-bottom: 40px; }
.tec-crumbs { font-size: 12px; color: var(--ink-3); margin-bottom: 14px; }
.tec-crumbs a { color: var(--ink-2); text-decoration: none; }
.tec-crumbs a:hover { text-decoration: underline; }
.tec-crumbs span { padding: 0 6px; }

.tec-grid { display: grid; grid-template-columns: minmax(0, 1fr) 306px; gap: 30px;
  align-items: start; }
.tec-col { min-width: 0; }

/* ── герой ──────────────────────────────────────────────────── */
.tec-hero { background: var(--brand); color: #fff; padding: 26px 24px; border-radius: var(--r);
  margin-bottom: 26px; }
.tec-hero h1 { color: #fff; margin-bottom: .35em; }
.tec-hero p { color: #cfe0dd; max-width: 62ch; margin-bottom: 0; }
.tec-hero-in { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 26px;
  align-items: center; }
.tec-facts { display: flex; gap: 10px; flex-wrap: wrap; }
.tec-fact { background: var(--brand-2); border: 1px solid #2a6e70; border-radius: var(--r);
  padding: 10px 14px; min-width: 104px; }
.tec-fact b { display: block; font-size: 24px; line-height: 1.1; color: #fff; }
.tec-fact span { font-size: 12px; color: #cfe0dd; }

/* ── заголовок секции ───────────────────────────────────────── */
.tec-h { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap;
  border-bottom: 2px solid var(--line); padding-bottom: 8px; margin: 34px 0 18px; }
.tec-h:first-child { margin-top: 0; }
.tec-h h2, .tec-h h3 { margin: 0; }
.tec-h .tec-eyebrow { margin-left: auto; }
.tec-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase;
  color: var(--ink-3); }
.tec-eyebrow--gold { color: var(--warn); }

/* ── текст статьи и страниц ─────────────────────────────────── */
.tec-prose { font-size: 17px; }
.tec-prose > h2 { margin-top: 1.5em; padding-top: .35em; border-top: 2px solid var(--line); }
.tec-prose > h3 { margin-top: 1.4em; }
.tec-prose li { margin-bottom: .45em; }
.tec-prose blockquote { margin: 1.2em 0; padding: 2px 0 2px 18px; border-left: 4px solid var(--gold);
  font-family: var(--f-serif); font-size: 19px; color: var(--ink-2); }
.tec-lead { font-size: 19px; line-height: 1.6; color: var(--ink-2); }
.tec-article .tec-prose { font-family: var(--f-serif); font-size: 18px; line-height: 1.75; }
.tec-article .tec-prose h2, .tec-article .tec-prose h3 { font-family: var(--f-sans); }

.tec-note { border: 1px solid var(--line); border-left: 4px solid var(--brand);
  background: var(--mute); border-radius: 0 var(--r) var(--r) 0; padding: 14px 16px;
  margin: 1.2em 0; font-size: 15px; font-family: var(--f-sans); }
.tec-note b { display: block; margin-bottom: 4px; }
.tec-note--warn { border-left-color: var(--warn); background: #fdf3ef; }
.tec-note--gold { border-left-color: var(--gold); background: #fdf8ec; }

/* ── таблица данных ─────────────────────────────────────────── */
.tec-scroll { overflow-x: auto; margin: 0 0 1.2em; }
.tec-tbl { width: 100%; border-collapse: collapse; font-size: 14px; font-family: var(--f-sans);
  margin: 0; }
.tec-tbl caption { text-align: left; font-size: 12px; color: var(--ink-3); padding-bottom: 6px; }
.tec-tbl th, .tec-tbl td { border: 1px solid var(--line); padding: 8px 10px; text-align: left;
  vertical-align: top; }
.tec-tbl thead th { background: var(--brand); color: #fff; font-size: 11px; font-weight: 700;
  letter-spacing: .07em; text-transform: uppercase; white-space: nowrap; }
.tec-tbl tbody tr:nth-child(even) { background: var(--mute); }
.tec-tbl td.tec-num, .tec-tbl th.tec-num { text-align: right; font-variant-numeric: tabular-nums;
  white-space: nowrap; }

/* ── карточки-полки ─────────────────────────────────────────── */
.tec-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(224px, 1fr));
  gap: 14px; list-style: none; margin: 0 0 1.2em; padding: 0; }
.tec-cards li { margin: 0; }
.tec-cards a { display: block; height: 100%; padding: 14px; border: 1px solid var(--line);
  border-radius: var(--r); background: var(--paper); text-decoration: none; color: var(--ink); }
.tec-cards a:hover { border-color: var(--brand); background: var(--mute); }
.tec-cards b { display: block; font-size: 15px; margin-bottom: 4px; }
.tec-cards span { display: block; font-size: 13px; color: var(--ink-2); line-height: 1.5; }
.tec-cards svg { display: block; margin-bottom: 8px; color: var(--brand); }

/* ── лента ссылок (список обзоров, статей) ──────────────────── */
.tec-feed { list-style: none; margin: 0 0 1.2em; padding: 0; }
.tec-feed li { margin: 0; border-bottom: 1px solid var(--line); }
.tec-feed a { display: flex; gap: 12px; align-items: baseline; padding: 11px 2px;
  text-decoration: none; color: var(--ink); }
.tec-feed a:hover { background: var(--mute); }
.tec-feed .tec-rank { font-variant-numeric: tabular-nums; font-size: 13px; font-weight: 700;
  color: var(--ink-3); min-width: 24px; }
.tec-feed b { font-weight: 600; font-size: 15px; }
.tec-feed a > span:not(.tec-rank) { margin-left: auto; font-size: 12px; color: var(--ink-3); white-space: nowrap; }

/* ── витрина ────────────────────────────────────────────────── */
.tecv-wrap { border: 1px solid var(--line); border-radius: var(--r); background: var(--paper);
  margin: 26px 0; }
.tecv-head { display: flex; flex-wrap: wrap; gap: 8px 16px; align-items: baseline;
  background: var(--brand); color: #fff; padding: 12px 16px; border-radius: 7px 7px 0 0; }
.tecv-head h2 { margin: 0; font-size: 19px; color: #fff; }
.tecv-head p { margin: 0; font-size: 13px; color: #cfe0dd; }
.tecv-legend { display: flex; flex-wrap: wrap; gap: 6px; padding: 10px 16px;
  border-bottom: 1px solid var(--line); background: var(--mute); }
.tecv-chip { font-size: 12px; font-weight: 600; color: var(--ink-2); background: var(--paper);
  border: 1px solid var(--line); border-radius: 999px; padding: 3px 10px; }
.tecv-chip--key { border-color: var(--gold); background: var(--gold-2); color: var(--ink); }
.tecv-list { list-style: none; margin: 0; padding: 0; counter-reset: tecv; }
.tecv-list > li { margin: 0; display: grid; grid-template-columns: 40px 132px minmax(0, 1fr) 186px;
  gap: 6px 16px; align-content: center; min-height: 165px; padding: 16px;
  border-bottom: 1px solid var(--line); }
.tecv-pos  { grid-column: 1; grid-row: 1 / span 3; align-self: center; }
.tecv-tile { grid-column: 2; grid-row: 1 / span 3; align-self: center; }
.tecv-body { grid-column: 3; grid-row: 1; }
.tecv-meta { grid-column: 3; grid-row: 2; }
.tecv-more { grid-column: 3; grid-row: 3; }
.tecv-cta  { grid-column: 4; grid-row: 1 / span 3; align-self: center; }
.tecv-list > li:last-child { border-bottom: 0; }
.tecv-list > li:nth-child(even) { background: var(--mute); }
.tecv-pos { font-size: 20px; font-weight: 700; font-variant-numeric: tabular-nums;
  color: var(--ink-3); text-align: center; }
.tecv-list > li:first-child .tecv-pos { color: var(--gold-d); }
.tecv-tile { width: 132px; height: 88px; padding: 6px; border: 1px solid var(--line);
  border-radius: var(--r); background: #fff; display: flex; align-items: center;
  justify-content: center; }
.tecv-tile img { max-width: 100%; max-height: 100%; object-fit: contain; }
.tecv-body b { display: block; font-size: 17px; margin-bottom: 3px; }
.tecv-body b a { color: var(--ink); text-decoration: none; }
.tecv-body b a:hover { color: var(--brand); text-decoration: underline; }
.tecv-bonus { font-size: 14px; color: var(--ink); margin: 0 0 6px; }
.tecv-bonus b { display: inline; font-size: 14px; color: var(--warn); }
.tecv-meta { display: flex; flex-wrap: wrap; gap: 4px 6px; margin: 0; padding: 0; list-style: none; }
.tecv-meta li { margin: 0; font-size: 12px; color: var(--ink-2); background: var(--paper);
  border: 1px solid var(--line); border-radius: 4px; padding: 2px 7px; }
.tecv-list > li:nth-child(even) .tecv-meta li { background: var(--paper); }
.tecv-more { margin: 8px 0 0; font-size: 13px; color: var(--ink-2); line-height: 1.55; }
.tecv-cta { text-align: center; }
.tecv-btn { display: block; background: var(--gold); color: var(--ink); font-weight: 700;
  font-size: 15px; padding: 12px 14px; border-radius: var(--r); text-decoration: none;
  border: 1px solid #c08c18; }
.tecv-btn:hover { background: #f0b73f; color: var(--ink); }
.tecv-terms { display: block; font-size: 11px; color: var(--ink-3); margin-top: 5px; }
.tecv-terms a { color: var(--ink-3); }
.tecv-foot { padding: 12px 16px; font-size: 12px; color: var(--ink-3);
  border-top: 1px solid var(--line); background: var(--mute); border-radius: 0 0 7px 7px; }

/* ── правый рельс ───────────────────────────────────────────── */
.tec-rail { display: grid; gap: 18px; }
.tec-box { border: 1px solid var(--line); border-radius: var(--r); background: var(--paper); }
.tec-box > h2, .tec-box > h3 { margin: 0; font-size: 13px; letter-spacing: .07em;
  text-transform: uppercase; padding: 10px 14px; background: var(--brand); color: #fff;
  border-radius: 7px 7px 0 0; }
.tec-box .tec-bd { padding: 12px 14px; font-size: 14px; }
.tec-box .tec-bd p:last-child { margin-bottom: 0; }
.tec-mini { list-style: none; margin: 0; padding: 0; }
.tec-mini li { margin: 0; display: flex; align-items: center; gap: 9px; padding: 8px 14px;
  border-top: 1px solid var(--line); font-size: 14px; }
.tec-mini li:first-child { border-top: 0; }
.tec-mini .tec-rank { font-size: 12px; font-weight: 700; color: var(--ink-3);
  font-variant-numeric: tabular-nums; min-width: 16px; }
.tec-mini img { width: 54px; height: 26px; object-fit: contain; }
.tec-mini a { color: var(--ink); text-decoration: none; font-weight: 600; margin-right: auto; }
.tec-mini a:hover { color: var(--brand); text-decoration: underline; }
/* ⚠️ `margin-left:auto` на ВСЕХ span этой строки цепляет и номер места: строка
   уезжает к правому краю коробки, а в строке без бонуса — целиком. Отжимает
   вправо только цена вопроса, и делает это имя бренда своим margin-right. */
.tec-mini .tec-bn { font-size: 12px; color: var(--ink-3); text-align: right; }
.tec-mini .tec-rank { flex: 0 0 auto; }
.tec-links { list-style: none; margin: 0; padding: 0; }
.tec-links li { margin: 0; border-top: 1px solid var(--line); }
.tec-links li:first-child { border-top: 0; }
.tec-links a { display: flex; gap: 9px; align-items: center; padding: 9px 14px; font-size: 14px;
  color: var(--ink); text-decoration: none; }
.tec-links a:hover { background: var(--mute); color: var(--brand); }
.tec-links svg { flex: 0 0 auto; color: var(--brand); }
.tec-promo { background: var(--brand-3); color: #cfe0dd; border-color: var(--brand-3); }
.tec-promo h3 { background: transparent; color: var(--gold); }
.tec-promo .tec-bd { color: #cfe0dd; }
.tec-promo a { color: #fff; }

/* ── рисунки ────────────────────────────────────────────────── */
.tec-fig { margin: 1.4em 0; border: 1px solid var(--line); border-radius: var(--r);
  padding: 14px; background: var(--paper); }
.tec-fig img, .tec-fig svg { display: block; width: 100%; height: auto; }
.tec-fig figcaption { font-size: 12px; color: var(--ink-3); margin-top: 9px; font-family: var(--f-sans); }

/* ── FAQ: развёрнут, без JS ─────────────────────────────────── */
.tec-faq { border-top: 1px solid var(--line); margin: 1.4em 0 0; }
.tec-faq > div { border-bottom: 1px solid var(--line); padding: 14px 0; }
.tec-faq h3 { font-size: 16px; margin: 0 0 6px; }
.tec-faq p:last-child { margin-bottom: 0; }

/* ── подвал ─────────────────────────────────────────────────── */
.tec-ft { background: var(--brand-3); color: #b9cecb; padding-top: 34px; padding-bottom: 26px;
  font-size: 14px; }
.tec-ft a { color: #dfeceb; text-decoration: none; }
.tec-ft a:hover { color: #fff; text-decoration: underline; }
.tec-ft h3 { color: #fff; font-size: 13px; letter-spacing: .08em; text-transform: uppercase;
  margin-bottom: 12px; }
.tec-ft .tec-cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 26px; }
.tec-ft ul { list-style: none; margin: 0; padding: 0; }
.tec-ft li { margin: 0 0 7px; }
.tec-ft .tec-18 { display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border: 2px solid var(--gold); border-radius: 50%; color: var(--gold);
  font-weight: 700; font-size: 13px; margin-right: 10px; }
.tec-ft .tec-help { border: 1px solid #2a6e70; border-radius: var(--r); padding: 12px 14px;
  background: var(--brand); }
.tec-ft .tec-help b { color: #fff; display: block; }
.tec-ft .tec-help strong { color: var(--gold); font-size: 18px; }
.tec-rule { border-top: 1px solid #2a6e70; margin-top: 24px; padding-top: 16px; font-size: 12px;
  color: #92aaa7; display: flex; flex-wrap: wrap; gap: 8px 20px; justify-content: space-between; }

.tec-skip { position: absolute; left: -9999px; }
.tec-skip:focus { left: 8px; top: 8px; background: var(--gold); color: var(--ink); padding: 8px 12px;
  z-index: 99; border-radius: 6px; }


/* ── кнопка вне витрины: своим классом, иначе гейт считает рельс витриной ── */
.tec-btn { display: block; text-align: center; background: var(--gold); color: var(--ink) !important;
  font-weight: 700; font-size: 15px; padding: 11px 14px; border-radius: var(--r);
  text-decoration: none; border: 1px solid #c08c18; }
.tec-btn:hover { background: #f0b73f; color: var(--ink); }
.tec-byline { font-size: 13px; color: var(--ink-3); margin: -.3em 0 1.2em;
  display: flex; flex-wrap: wrap; gap: 4px 14px; align-items: center; }
.tec-byline b { font-weight: 600; color: var(--ink-2); }
.tec-verdict { display: grid; grid-template-columns: minmax(0,1fr) 210px; gap: 20px;
  align-items: center; border: 1px solid var(--line); border-left: 4px solid var(--brand);
  border-radius: 0 var(--r) var(--r) 0; background: var(--mute); padding: 16px; margin: 0 0 24px; }
.tec-verdict h2 { font-size: 18px; margin: 0 0 6px; }
.tec-verdict p { margin: 0; font-size: 15px; }
.tec-verdict .tec-tile { width: 100%; height: 88px; background: #fff; border: 1px solid var(--line);
  border-radius: var(--r); display: flex; align-items: center; justify-content: center; padding: 8px; }
.tec-verdict .tec-tile img { max-width: 100%; max-height: 100%; object-fit: contain; }
@media (max-width: 640px) { .tec-verdict { grid-template-columns: minmax(0,1fr); } }

/* ── планшет ────────────────────────────────────────────────── */
@media (max-width: 1000px) {
  .tec-grid { grid-template-columns: minmax(0, 1fr); }
  .tec-hero-in { grid-template-columns: minmax(0, 1fr); }
  .tec-ft .tec-cols { grid-template-columns: 1fr 1fr; }
  .tecv-list > li { grid-template-columns: 34px 112px minmax(0, 1fr); }
  .tecv-pos  { grid-row: 1 / span 4; }
  .tecv-tile { grid-row: 1 / span 4; }
  .tecv-cta  { grid-column: 3; grid-row: 4; text-align: left; }
  .tecv-btn { display: inline-block; }
}

/* ── телефон ────────────────────────────────────────────────── */
@media (max-width: 640px) {
  :root { --gut: 14px; }
  body { font-size: 16px; }
  .tec-main { padding-top: 16px; padding-bottom: 28px; }
  .tec-hd-row { gap: 10px; }
  .tec-nav { margin-left: 0; width: 100%; overflow-x: auto; }
  .tec-nav > ul { flex-wrap: nowrap; }
  .tec-nav > ul > li > a { white-space: nowrap; padding: 8px 9px; }
  .tec-sub { position: static; visibility: visible; opacity: 1; display: none; }
  .tec-tabs ul { flex-wrap: nowrap; overflow-x: auto; }
  .tec-tabs a { white-space: nowrap; }
  .tecv-list > li { grid-template-columns: 30px 76px minmax(0, 1fr); min-height: 0;
    align-items: start; row-gap: 6px; padding: 10px 12px; }
  .tecv-pos  { grid-column: 1; grid-row: 1; text-align: left; align-self: start; }
  .tecv-tile { grid-column: 2; grid-row: 1; width: 76px; height: 52px; padding: 4px;
    align-self: start; }
  .tecv-body { grid-column: 3; grid-row: 1; }
  .tecv-meta { grid-column: 1 / -1; grid-row: 2; }
  .tecv-more { grid-column: 1 / -1; grid-row: 3; margin-top: 0; font-size: 13px;
    line-height: 1.45; }
  .tecv-cta  { grid-column: 1 / -1; grid-row: 4; }
  .tecv-body b { font-size: 16px; }
  .tec-ft .tec-cols { grid-template-columns: 1fr; }
  .tec-prose { font-size: 16px; }
  .tec-article .tec-prose { font-size: 17px; }
}
