/* t-blade Schnür-Ratgeber – Artikel-Layout und Grafiken */

body.tb-lace-page {
  --tbl-dark: #111318;
  --tbl-panel: #1c1f26;
  --tbl-border: #30343d;
  --tbl-red: #e20b3d;
  --tbl-cyan: #3fc1e0;
  --tbl-amber: #f5b301;
  --tbl-text: #2b2f36;
  --tbl-muted: #5b6270;
  --tbl-light: #f5f6f8;
  --tbl-line: #e3e6ec;
}

body.tb-lace-page .post-single-page .wd-entry-content {
  color: var(--tbl-text);
  font-size: 17px;
  line-height: 1.65;
}

body.tb-lace-page .post-single-page .wd-entry-content > p,
body.tb-lace-page .post-single-page .wd-entry-content > ul,
body.tb-lace-page .post-single-page .wd-entry-content > ol {
  margin-bottom: 18px;
}

body.tb-lace-page .post-single-page .wd-entry-content h2 {
  margin: 44px 0 14px;
  font-size: clamp(24px, 2.6vw, 30px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #16181d;
}

body.tb-lace-page .post-single-page .wd-entry-content h3 {
  margin: 30px 0 10px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  color: #16181d;
}

body.tb-lace-page .post-single-page .wd-entry-content h4 {
  margin: 22px 0 6px;
  font-size: 17px;
  font-weight: 700;
  color: #16181d;
}

body.tb-lace-page .post-single-page .wd-entry-content a:not(.tbl-btn) {
  color: var(--tbl-red);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

body.tb-lace-page .post-single-page .wd-entry-content a:not(.tbl-btn):hover {
  color: #a5062c;
}

body.tb-lace-page .post-single-page .wd-entry-content ul li,
body.tb-lace-page .post-single-page .wd-entry-content ol li {
  margin-bottom: 6px;
}

.tbl-eyebrow {
  margin: 0 0 8px;
  color: var(--tbl-red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Intro-Panel */
.tbl-intro {
  margin: 0 0 30px;
  padding: 28px 30px;
  background: var(--tbl-dark);
  color: #fff;
  border-radius: 16px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}

.tbl-intro__lead {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
}

.tbl-intro__lead strong {
  color: #fff;
}

.tbl-intro__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.tbl-intro__grid div {
  padding: 14px 16px;
  background: var(--tbl-panel);
  border: 1px solid var(--tbl-border);
  border-radius: 10px;
}

.tbl-intro__grid strong {
  display: block;
  margin-bottom: 4px;
  color: var(--tbl-red);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tbl-intro__grid span {
  font-size: 14px;
  line-height: 1.45;
  color: #d9dce3;
}

/* Inhaltsverzeichnis */
.tbl-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 34px;
  padding: 18px 20px;
  background: var(--tbl-light);
  border-left: 4px solid var(--tbl-red);
  border-radius: 10px;
}

.tbl-toc strong {
  width: 100%;
  margin-bottom: 4px;
  color: #16181d;
}

body.tb-lace-page .post-single-page .wd-entry-content .tbl-toc a {
  padding: 6px 12px;
  background: #fff;
  border: 1px solid var(--tbl-line);
  border-radius: 999px;
  color: var(--tbl-text);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

body.tb-lace-page .post-single-page .wd-entry-content .tbl-toc a:hover {
  border-color: var(--tbl-red);
  color: var(--tbl-red);
}

/* Zonen-Tabelle & Vergleichstabelle */
.tbl-table-wrap {
  margin: 22px 0 26px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tbl-table {
  width: 100%;
  min-width: 420px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 15px;
  border: 1px solid var(--tbl-line);
  border-radius: 12px;
  overflow: hidden;
}

.tbl-table th,
.tbl-table td {
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--tbl-line);
}

.tbl-table thead th {
  background: var(--tbl-dark);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 0;
}

.tbl-table tbody tr:last-child td {
  border-bottom: 0;
}

.tbl-table tbody tr:nth-child(even) td {
  background: #fafbfc;
}

.tbl-table td:first-child {
  font-weight: 700;
  color: #16181d;
}

.tbl-tag {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0c0e12;
}

.tbl-tag--cyan { background: var(--tbl-cyan); }
.tbl-tag--red { background: var(--tbl-red); color: #fff; }
.tbl-tag--amber { background: var(--tbl-amber); }

/* Merksatz / Formel */
.tbl-mantra {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0 28px;
}

.tbl-mantra div {
  padding: 16px 14px;
  border-radius: 12px;
  background: var(--tbl-light);
  border-top: 4px solid var(--zone, var(--tbl-red));
  text-align: center;
}

.tbl-mantra strong {
  display: block;
  font-size: 18px;
  color: #16181d;
}

.tbl-mantra span {
  font-size: 13px;
  color: var(--tbl-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}

/* Callouts */
.tbl-callout {
  margin: 22px 0 26px;
  padding: 18px 20px;
  border-radius: 12px;
  background: var(--tbl-light);
  border-left: 4px solid var(--tbl-red);
}

.tbl-callout--warn {
  background: #fff4f6;
  border-color: var(--tbl-red);
}

.tbl-callout--tip {
  background: #eef9fc;
  border-color: var(--tbl-cyan);
}

.tbl-callout--dark {
  background: var(--tbl-dark);
  border-color: var(--tbl-red);
  color: #fff;
}

.tbl-callout--dark strong {
  color: #fff;
}

.tbl-callout p {
  margin: 0 0 8px;
}

.tbl-callout p:last-child {
  margin-bottom: 0;
}

.tbl-callout strong {
  color: #16181d;
}

/* Reihenfolge-Pfeile */
.tbl-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 30px;
  margin: 16px 0 26px;
  padding: 0;
  list-style: none;
}

.tbl-flow li {
  position: relative;
  margin: 0 !important;
  padding: 10px 16px;
  background: var(--tbl-dark);
  color: #fff;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
}

.tbl-flow li + li::before {
  content: "→";
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--tbl-red);
  font-weight: 800;
  font-size: 18px;
}

/* Pro/Contra */
.tbl-procon {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 26px;
}

.tbl-procon div {
  padding: 16px 18px;
  border-radius: 12px;
  border: 1px solid var(--tbl-line);
  background: #fff;
}

.tbl-procon strong {
  display: block;
  margin-bottom: 8px;
  color: #16181d;
}

.tbl-procon ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tbl-procon li {
  margin: 0 0 6px;
  padding-left: 26px;
  position: relative;
  font-size: 15px;
}

.tbl-procon li::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
  line-height: 18px;
  text-align: center;
  content: "";
}

.tbl-procon li.plus::before { content: "+"; background: #dff6e7; color: #1d7a45; }
.tbl-procon li.minus::before { content: "–"; background: #fde3e9; color: var(--tbl-red); }

.tbl-plus, .tbl-minus {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
  line-height: 18px;
  text-align: center;
  vertical-align: 1px;
}
.tbl-plus { background: #dff6e7; color: #1d7a45; }
.tbl-minus { background: #fde3e9; color: var(--tbl-red); }

/* Grafiken (Figures) */
.tbl-fig {
  margin: 26px 0 34px;
  padding: 22px;
  background: var(--tbl-dark);
  border-radius: 16px;
  color: #fff;
}

.tbl-fig figcaption {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--tbl-border);
  color: #b8bec9;
  font-size: 13px;
  line-height: 1.5;
}

.tbl-svg {
  display: block;
  width: 100%;
  height: auto;
}

.tbl-lace--accent {
  stroke: var(--tbl-red) !important;
}

.tbl-lace--accent-knot {
  fill: var(--tbl-red);
}

.tbl-eyelet--free {
  stroke: #f5b301 !important;
}

.tbl-fig--zones,
.tbl-fig--skip {
  display: grid;
  grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
  gap: 22px 26px;
  align-items: center;
}

.tbl-fig--skip {
  grid-template-columns: 1fr;
}

.tbl-fig--skip .tbl-fig__legend {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.tbl-fig--skip .tbl-fig__hint {
  grid-column: 1 / -1;
}

.tbl-fig--zones figcaption,
.tbl-fig--skip figcaption {
  grid-column: 1 / -1;
}

.tbl-fig__media {
  max-width: 300px;
  margin: 0 auto;
}

.tbl-fig__media--wide {
  max-width: 480px;
}

.tbl-fig__legend {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tbl-zone {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 14px;
  background: var(--tbl-panel);
  border: 1px solid var(--tbl-border);
  border-left: 4px solid var(--zone);
  border-radius: 10px;
}

.tbl-zone__num {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--zone);
  color: #0c0e12;
  font-weight: 800;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
}

.tbl-zone strong {
  display: inline-block;
  margin-right: 8px;
  color: #fff;
  font-size: 15px;
}

.tbl-zone__tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--zone);
  color: #0c0e12;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  vertical-align: 2px;
}

.tbl-zone p {
  margin: 4px 0 0;
  color: #c7ccd6;
  font-size: 14px;
  line-height: 1.45;
}

.tbl-formula {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 6px 0 0;
  font-weight: 800;
  font-size: 15px;
  color: #fff;
}

.tbl-formula i {
  color: var(--tbl-red);
  font-style: normal;
}

.tbl-formula span {
  padding: 4px 10px;
  border: 1px solid var(--tbl-border);
  border-radius: 999px;
}

/* Heel-Lock-Schritte */
.tbl-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  counter-reset: none;
}

.tbl-step {
  position: relative;
  margin: 0 !important;
  padding: 14px 12px 12px;
  background: var(--tbl-panel);
  border: 1px solid var(--tbl-border);
  border-radius: 12px;
}

.tbl-step__num {
  position: absolute;
  top: -10px;
  left: 12px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--tbl-red);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 26px;
  text-align: center;
}

.tbl-step__media {
  margin: 6px 0 10px;
  border-radius: 8px;
  background: #0d0f14;
}

.tbl-step strong {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
}

.tbl-step p {
  margin: 4px 0 0;
  color: #b8bec9;
  font-size: 13px;
  line-height: 1.45;
}

/* Vergleich Öse */
.tbl-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tbl-compare__item {
  padding: 14px;
  background: var(--tbl-panel);
  border: 1px solid var(--tbl-border);
  border-radius: 12px;
}

.tbl-compare__media {
  margin-bottom: 10px;
  border-radius: 8px;
  background: #0d0f14;
}

.tbl-compare__item strong {
  display: block;
  color: #fff;
  font-size: 16px;
}

.tbl-compare__item p {
  margin: 4px 0 0;
  color: #c7ccd6;
  font-size: 14px;
}

/* Skip-Lacing-Muster */
.tbl-pattern {
  padding: 12px 14px;
  background: var(--tbl-panel);
  border: 1px solid var(--tbl-border);
  border-radius: 10px;
}

.tbl-pattern__label {
  margin: 0 0 6px;
  color: #b8bec9;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tbl-pattern__row {
  display: flex;
  gap: 8px;
  margin: 0;
}

.tbl-pattern__row span {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #2a2e37;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
}

.tbl-pattern__row span.is-skip {
  background: var(--tbl-red);
}

.tbl-fig__hint {
  margin: 0;
  color: #c7ccd6;
  font-size: 14px;
  line-height: 1.5;
}

/* Entscheidungs-Karten */
.tbl-decision {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.tbl-decision__card {
  display: flex;
  flex-direction: column;
  margin: 0 !important;
  padding: 16px 14px;
  background: var(--tbl-panel);
  border: 1px solid var(--tbl-border);
  border-radius: 12px;
  text-align: center;
}

.tbl-decision__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #0d0f14;
  color: var(--tbl-red);
}

.tbl-decision__problem {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.35;
}

.tbl-decision__arrow {
  display: block;
  margin: 8px 0;
  color: var(--tbl-red);
  font-weight: 800;
}

.tbl-decision__solution {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
}

body.tb-lace-page .post-single-page .wd-entry-content .tbl-decision__solution a {
  color: #d9dce3;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px dashed #5b6270;
}

body.tb-lace-page .post-single-page .wd-entry-content .tbl-decision__solution a:hover {
  color: #fff;
  border-color: var(--tbl-red);
}

/* Schnürsenkel-Produktreihe */
.tbl-laces {
  margin: 26px 0 34px;
  padding: 24px;
  background: var(--tbl-light);
  border: 1px solid var(--tbl-line);
  border-radius: 16px;
}

.tbl-laces__head h3 {
  margin: 0 0 6px !important;
}

.tbl-laces__head p:last-child {
  margin: 0;
  color: var(--tbl-muted);
  font-size: 15px;
}

.tbl-laces__grid,
.tbl-laces__chips {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.tbl-laces__item {
  margin: 0 !important;
}

body.tb-lace-page .post-single-page .wd-entry-content .tbl-laces__item a {
  display: block;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--tbl-line);
  border-radius: 12px;
  color: var(--tbl-text);
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

body.tb-lace-page .post-single-page .wd-entry-content .tbl-laces__item a:hover {
  transform: translateY(-2px);
  border-color: var(--tbl-red);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.tbl-laces__media {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 8px;
  background: #f0f1f4;
}

.tbl-laces__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tbl-laces__fallback {
  display: block;
  width: 100%;
  height: 100%;
}

.tbl-laces__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  font-size: 14px;
}

.tbl-laces__meta strong {
  color: #16181d;
}

.tbl-laces__swatch {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
}

.tbl-laces__price {
  margin-left: auto;
  color: var(--tbl-muted);
  font-size: 13px;
  white-space: nowrap;
}

.tbl-laces__price .woocommerce-Price-amount {
  font-weight: 700;
  color: var(--tbl-text);
}

.tbl-laces__chips li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 !important;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid var(--tbl-line);
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
}

.tbl-laces__cta {
  margin: 18px 0 0 !important;
  text-align: center;
}

/* Setups */
.tbl-setups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 26px !important;
  padding: 0 !important;
  list-style: none !important;
}

.tbl-setups li {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 !important;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid var(--tbl-line);
  border-radius: 12px;
  font-size: 14px;
}

.tbl-setups__dots {
  display: inline-flex;
  flex: 0 0 auto;
}

.tbl-setups__dots i {
  display: block;
  width: 22px;
  height: 22px;
  margin-left: -6px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.tbl-setups__dots i:first-child {
  margin-left: 0;
}

.tbl-setups strong {
  display: block;
  color: #16181d;
}

/* Button */
body.tb-lace-page .post-single-page .wd-entry-content .tbl-btn {
  display: inline-block;
  padding: 14px 24px;
  background: var(--tbl-red);
  color: #fff;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.15s ease;
}

body.tb-lace-page .post-single-page .wd-entry-content .tbl-btn:hover {
  background: #b90830;
  color: #fff;
}

.tbl-cta {
  margin: 26px 0 30px !important;
  text-align: center;
}

/* Eiszeit-Timeline */
.tbl-timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 26px !important;
  padding: 0 !important;
  list-style: none !important;
}

.tbl-timeline li {
  position: relative;
  margin: 0 !important;
  padding: 18px 16px 16px;
  background: #fff;
  border: 1px solid var(--tbl-line);
  border-top: 4px solid var(--tbl-red);
  border-radius: 12px;
}

.tbl-timeline small {
  display: block;
  margin-bottom: 4px;
  color: var(--tbl-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tbl-timeline strong {
  display: block;
  margin-bottom: 6px;
  color: #16181d;
  font-size: 17px;
}

.tbl-timeline p,
.tbl-timeline ul {
  margin: 0;
  font-size: 14px;
  color: var(--tbl-muted);
}

.tbl-timeline ul {
  padding-left: 18px;
}

.tbl-timeline ul li {
  margin: 0 0 2px !important;
  padding: 0;
  border: 0;
  background: none;
}

/* 30-Sekunden-Check */
.tbl-check {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 26px !important;
  padding: 0 !important;
  list-style: none !important;
}

.tbl-check li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 0 !important;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid var(--tbl-line);
  border-radius: 12px;
}

.tbl-check__box {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  border-radius: 6px;
  background: var(--tbl-red);
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}

.tbl-check strong {
  display: block;
  color: #16181d;
  font-size: 15px;
}

.tbl-check li > span:last-child {
  color: var(--tbl-muted);
  font-size: 14px;
  line-height: 1.4;
}

/* FAQ */
.tbl-faq {
  margin: 18px 0 26px;
}

.tbl-faq details {
  margin: 0 0 10px;
  background: #fff;
  border: 1px solid var(--tbl-line);
  border-radius: 12px;
  overflow: hidden;
}

.tbl-faq summary {
  padding: 16px 48px 16px 18px;
  cursor: pointer;
  position: relative;
  list-style: none;
  font-weight: 700;
  color: #16181d;
}

.tbl-faq summary::-webkit-details-marker {
  display: none;
}

.tbl-faq summary::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  border-radius: 50%;
  background: var(--tbl-light);
  color: var(--tbl-red);
  font-weight: 800;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

.tbl-faq details[open] summary::after {
  content: "–";
}

.tbl-faq details[open] summary {
  border-bottom: 1px solid var(--tbl-line);
}

.tbl-faq details > div {
  padding: 14px 18px 18px;
  font-size: 16px;
}

.tbl-faq details > div p {
  margin: 0 0 8px;
}

.tbl-faq details > div p:last-child {
  margin: 0;
}

/* Quellen */
.tbl-sources {
  margin: 18px 0 0;
  padding: 14px 18px;
  background: var(--tbl-light);
  border-radius: 10px;
  font-size: 14px;
  color: var(--tbl-muted);
}

.tbl-sources p {
  margin: 0 0 4px;
}

/* Responsive */
@media (max-width: 900px) {
  .tbl-decision {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tbl-decision__card:last-child {
    grid-column: 1 / -1;
  }

  .tbl-laces__grid,
  .tbl-laces__chips {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  body.tb-lace-page .post-single-page .wd-entry-content {
    font-size: 16px;
  }

  .tbl-intro {
    padding: 22px 20px;
  }

  .tbl-intro__lead {
    font-size: 18px;
  }

  .tbl-intro__grid,
  .tbl-mantra,
  .tbl-procon,
  .tbl-compare,
  .tbl-setups,
  .tbl-timeline,
  .tbl-check {
    grid-template-columns: 1fr;
  }

  .tbl-fig {
    padding: 16px;
  }

  .tbl-table {
    min-width: 0;
    font-size: 14px;
  }

  .tbl-table th,
  .tbl-table td {
    padding: 10px 10px;
  }

  .tbl-tag {
    white-space: normal;
    line-height: 1.3;
  }

  .tbl-fig--zones,
  .tbl-fig--skip {
    grid-template-columns: 1fr;
  }

  .tbl-fig__media {
    max-width: 340px;
  }

  .tbl-fig__media--wide {
    max-width: 100%;
  }

  .tbl-fig--skip .tbl-fig__legend {
    grid-template-columns: 1fr;
  }

  .tbl-flow li + li::before {
    display: none;
  }
}

@media (max-width: 480px) {
  .tbl-steps {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tbl-step__media {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .tbl-decision {
    grid-template-columns: 1fr;
  }
}
