:root {
  --bg: #f2f2ee;
  --ink: #172226;
  --muted: #4c5b60;
  --brand: #0d6f62;
  --brand-strong: #07594f;
  --brand-soft: #d7ece8;
  --meta: #738287;
  --card: #ffffff;
  --line: #d1d8d4;
  --warn: #b45309;
  --success: #166534;
  --anchor-offset: 132px;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: "DM Sans", "Segoe UI", sans-serif; color: var(--ink); background: radial-gradient(circle at 8% 0%, #fdfbf6 0%, #f2f2ee 42%, #ebf3f1 100%); }
a { color: var(--brand); text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 5; display: flex; justify-content: space-between; align-items: center; padding: 12px 20px; background: rgba(255,255,255,.95); border-bottom: 1px solid var(--line); }
.site-header nav { display: flex; gap: 14px; }
.logo { font-weight: 700; color: var(--ink); }
main { max-width: 1040px; margin: 0 auto; padding: 22px 20px 28px; }
main section[id],
main article[id],
main [id^="lead-form"] {
  scroll-margin-top: var(--anchor-offset);
}
.hero { padding: 20px 0 14px; }
.eyebrow { text-transform: uppercase; font-size: 12px; letter-spacing: .08em; color: var(--muted); }
h1, h2, h3 { font-family: "DM Sans", "Segoe UI", sans-serif; letter-spacing: -.01em; color: #142428; }
h1 { font-size: clamp(34px, 5vw, 54px); margin: 8px 0 10px; line-height: 1.03; font-weight: 800; }
h2 { font-size: clamp(27px, 3.1vw, 36px); margin: 0 0 10px; line-height: 1.13; font-weight: 780; }
h3 { font-size: clamp(19px, 2.2vw, 24px); margin: 0 0 8px; line-height: 1.2; font-weight: 730; }
.lead { font-size: clamp(18px, 2.1vw, 21px); color: #243438; max-width: 780px; line-height: 1.45; margin: 0; }
.section-lead { margin: 0 0 14px; color: var(--muted); font-size: 15px; line-height: 1.45; }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 16px; }
.hero-media { margin-top: 16px; }
.hero-media img {
  width: 100%;
  display: block;
  border-radius: 14px;
  border: 1px solid var(--line);
}
.article-hero-media,
.calc-hero-media {
  margin: 12px 0 4px;
}
.article-hero-media img,
.calc-hero-media img {
  width: 100%;
  display: block;
  border-radius: 14px;
  border: 1px solid var(--line);
}
.btn { display: inline-block; padding: 12px 16px; background: var(--brand); color: #fff; border: 1px solid var(--brand); border-radius: 11px; font-weight: 700; cursor: pointer; transition: background .16s ease, border-color .16s ease, box-shadow .16s ease, transform .14s ease; }
.btn:hover { background: var(--brand-strong); border-color: var(--brand-strong); transform: translateY(-1px); box-shadow: 0 6px 16px rgba(8, 53, 47, .16); }
.btn:focus-visible { outline: 2px solid #0d6f62; outline-offset: 2px; }
.btn-soft { background: #f1f5f4; color: #194b46; border-color: #c7d9d5; }
.btn-soft:hover { background: #e4efec; border-color: #9fbcb7; box-shadow: none; }
.btn-primary { background: var(--brand); border-color: var(--brand); color: #fff; }
.btn-linkish { background: transparent; color: #0f5f56; border-color: transparent; padding-inline: 4px; text-decoration: underline; text-underline-offset: 3px; }
.btn-linkish:hover { background: transparent; border-color: transparent; box-shadow: none; color: #0a4b44; }
.btn.is-loading {
  position: relative;
  opacity: .92;
  cursor: wait;
  pointer-events: none;
  padding-right: 38px;
}
.btn.is-loading::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  border: 2px solid rgba(255, 255, 255, .45);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin .8s linear infinite;
}
.btn:disabled,
button:disabled,
input[type="submit"]:disabled {
  opacity: .75;
  cursor: wait;
}
.content-block, .card, .calc-card, .cta-inline, .lead-form-wrap { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 18px; margin: 20px 0; }
.topic-nav { position: sticky; top: 62px; z-index: 4; display: flex; flex-wrap: wrap; gap: 8px; padding: 10px; background: rgba(255,255,255,.96); border: 1px solid var(--line); border-radius: 12px; margin: 10px 0 16px; }
.topic-nav a { padding: 8px 12px; border-radius: 999px; background: #ecf5f3; color: #114b45; font-weight: 700; font-size: 14px; border: 1px solid #d1e3df; }
.topic-nav a:hover { background: #e1f0ec; border-color: #b2cfca; }
.cards-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.card-mini {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px;
  background: #fff;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.featured-topic { border-left: 4px solid var(--brand); background: #f9fcfb; }
.card-link-wrap {
  display: block;
  color: inherit;
  text-decoration: none;
  margin: -12px;
  padding: 12px;
  border-radius: 12px;
  height: 100%;
}
.card-link-wrap:focus-visible {
  outline: 2px solid #0f766e;
  outline-offset: 2px;
}
.card-mini:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(18, 47, 42, .1);
  border-color: #a7c8c2;
}
.card-mini:hover .card-link-wrap {
  background: #f5faf9;
}
.topic-thumb {
  width: 100%;
  display: block;
  border-radius: 10px;
  border: 1px solid #d7e4e1;
  margin-bottom: 10px;
}
.card-mini h3 { margin: 0 0 6px; font-size: 22px; line-height: 1.18; }
.card-mini p { margin: 0; font-size: 14px; color: var(--muted); }
.card-takeaway { font-size: 15px; line-height: 1.4; color: #304145; }
.card-meta { margin-top: 8px; font-size: 12px; color: var(--meta); }
.cta-inline { border-left: 5px solid var(--brand); }
.storyline-wrap {
  background: linear-gradient(145deg, #f8f6f1 0%, #ecf5f2 100%);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 20px;
  margin: 18px 0 22px;
}
.storyline-wrap.compact { padding: 14px; }
.storyline-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.story-card {
  background: #fff;
  border: 1px solid #dcd9cf;
  border-radius: 12px;
  padding: 14px;
}
.story-card h3 { margin: 4px 0 8px; font-size: 22px; }
.story-card p { margin: 0 0 6px; }
.story-tag {
  display: inline-block;
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #6d4f18;
  background: #ffefcf;
  border-radius: 999px;
  padding: 4px 8px;
}
.story-card-plan { border-color: #cad9d2; background: #f7fcfa; }
.story-card-plan .story-tag { color: #124a42; background: #d8efe8; }
.story-card-after { border-color: #cde3d2; background: #f6fff8; }
.story-card-after .story-tag { color: #155a31; background: #ddf8e2; }
.story-meta { color: #586168; font-size: 13px; }
.landing-home > section { margin-top: 20px; }
.landing-home .content-block { padding: 20px; }
.landing-home .hero-home {
  padding: 24px 0 8px;
}
.landing-home .home-hero-title {
  max-width: 860px;
  margin-bottom: 14px;
}
.landing-home .hero-actions {
  margin-top: 18px;
  gap: 10px;
}
.landing-home .hero-points {
  margin: 14px 0 4px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  max-width: 680px;
}
.landing-home .hero-points li {
  position: relative;
  padding-left: 18px;
  color: #314246;
  font-size: 15px;
  line-height: 1.35;
}
.landing-home .hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #0f766e;
}
.landing-home .hero-helper {
  margin: 12px 0 0;
  color: var(--meta);
  font-size: 13px;
}
.landing-home .section-issues {
  background: #fcfefd;
}
.landing-home .issue-card .card-link-wrap {
  padding-bottom: 10px;
}
.landing-home .section-calculators {
  background: #f8fcfb;
}
.landing-home .tool-card {
  border-color: #c8d9d6;
  background: #fff;
}
.landing-home .tool-kicker {
  margin: 0 0 8px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #0b5c53;
  font-weight: 700;
}
.landing-home .tool-cta {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #0d6459;
}
.landing-home .section-guides {
  background: #fbfcfa;
}
.landing-home .guides-featured-grid {
  margin-bottom: 16px;
}
.landing-home .guide-card-featured {
  border-left: 3px solid #1a7b6f;
}
.landing-home .guide-groups {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
}
.landing-home .guide-group {
  border: 1px solid #d5dfdc;
  border-radius: 12px;
  background: #fff;
  padding: 12px;
}
.landing-home .guide-group h3 {
  font-size: 18px;
  margin-bottom: 8px;
}
.landing-home .guide-link-list {
  display: grid;
  gap: 8px;
}
.landing-home .guide-link-item {
  display: block;
  border: 1px solid #d8e2df;
  border-radius: 10px;
  padding: 9px 10px;
  background: #fafdfc;
}
.landing-home .guide-link-item:hover {
  border-color: #a7c8c2;
  background: #f5faf9;
}
.landing-home .guide-link-title {
  display: block;
  color: #1c2e31;
  font-weight: 650;
  line-height: 1.3;
}
.landing-home .guide-link-meta {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: var(--meta);
}
.issue-hero-media {
  margin: 8px 0 14px;
}
.issue-hero-media img {
  width: 100%;
  display: block;
  border-radius: 14px;
  border: 1px solid var(--line);
}
.result .big, .big { font-size: 30px; font-weight: 700; margin: 8px 0; }
.icon-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 10px 0 14px;
}
.icon-item {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 8px;
  border: 1px solid #d6e2df;
  border-radius: 10px;
  background: #f8fcfb;
  font-size: 13px;
  color: #3f4c50;
}
.icon-item img {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  border: 1px solid #cdd8d6;
}
label { display: block; margin: 10px 0; font-weight: 600; }
.calc-form-section { border-top: 1px dashed #d8e1df; padding-top: 10px; margin-top: 10px; }
.calc-form-section:first-of-type { border-top: 0; margin-top: 0; padding-top: 0; }
.calc-form-section h3 { margin: 10px 0 4px; font-size: 18px; }
.calc-field--dependent {
  margin-left: 14px;
  padding-left: 12px;
  border-left: 2px solid #d7e4e1;
}
.calc-field.is-hidden { display: none; }
.field-help { margin: -2px 0 8px; font-size: 12px; color: #5e666e; }
.field-group { margin: 10px 0; }
.field-group .label { display: block; margin: 0 0 8px; font-weight: 600; }
.lead-section {
  border: 1px solid #d7e4e1;
  border-radius: 12px;
  background: #fbfefd;
  padding: 14px;
  margin: 14px 0;
}
.lead-section-title {
  margin: 0 0 6px;
  font-size: 22px;
}
.lead-section-lead {
  margin: 0 0 10px;
  color: #4f5961;
  font-size: 14px;
}
.lead-intent-group {
  border-top: 1px dashed #d8e1df;
  padding-top: 10px;
  margin-top: 10px;
}
.lead-intent-group h3 {
  margin: 6px 0 8px;
  font-size: 18px;
}
.lead-grid {
  display: grid;
  gap: 10px;
}
.lead-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.lead-grid .lead-grid-full {
  grid-column: 1 / -1;
}
.check-fieldset {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #cfe0dd;
  border-radius: 10px;
  background: #f9fcfb;
}
.contractor-project-types {
  grid-column: 1 / -1;
}
.check-fieldset legend {
  font-weight: 700;
  padding: 0 4px;
}
.check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.check-card {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 9px 10px;
  border: 1px solid #c9d9d6;
  border-radius: 10px;
  background: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: border-color .15s ease, box-shadow .15s ease, transform .1s ease;
}
.check-card:hover {
  border-color: #86b5af;
  transform: translateY(-1px);
}
.check-card input[type="checkbox"] {
  width: auto;
  margin: 0;
}
.check-card.is-checked {
  border-color: #0f766e;
  box-shadow: 0 0 0 2px #d5efeb inset;
  background: #f6fffd;
}
.lead-grid [data-area-postal-wrap] {
  align-self: end;
}
.lead-intent-group.is-hidden {
  display: none;
}
.is-hidden {
  display: none !important;
}
input, select, textarea { width: 100%; padding: 10px 12px; border: 1px solid #cad6d5; border-radius: 10px; margin-top: 4px; font: inherit; }
input:focus, select:focus, textarea:focus { outline: 2px solid #9ac8c2; outline-offset: 1px; border-color: #7fb0aa; }
.choice-switch { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.choice-option {
  border: 1px solid #bed3d1;
  background: #f6fbfb;
  color: #174644;
  border-radius: 10px;
  padding: 10px 12px;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: background .15s ease, color .15s ease, border-color .15s ease, transform .1s ease;
}
.choice-option:hover { border-color: #87b9b4; transform: translateY(-1px); }
.choice-option.is-active {
  background: linear-gradient(180deg, #0f766e 0%, #0d5f58 100%);
  color: #fff;
  border-color: #0f766e;
}
.checkbox { display: flex; gap: 10px; align-items: flex-start; font-weight: 500; }
.checkbox input { width: auto; margin-top: 2px; }
.hp { position: absolute; left: -10000px; }
.small { font-size: 12px; color: var(--muted); }
.form-trust-line {
  margin: 10px 0 4px;
  font-size: 13px;
  color: #2f4748;
  font-weight: 600;
}
.contact-success {
  border: 1px solid #b7dfc8;
  background: #f2fff6;
  color: #155a31;
  border-radius: 10px;
  padding: 10px 12px;
}
.disclaimer { font-size: 14px; color: #495a5a; }
.site-footer { max-width: 980px; margin: 20px auto 30px; padding: 0 20px; display: flex; gap: 14px; color: var(--muted); }
.admin .admin-shell { display: grid; grid-template-columns: 250px 1fr; min-height: 100vh; }
.admin-sidebar { background: #0f2425; color: #d8e7e6; padding: 18px 14px; border-right: 1px solid #1b3537; }
.admin-sidebar h2 { margin: 0 8px 12px; color: #eef7f5; font-size: 24px; font-weight: 760; }
.admin-sidebar a {
  position: relative;
  display: block;
  color: #d8e7e6;
  margin: 4px 0;
  padding: 8px 10px;
  border-radius: 9px;
  border: 1px solid transparent;
  transition: background .15s ease, border-color .15s ease, color .15s ease, transform .12s ease;
}
.admin-sidebar a:hover {
  background: #173335;
  border-color: #27484b;
  color: #f1fcf9;
  transform: translateX(1px);
}
.admin-sidebar a.is-active {
  background: #164143;
  border-color: #2d6864;
  color: #f4fffd;
  font-weight: 700;
}
.admin-menu-group {
  margin: 10px 0 12px;
  padding: 6px 8px;
  border-top: 1px solid #254043;
}
.admin-menu-group-title {
  margin: 0 2px 6px;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #9eb8b7;
  font-weight: 700;
}
.admin-main { padding: 18px 20px; }
.admin-top-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
  padding: 8px;
  border: 1px solid #d6e0de;
  background: #f7faf9;
  border-radius: 12px;
}
.admin-top-tabs a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid #c8d8d5;
  background: #edf5f3;
  color: #1d4f49;
  font-weight: 700;
  font-size: 14px;
  transition: background .15s ease, border-color .15s ease, transform .12s ease, color .15s ease;
}
.admin-top-tabs a:hover {
  background: #e2efec;
  border-color: #a8c4c0;
  transform: translateY(-1px);
}
.admin-top-tabs a.is-active {
  background: #0f6f62;
  color: #fff;
  border-color: #0f6f62;
}
.admin-nav-loading {
  cursor: wait;
}
.admin-nav-loading::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(244, 248, 247, .42);
  z-index: 60;
}
.admin-nav-loading::after {
  content: "";
  position: fixed;
  left: 50%;
  top: 26px;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  border: 2px solid rgba(16, 91, 81, .25);
  border-top-color: #0f6f62;
  border-radius: 50%;
  animation: spin .8s linear infinite;
  z-index: 61;
}
.admin-sidebar a.is-loading-link,
.admin-top-tabs a.is-loading-link {
  opacity: .75;
  pointer-events: none;
}
.filters-horizontal {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr auto;
  gap: 10px;
  align-items: end;
  margin: 0 0 14px;
}
.filters-horizontal .filters-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}
.actions {
  white-space: nowrap;
}
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(8, 18, 24, 0.46);
  display: grid;
  place-items: center;
  z-index: 40;
  padding: 16px;
}
.modal-card {
  width: min(980px, 100%);
  max-height: 85vh;
  overflow: auto;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #d0dcda;
  padding: 12px;
}
.modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.context-block {
  margin-top: 8px;
  border-top: 1px dashed #d5dfde;
  padding-top: 8px;
}
.context-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 10px;
  align-items: start;
  margin: 8px 0;
}
.context-key {
  font-weight: 700;
  color: #2e4040;
}
.context-wrap {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.context-list {
  margin: 0;
  padding-left: 18px;
}
.context-table {
  width: 100%;
  border-collapse: collapse;
}
.context-table th,
.context-table td {
  border-bottom: 1px solid #e0e8e7;
  padding: 6px 8px;
  text-align: left;
  vertical-align: top;
}
.context-table th {
  width: 260px;
  color: #304041;
}
.context-pre {
  margin: 0;
  padding: 8px;
  border: 1px solid #d8e2e1;
  border-radius: 8px;
  background: #f8fbfb;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: 100%;
}
.log-pre {
  max-height: 70vh;
  overflow: auto;
  margin: 0;
  padding: 10px;
  border: 1px solid #d8e2e1;
  border-radius: 8px;
  background: #f8fbfb;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  font-size: 12px;
}
.admin-delivery-log-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.admin-delivery-log-filters select,
.admin-delivery-log-filters input[type="number"] {
  min-width: 120px;
  padding: 6px 8px;
}
.delivery-log-table td {
  vertical-align: top;
}
.log-status {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  background: #edf2f2;
  color: #374748;
}
.log-status--ok {
  background: #e7f6ed;
  color: #216d3b;
}
.log-status--fail {
  background: #fdecec;
  color: #9f2a2a;
}
.log-status--skip {
  background: #eef3f8;
  color: #33567d;
}
.log-status--start {
  background: #eef7ff;
  color: #245387;
}
.log-status--complete {
  background: #ecf9f1;
  color: #1e6b43;
}
.admin-checkset {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #d5e1df;
  border-radius: 10px;
  background: #fafdfc;
}
.admin-checkset legend {
  font-weight: 700;
  padding: 0 6px;
}
.admin-check-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.admin-check-card {
  display: flex;
  gap: 8px;
  align-items: center;
  border: 1px solid #d2dfdd;
  border-radius: 8px;
  padding: 8px 10px;
  background: #fff;
}
.admin-check-card input[type="checkbox"] {
  width: auto;
  margin: 0;
}
.grid.two { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
table { width: 100%; border-collapse: collapse; font-size: 14px; }
th, td { border-bottom: 1px solid var(--line); padding: 8px; text-align: left; vertical-align: top; }
.sub-expense-row td { background: #f8fbfa; color: #445154; font-size: 13px; }
.sub-expense-label { padding-left: 28px; }
.error { color: #b91c1c; }
.decision-intelligence {
  background: #f9fcfb;
}
.decision-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.decision-card {
  border: 1px solid #d2dfdb;
  background: #fff;
  border-radius: 12px;
  padding: 12px;
}
.decision-card h3 {
  margin-bottom: 6px;
  font-size: 19px;
}
.decision-intro {
  margin: 0 0 8px;
  color: #324246;
}
.decision-points {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
}
.decision-points li {
  color: #2e3d42;
  line-height: 1.4;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 800px) {
  :root { --anchor-offset: 164px; }
  .admin .admin-shell { grid-template-columns: 1fr; }
  .admin-sidebar { border-right: 0; border-bottom: 1px solid #1b3537; }
  .admin-main { padding: 14px; }
  .grid.two { grid-template-columns: 1fr; }
  .decision-grid { grid-template-columns: 1fr; }
  .site-header { flex-direction: column; align-items: flex-start; gap: 8px; }
  .topic-nav { top: 88px; }
  .cards-grid { grid-template-columns: 1fr; }
  .landing-home .guide-groups { grid-template-columns: 1fr; }
  .storyline-grid { grid-template-columns: 1fr; }
  .icon-strip { grid-template-columns: 1fr 1fr; }
  .choice-switch { grid-template-columns: 1fr; }
  .lead-grid.two { grid-template-columns: 1fr; }
  .check-grid { grid-template-columns: 1fr; }
  .admin-check-grid { grid-template-columns: 1fr; }
  .filters-horizontal { grid-template-columns: 1fr; }
  .context-row { grid-template-columns: 1fr; }
  .context-table th { width: auto; }
  .calc-field--dependent { margin-left: 8px; padding-left: 10px; }
}
