.apoa-vt {
  --vt-ink: #101828;
  --vt-muted: #536174;
  --vt-green: #0b4f8a;
  --vt-green-dark: #083f70;
  --vt-mint: #eef4ff;
  --vt-gold: #e5483f;
  --vt-paper: #f8fbff;
  --vt-line: #dfe5ed;
  max-width: 1160px;
  margin: 36px auto 64px;
  color: var(--vt-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.apoa-vt *, .apoa-vt *::before, .apoa-vt *::after { box-sizing: border-box; }

.apoa-vt__hero {
  overflow: hidden;
  padding: 54px 58px;
  border-radius: 12px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, .13), transparent 27%),
    linear-gradient(135deg, #05265f, #063b91 72%, #0d63dc);
  box-shadow: 0 18px 44px rgba(5, 38, 95, .16);
}

.apoa-vt__eyebrow { margin-bottom: 24px; color: #dbe9ff; font-size: 12px; font-weight: 750; letter-spacing: .14em; }
.apoa-vt__eyebrow span { padding: 0 7px; color: #ffb3ad; }
.apoa-vt__hero-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(260px, .7fr); gap: 54px; align-items: end; }
.apoa-vt__hero h1 { margin: 0 0 8px; color: #fff; font-size: clamp(32px, 4.2vw, 54px); line-height: 1.14; letter-spacing: -.035em; }
.apoa-vt__subtitle { margin: 0 0 25px; color: #dce9ff; font-family: Georgia, serif; font-size: 21px; }
.apoa-vt__lead { max-width: 680px; margin: 0; color: #f0f7f4; font-size: 17px; line-height: 1.75; }

.apoa-vt__meta-card { padding: 20px 22px; border: 1px solid rgba(255,255,255,.24); border-radius: 9px; background: rgba(3, 28, 75, .24); backdrop-filter: blur(8px); }
.apoa-vt__meta-card div { display: flex; justify-content: space-between; gap: 18px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.apoa-vt__meta-card div:last-child { border-bottom: 0; }
.apoa-vt__meta-card span { color: #dbe9ff; font-size: 12px; }
.apoa-vt__meta-card strong { color: #fff; font-size: 13px; text-align: right; }

.apoa-vt__notice { display: flex; gap: 14px; align-items: flex-start; margin: 22px 0; padding: 17px 20px; border: 1px solid #ead9bc; border-radius: 14px; color: #5d4a2f; background: #fff9ed; font-size: 14px; line-height: 1.65; }
.apoa-vt__notice-icon { display: grid; flex: 0 0 23px; height: 23px; place-items: center; border-radius: 50%; color: #fff; background: var(--vt-gold); font-family: Georgia, serif; font-weight: 700; }

.apoa-vt__locked { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr); gap: 30px; align-items: center; padding: 32px; border: 1px solid #cfe0ef; border-radius: 9px; background: linear-gradient(120deg, #f8fbff 0%, #fff 65%, #fff9f4 100%); box-shadow: 0 10px 30px rgba(5, 38, 95, .06); }
.apoa-vt__locked-kicker { color: #0751bd; font-size: 11px; font-weight: 800; letter-spacing: .09em; }
.apoa-vt__locked h2 { margin: 9px 0 12px; color: var(--vt-ink); font-size: clamp(23px, 3vw, 32px); line-height: 1.3; }
.apoa-vt__locked p { margin: 0 0 20px; color: var(--vt-muted); font-size: 15px; line-height: 1.7; }
.apoa-vt__locked .apoa-vt__button { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; }
.apoa-vt__preview-list { overflow: hidden; border: 1px solid var(--vt-line); border-radius: 9px; background: #fff; }
.apoa-vt__preview-list > span { display: flex; gap: 11px; align-items: center; padding: 15px 18px; border-bottom: 1px solid #edf1f6; color: #34445d; font-size: 14px; }
.apoa-vt__preview-list i { display: block; flex: 0 0 20px; width: 20px; height: 20px; border: 1.5px solid #9eacc0; border-radius: 5px; }
.apoa-vt__preview-list strong { display: block; padding: 16px 18px; color: #8b3b36; background: #fff6f4; font-size: 13px; }

.apoa-vt__toolbar { display: flex; gap: 28px; justify-content: space-between; align-items: center; margin-bottom: 24px; padding: 18px 22px; border: 1px solid var(--vt-line); border-radius: 9px; background: #fff; box-shadow: 0 8px 26px rgba(5, 38, 95, .06); }
.apoa-vt__progress-wrap { flex: 1; max-width: 500px; }
.apoa-vt__progress-label { display: flex; justify-content: space-between; margin-bottom: 8px; color: var(--vt-muted); font-size: 13px; }
.apoa-vt__progress-label strong { color: var(--vt-green); }
.apoa-vt__progress { overflow: hidden; height: 7px; border-radius: 99px; background: #e9efec; }
.apoa-vt__progress span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #0751bd, #32a0e8); transition: width .25s ease; }
.apoa-vt__actions { display: flex; gap: 10px; }
.apoa-vt__button { min-height: 42px; padding: 0 19px; border: 1px solid var(--vt-green); border-radius: 999px; color: #fff; background: var(--vt-green); font: inherit; font-size: 13px; font-weight: 700; cursor: pointer; }
.apoa-vt__button:hover { background: var(--vt-green-dark); }
.apoa-vt__button--quiet { color: var(--vt-green); background: #fff; }

.apoa-vt__layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 24px; align-items: start; }
.apoa-vt__checklist { display: grid; gap: 18px; }
.apoa-vt__section, .apoa-vt__notes, .apoa-vt__side-card { border: 1px solid var(--vt-line); border-radius: 9px; background: #fff; box-shadow: 0 10px 30px rgba(5, 38, 95, .05); }
.apoa-vt__section { overflow: hidden; }
.apoa-vt__section-heading { display: flex; gap: 15px; align-items: center; padding: 22px 24px; border-bottom: 1px solid var(--vt-line); background: linear-gradient(90deg, #f3f7fd, #fff); }
.apoa-vt__section-number { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 12px; color: #fff; background: var(--vt-green); font-size: 12px; font-weight: 800; }
.apoa-vt__section-heading h2 { margin: 0 0 3px; color: var(--vt-ink); font-size: 19px; }
.apoa-vt__section-heading p { margin: 0; color: var(--vt-muted); font-family: Georgia, serif; font-size: 13px; }
.apoa-vt__items { padding: 10px 24px; }
.apoa-vt__item { display: flex; gap: 13px; align-items: flex-start; padding: 14px 2px; border-bottom: 1px solid #edf2ef; color: #29453f; font-size: 15px; line-height: 1.55; cursor: pointer; }
.apoa-vt__item:last-child { border-bottom: 0; }
.apoa-vt__item input { position: absolute; opacity: 0; pointer-events: none; }
.apoa-vt__checkbox { position: relative; flex: 0 0 21px; width: 21px; height: 21px; margin-top: 1px; border: 1.5px solid #9db2aa; border-radius: 6px; background: #fff; }
.apoa-vt__item input:checked + .apoa-vt__checkbox { border-color: var(--vt-green); background: var(--vt-green); }
.apoa-vt__item input:checked + .apoa-vt__checkbox::after { position: absolute; top: 3px; left: 6px; width: 6px; height: 10px; border: solid #fff; border-width: 0 2px 2px 0; content: ""; transform: rotate(45deg); }
.apoa-vt__item input:focus-visible + .apoa-vt__checkbox { outline: 3px solid rgba(27, 104, 87, .2); outline-offset: 2px; }
.apoa-vt__item:has(input:checked) > span:last-child { color: #7c8d88; text-decoration: line-through; }

.apoa-vt__notes { padding: 24px; }
.apoa-vt__notes label { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 12px; }
.apoa-vt__notes label span { color: var(--vt-muted); font-family: Georgia, serif; font-size: 13px; }
.apoa-vt__notes textarea { width: 100%; min-height: 130px; padding: 14px; border: 1px solid #bfcfc9; border-radius: 10px; color: var(--vt-ink); background: var(--vt-paper); font: inherit; line-height: 1.65; resize: vertical; }
.apoa-vt__notes p { margin: 9px 0 0; color: var(--vt-muted); font-size: 11px; line-height: 1.55; }

.apoa-vt__sidebar { position: sticky; top: 24px; display: grid; gap: 18px; }
.apoa-vt__side-card { padding: 24px; }
.apoa-vt__side-kicker { color: var(--vt-green); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.apoa-vt__side-card h2 { margin: 9px 0 16px; color: var(--vt-ink); font-size: 22px; line-height: 1.3; }
.apoa-vt__side-card ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.apoa-vt__side-card li { position: relative; padding-left: 20px; color: #34445d; font-size: 14px; line-height: 1.5; }
.apoa-vt__side-card li::before { position: absolute; top: 7px; left: 2px; width: 7px; height: 7px; border-radius: 50%; background: #e5483f; content: ""; }
.apoa-vt__side-card--source { background: var(--vt-mint); }
.apoa-vt__side-card dl { margin: 13px 0 0; }
.apoa-vt__side-card dl div { padding: 10px 0; border-bottom: 1px solid rgba(27,104,87,.12); }
.apoa-vt__side-card dl div:last-child { border-bottom: 0; }
.apoa-vt__side-card dt { margin-bottom: 3px; color: var(--vt-muted); font-size: 11px; }
.apoa-vt__side-card dd { margin: 0; color: var(--vt-ink); font-size: 13px; font-weight: 650; }
.apoa-vt__side-card a { color: var(--vt-green-dark); text-decoration: underline; text-underline-offset: 3px; }

.apoa-vt__disclaimer { margin-top: 26px; padding: 22px 25px; border-left: 4px solid var(--vt-green); border-radius: 4px 9px 9px 4px; color: #34445d; background: #f3f7fd; }
.apoa-vt__disclaimer strong { color: var(--vt-ink); }
.apoa-vt__disclaimer p { margin: 6px 0 0; font-size: 12px; line-height: 1.75; }

@media (max-width: 820px) {
  .apoa-vt { margin-top: 18px; }
  .apoa-vt__hero { padding: 35px 26px; border-radius: 18px; }
  .apoa-vt__hero-grid, .apoa-vt__layout { grid-template-columns: 1fr; gap: 18px; }
  .apoa-vt__locked { grid-template-columns: 1fr; }
  .apoa-vt__meta-card { margin-top: 4px; }
  .apoa-vt__toolbar { align-items: stretch; flex-direction: column; }
  .apoa-vt__progress-wrap { max-width: none; }
  .apoa-vt__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .apoa-vt__sidebar { position: static; }
}

@media (max-width: 520px) {
  .apoa-vt__hero { padding: 29px 20px; }
  .apoa-vt__locked { padding: 24px 20px; }
  .apoa-vt__hero h1 { font-size: 31px; }
  .apoa-vt__subtitle { font-size: 17px; }
  .apoa-vt__lead { font-size: 15px; }
  .apoa-vt__toolbar, .apoa-vt__section-heading, .apoa-vt__notes, .apoa-vt__side-card { padding-right: 18px; padding-left: 18px; }
  .apoa-vt__items { padding-right: 17px; padding-left: 17px; }
  .apoa-vt__actions { grid-template-columns: 1fr; }
  .apoa-vt__notes label { align-items: flex-start; flex-direction: column; gap: 3px; }
}

@media print {
  .apoa-vt { max-width: none; margin: 0; }
  .apoa-vt__hero { padding: 28px; border-radius: 0; box-shadow: none; print-color-adjust: exact; }
  .apoa-vt__notice { print-color-adjust: exact; }
  .apoa-vt__toolbar, .apoa-vt__sidebar { display: none; }
  .apoa-vt__layout { display: block; }
  .apoa-vt__section { break-inside: avoid; margin-bottom: 12px; box-shadow: none; }
  .apoa-vt__notes { box-shadow: none; }
}

/* Property ledger */
body.apoa-ledger-open { overflow: hidden; }
.apoa-ledger .apoa-vt__hero h1 { font-size: clamp(31px, 3.4vw, 42px); letter-spacing: -.04em; }
.apoa-ledger__preview { display: grid; gap: 11px; padding: 24px; border: 1px solid var(--vt-line); border-radius: 9px; background: #fff; color: #34445d; }
.apoa-ledger__preview strong { color: #063b91; font-size: 18px; }
.apoa-ledger__toolbar { display: grid; grid-template-columns: minmax(280px, 1fr) 180px auto; gap: 9px 14px; align-items: end; margin: 22px 0; padding: 18px; border: 1px solid var(--vt-line); border-radius: 9px; background: #fff; }
.apoa-ledger__toolbar > div { display: grid; gap: 5px; }
.apoa-ledger__property-filter { min-width: 0; }
.apoa-ledger__year-filter { min-width: 0; }
.apoa-ledger__toolbar span { color: var(--vt-muted); font-size: 11px; font-weight: 700; }
.apoa-ledger__toolbar > .apoa-vt__button { min-width: 132px; white-space: nowrap; }
.apoa-ledger__toolbar-hint { grid-column: 1 / 3; color: #758398; font-size: 10px; line-height: 1.4; }
.apoa-ledger__export-panel { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 20px; margin: 0 0 22px; padding: 20px; border: 1px solid var(--vt-line); border-radius: 9px; background: #f7faff; }
.apoa-ledger__export-heading { display: flex; gap: 10px; flex-direction: column; justify-content: center; }
.apoa-ledger__export-heading > span { color: #0751bd; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.apoa-ledger__export-heading h2 { margin: 0; color: #10243d; font-size: 20px; }
.apoa-ledger__export-heading p { margin: 3px 0 0; color: #6a788a; font-size: 10px; }
.apoa-ledger__export-options { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.apoa-ledger__export-options article { display: flex; min-width: 0; padding: 15px; border: 1px solid #d6e0ec; border-radius: 8px; flex-direction: column; background: #fff; }
.apoa-ledger__export-options strong { color: #10243d; font-size: 13px; }
.apoa-ledger__export-options p { min-height: 34px; margin: 4px 0 12px; color: #6b788a; font-size: 9px; line-height: 1.5; }
.apoa-ledger__export-options .apoa-vt__button { width: 100%; min-height: 38px; margin-top: auto; padding-right: 12px; padding-left: 12px; white-space: nowrap; }
.apoa-ledger__export-options .apoa-vt__button:disabled { border-color: #b9c4d0; color: #7b8794; background: #edf1f5; cursor: not-allowed; }
.apoa-ledger select, .apoa-ledger input, .apoa-ledger textarea { width: 100%; min-height: 42px; padding: 8px 11px; border: 1px solid #b9c7d8; border-radius: 7px; color: #12233a; background: #fff; font: inherit; font-size: 14px; }
.apoa-ledger textarea { resize: vertical; }
.apoa-ledger__summary { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; margin-bottom: 22px; }
.apoa-ledger__summary article { padding: 20px; border: 1px solid var(--vt-line); border-radius: 9px; background: #fff; box-shadow: 0 8px 24px rgba(5,38,95,.05); }
.apoa-ledger__summary span, .apoa-ledger__summary small { display: block; color: var(--vt-muted); font-size: 11px; }
.apoa-ledger__summary strong { display: block; margin: 7px 0 4px; color: #063b91; font-size: 23px; }
.apoa-ledger__layout { display: grid; grid-template-columns: minmax(0,1fr); gap: 18px; align-items: start; }
.apoa-ledger__records, .apoa-ledger__categories { overflow: hidden; border: 1px solid var(--vt-line); border-radius: 9px; background: #fff; box-shadow: 0 10px 30px rgba(5,38,95,.05); }
.apoa-ledger__heading { display: flex; justify-content: space-between; align-items: center; padding: 22px; border-bottom: 1px solid var(--vt-line); }
.apoa-ledger__heading span, .apoa-ledger__categories > span, .apoa-ledger__dialog-head span { color: #0751bd; font-size: 10px; font-weight: 800; letter-spacing: .09em; }
.apoa-ledger__heading h2, .apoa-ledger__categories h2 { margin: 4px 0 0; color: var(--vt-ink); font-size: 21px; }
.apoa-ledger__heading > strong { color: var(--vt-muted); font-size: 12px; }
.apoa-ledger__empty { padding: 48px 22px; text-align: center; }
.apoa-ledger__empty strong { color: var(--vt-ink); font-size: 20px; }
.apoa-ledger__empty p { margin: 8px auto 18px; color: var(--vt-muted); font-size: 13px; }
.apoa-ledger__table-wrap { overflow-x: auto; }
.apoa-ledger table { width: 100%; border-collapse: collapse; white-space: nowrap; }
.apoa-ledger th, .apoa-ledger td { padding: 13px 12px; border-bottom: 1px solid #edf1f6; text-align: left; font-size: 12px; }
.apoa-ledger th { color: var(--vt-muted); background: #f7f9fc; font-size: 10px; }
.apoa-ledger td button { padding: 3px 5px; border: 0; color: #0751bd; background: transparent; font-size: 11px; cursor: pointer; }
.apoa-ledger__amount { font-weight: 750; }
.apoa-ledger__amount--income { color: #0751bd; }
.apoa-ledger__amount--expense { color: #b33b34; }
.apoa-ledger__receipt { padding: 3px 7px; border-radius: 99px; background: #eef2f6; }
.apoa-ledger__receipt--available { color: #0751bd; background: #eaf2ff; }
.apoa-ledger__receipt--missing { color: #9a3b32; background: #fff0ee; }
.apoa-ledger__categories { padding: 23px; }
.apoa-ledger__categories h2 { margin-bottom: 17px; }
.apoa-ledger__categories [data-ledger-categories] { display: grid; grid-template-columns: repeat(auto-fit,minmax(210px,1fr)); gap: 0 24px; }
.apoa-ledger__categories [data-ledger-categories] div { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid #edf1f6; }
.apoa-ledger__categories [data-ledger-categories] span { color: var(--vt-muted); font-size: 12px; }
.apoa-ledger__categories [data-ledger-categories] strong { color: var(--vt-ink); font-size: 12px; }
.apoa-ledger__categories p { color: var(--vt-muted); font-size: 12px; }
.apoa-ledger__modal { position: fixed; z-index: 99999; inset: 0; display: grid; overflow-y: auto; padding: 30px 18px; place-items: start center; background: rgba(5,21,48,.64); }
.apoa-ledger__modal[hidden] { display: none; }
.apoa-ledger__dialog { width: min(720px,100%); border-radius: 11px; background: #fff; box-shadow: 0 25px 70px rgba(0,0,0,.25); }
.apoa-ledger__dialog-head { display: flex; justify-content: space-between; padding: 23px 25px; border-bottom: 1px solid var(--vt-line); }
.apoa-ledger__dialog-head h2 { margin: 4px 0 0; font-size: 23px; }
.apoa-ledger__dialog-head button { border: 0; color: #536174; background: transparent; font-size: 28px; cursor: pointer; }
.apoa-ledger__dialog .apoa-vt__fields { padding: 24px; }
.apoa-ledger__wide { grid-column: 1 / -1; }
.apoa-ledger__form-actions { display: flex; gap: 10px; justify-content: flex-end; padding: 0 24px 24px; }

@media (max-width: 900px) {
  .apoa-ledger__export-panel { grid-template-columns: 1fr; }
  .apoa-ledger__summary { grid-template-columns: 1fr 1fr; }
  .apoa-ledger__layout { grid-template-columns: 1fr; }
}
@media (max-width: 650px) {
  .apoa-ledger__toolbar { grid-template-columns: 1fr; align-items: stretch; }
  .apoa-ledger__toolbar-hint { grid-column: 1; }
  .apoa-ledger__toolbar > .apoa-vt__button { width: 100%; }
  .apoa-ledger__export-options { grid-template-columns: 1fr; }
  .apoa-ledger__summary { grid-template-columns: 1fr 1fr; }
  .apoa-ledger__summary article { padding: 15px; }
  .apoa-ledger__summary strong { font-size: 18px; }
}

/* Investment return calculator */
.apoa-vt__privacy { margin: 22px 0; padding: 15px 19px; border: 1px solid #c9dcef; border-radius: 9px; color: #24415f; background: #f2f7fd; font-size: 13px; line-height: 1.65; }
.apoa-vt__result-preview { display: grid; grid-template-columns: 1fr auto; gap: 0; overflow: hidden; border: 1px solid var(--vt-line); border-radius: 9px; background: #fff; }
.apoa-vt__result-preview span, .apoa-vt__result-preview strong { padding: 17px 18px; border-bottom: 1px solid #edf1f6; }
.apoa-vt__result-preview span { color: var(--vt-muted); font-size: 13px; }
.apoa-vt__result-preview strong { color: #063b91; text-align: right; }
.apoa-vt__calculator { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 24px; align-items: start; }
.apoa-vt__calc-main { display: grid; gap: 18px; }
.apoa-vt__calc-section { overflow: hidden; border: 1px solid var(--vt-line); border-radius: 9px; background: #fff; box-shadow: 0 10px 30px rgba(5, 38, 95, .05); }
.apoa-vt__fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 19px 20px; padding: 24px; }
.apoa-vt__fields--three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.apoa-vt__fields label { display: block; min-width: 0; }
.apoa-vt__fields [hidden] { display: none !important; }
.apoa-vt__fields label > span { display: block; margin-bottom: 2px; color: #182c46; font-size: 13px; font-weight: 700; }
.apoa-vt__fields label > span b { color: #d13f37; }
.apoa-vt__fields label > small { display: block; min-height: 18px; margin-bottom: 7px; color: #758398; font-size: 10px; }
.apoa-vt__money { display: flex; overflow: hidden; min-height: 43px; border: 1px solid #b9c7d8; border-radius: 7px; background: #fff; }
.apoa-vt__money:focus-within { border-color: #0b5fcc; box-shadow: 0 0 0 3px rgba(11,95,204,.12); }
.apoa-vt__money i { display: grid; min-width: 37px; place-items: center; color: #52657b; background: #f3f6fa; font-style: normal; font-size: 12px; }
.apoa-vt__money input, .apoa-vt__fields select { width: 100%; min-width: 0; min-height: 41px; padding: 8px 11px; border: 0; outline: 0; color: #12233a; background: #fff; font: inherit; font-size: 14px; }
.apoa-vt__fields > label > input { width: 100%; min-height: 43px; padding: 8px 11px; border: 1px solid #b9c7d8; border-radius: 7px; color: #12233a; background: #fff; font: inherit; font-size: 14px; }
.apoa-vt__fields > label > input:focus { border-color: #0b5fcc; outline: 0; box-shadow: 0 0 0 3px rgba(11,95,204,.12); }
.apoa-vt__fields select { border: 1px solid #b9c7d8; border-radius: 7px; }
.apoa-vt__money--suffix i { order: 2; }
.apoa-vt__custom-expenses { margin: 0 24px 24px; padding: 18px; border: 1px dashed #b9cbe0; border-radius: 9px; background: #f8fbff; }
.apoa-vt__custom-head { display: flex; justify-content: space-between; gap: 16px; align-items: center; margin-bottom: 13px; }
.apoa-vt__custom-head strong, .apoa-vt__custom-head span { display: block; }
.apoa-vt__custom-head strong { color: #182c46; font-size: 14px; }
.apoa-vt__custom-head span { margin-top: 2px; color: #758398; font-size: 10px; }
.apoa-vt__custom-head button { padding: 7px 11px; border: 1px solid #0b4f8a; border-radius: 99px; color: #0b4f8a; background: #fff; font-size: 11px; font-weight: 700; cursor: pointer; }
.apoa-vt__custom-row { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(130px,.65fr) 30px; gap: 10px; align-items: end; margin-top: 10px; }
.apoa-vt__custom-row label > span { display: block; margin-bottom: 6px; color: #34445d; font-size: 11px; font-weight: 700; }
.apoa-vt__custom-row label > input { width: 100%; min-height: 43px; padding: 8px 11px; border: 1px solid #b9c7d8; border-radius: 7px; font: inherit; }
.apoa-vt__custom-row > button { width: 30px; height: 42px; border: 0; color: #a83e37; background: transparent; font-size: 22px; cursor: pointer; }
.apoa-vt__custom-results { display: block !important; padding: 0 !important; border-bottom: 0 !important; }
.apoa-vt__custom-results[hidden] { display: none !important; }
.apoa-vt__custom-results div { display: flex; justify-content: space-between; gap: 15px; padding: 9px 0; border-bottom: 1px solid #edf1f6; }
.apoa-vt__custom-results span, .apoa-vt__custom-results strong { font-size: 12px; }
.apoa-vt__custom-results span { color: var(--vt-muted); }
.apoa-vt__custom-results strong { color: var(--vt-ink); }
.apoa-vt__calc-results { position: sticky; top: 24px; overflow: hidden; border: 1px solid #c9d8ea; border-radius: 9px; background: #fff; box-shadow: 0 14px 36px rgba(5,38,95,.1); }
.apoa-vt__results-head { padding: 25px; color: #fff; background: linear-gradient(135deg, #05265f, #0751bd); }
.apoa-vt__results-head span { color: #bcd5fb; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.apoa-vt__results-head h2 { margin: 6px 0 3px; color: #fff; font-size: 24px; }
.apoa-vt__results-head p { margin: 0; color: #dbe9ff; font-size: 12px; }
.apoa-vt__result-grid { display: grid; grid-template-columns: 1fr 1fr; padding: 10px; background: #f5f8fc; }
.apoa-vt__result-grid div { padding: 16px 12px; border-bottom: 1px solid #dfe7f1; }
.apoa-vt__result-grid div:nth-last-child(-n+2) { border-bottom: 0; }
.apoa-vt__result-grid span { display: block; margin-bottom: 5px; color: var(--vt-muted); font-size: 10px; }
.apoa-vt__result-grid span small { display: block; min-height: 28px; margin-top: 4px; color: #7a8798; font-size: 9px; font-weight: 400; line-height: 1.45; }
.apoa-vt__result-grid strong { color: #063b91; font-size: 19px; }
.apoa-vt__formula-note { margin: 14px 20px 0; padding: 12px 13px; border-radius: 7px; color: #45566c; background: #eef4ff; }
.apoa-vt__formula-note[hidden] { display: none; }
.apoa-vt__formula-note strong { color: #10243d; font-size: 11px; }
.apoa-vt__formula-note p { margin: 3px 0 0; font-size: 9px; line-height: 1.55; }
.apoa-vt__breakdown { margin: 0; padding: 10px 23px; }
.apoa-vt__breakdown div { display: flex; justify-content: space-between; gap: 15px; padding: 9px 0; border-bottom: 1px solid #edf1f6; }
.apoa-vt__breakdown dt { color: var(--vt-muted); font-size: 12px; }
.apoa-vt__breakdown dt small { display: block; max-width: 210px; margin-top: 3px; color: #8490a0; font-size: 9px; font-weight: 400; line-height: 1.45; }
.apoa-vt__breakdown dd { margin: 0; color: var(--vt-ink); font-size: 12px; font-weight: 700; }
.apoa-vt__free-note { margin: 8px 20px 15px; padding: 13px; border-radius: 7px; color: #624b2d; background: #fff8e9; font-size: 11px; }
.apoa-vt__free-note p { margin: 4px 0 0; line-height: 1.55; }
.apoa-vt__form-error { margin: 10px 22px; color: #ad2e28; font-size: 12px; }
.apoa-vt__calculate { width: calc(100% - 40px); margin: 0 20px 22px; }
.apoa-vt__calculate:disabled { opacity: .55; cursor: wait; }
.apoa-vt__after-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 0 20px 22px; }

@media (max-width: 960px) {
  .apoa-vt__calculator { grid-template-columns: 1fr; }
  .apoa-vt__calc-results { position: static; }
}
@media (max-width: 680px) {
  .apoa-vt__fields, .apoa-vt__fields--three { grid-template-columns: 1fr; padding: 19px; }
  .apoa-vt__custom-expenses { margin: 0 19px 19px; }
  .apoa-vt__custom-head { align-items: flex-start; flex-direction: column; }
  .apoa-vt__custom-row { grid-template-columns: 1fr 30px; }
  .apoa-vt__custom-row label:first-child { grid-column: 1 / -1; }
}
@media print {
  .apoa-vt--calculator .apoa-vt__calc-main, .apoa-vt--calculator .apoa-vt__privacy, .apoa-vt--calculator .apoa-vt__free-note, .apoa-vt--calculator .apoa-vt__calculate, .apoa-vt--calculator .apoa-vt__after-actions { display: none; }
  .apoa-vt__calculator { display: block; }
  .apoa-vt__calc-results { box-shadow: none; }
}

/* Property profiles */
body.apoa-properties-open { overflow: hidden; }
.apoa-properties .apoa-vt__hero h1 { font-size: clamp(32px, 3.9vw, 49px); }
.apoa-properties__hero-main { display: flex; justify-content: space-between; gap: 34px; align-items: flex-end; }
.apoa-properties__hero-copy { max-width: 720px; }
.apoa-properties__hero-actions { display: flex; flex: 0 0 auto; gap: 15px; align-items: center; padding: 13px 14px; border: 1px solid rgba(255,255,255,.22); border-radius: 9px; background: rgba(3,28,75,.22); }
.apoa-properties__hero-actions label { color: #e2ecfb; font-size: 11px; white-space: nowrap; }
.apoa-properties__hero-actions input { margin-right: 5px; }
.apoa-properties__hero-actions .apoa-vt__button { min-height: 42px; padding: 10px 18px; color: #0a4b8c; background: #fff; box-shadow: none; }
.apoa-properties__overview { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0; overflow: hidden; margin-top: 23px; border: 1px solid rgba(255,255,255,.2); border-radius: 9px; background: rgba(3,28,75,.18); }
.apoa-properties__overview > div { padding: 14px 18px; border-right: 1px solid rgba(255,255,255,.16); }
.apoa-properties__overview > div:last-child { border-right: 0; }
.apoa-properties__overview span, .apoa-properties__overview strong { display: block; }
.apoa-properties__overview span { color: #c9dcf7; font-size: 9px; font-weight: 700; letter-spacing: .04em; }
.apoa-properties__overview strong { margin-top: 4px; color: #fff; font-size: 14px; }
.apoa-properties__overview b { font-size: 21px; }
.apoa-properties__privacy-line { margin: 13px 2px 0; color: #64748a; font-size: 10px; line-height: 1.55; }
.apoa-properties__privacy-line strong { color: #274563; }
.apoa-properties__preview { display: grid; gap: 0; overflow: hidden; border: 1px solid var(--vt-line); border-radius: 9px; background: #fff; }
.apoa-properties__preview span { padding: 14px 18px; border-bottom: 1px solid #edf1f6; color: #34445d; font-size: 13px; }
.apoa-properties__preview span:last-child { border-bottom: 0; }
.apoa-properties__toolbar { display: flex; justify-content: space-between; gap: 24px; align-items: flex-end; margin: 22px 0 16px; padding: 22px 24px; border: 1px solid var(--vt-line); border-radius: 9px; background: #fff; box-shadow: 0 8px 26px rgba(5,38,95,.05); }
.apoa-properties__toolbar > div:first-child > span { color: #0751bd; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.apoa-properties__toolbar h2 { margin: 4px 0 2px; color: #10243d; font-size: 23px; }
.apoa-properties__toolbar p { margin: 0; color: var(--vt-muted); font-size: 12px; }
.apoa-properties__toolbar-actions { display: flex; gap: 16px; align-items: center; }
.apoa-properties__toolbar-actions label { color: #5b697c; font-size: 11px; white-space: nowrap; }
.apoa-properties__toolbar-actions input { margin-right: 4px; }
.apoa-properties__status { margin: 22px 0 12px; color: #66758a; font-size: 11px; }
.apoa-properties__status.is-success { padding: 11px 13px; border: 1px solid #c9dcef; border-radius: 7px; color: #154a80; background: #f2f7fd; }
.apoa-properties__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.apoa-properties__card { display: flex; min-width: 0; min-height: 285px; padding: 23px; border: 1px solid #d7e1ed; border-radius: 10px; flex-direction: column; background: #fff; box-shadow: 0 10px 28px rgba(5,38,95,.055); }
.apoa-properties__card.is-archived { opacity: .72; background: #f7f9fc; }
.apoa-properties__card-top { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.apoa-properties__card-top > span { color: #0751bd; font-size: 10px; font-weight: 800; letter-spacing: .04em; }
.apoa-properties__card-top > strong { padding: 5px 9px; border-radius: 99px; color: #0751bd; background: #eef4ff; font-size: 9px; }
.apoa-properties__card.is-archived .apoa-properties__card-top > strong { color: #68768a; background: #e8edf3; }
.apoa-properties__card h3 { margin: 16px 0 5px; color: #10243d; font-size: 25px; line-height: 1.25; }
.apoa-properties__location { min-height: 22px; margin: 0 0 17px; color: #637287; font-size: 12px; line-height: 1.55; }
.apoa-properties__specs { display: flex; flex-wrap: wrap; gap: 8px 15px; padding: 14px 0; border-top: 1px solid #edf1f6; border-bottom: 1px solid #edf1f6; }
.apoa-properties__specs span { color: #5c6c80; font-size: 11px; }
.apoa-properties__specs b { color: #10243d; font-size: 13px; }
.apoa-properties__card-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 14px; padding: 13px 0 0; color: #637287; font-size: 10px; }
.apoa-properties__card-note { display: -webkit-box; overflow: hidden; margin: 11px 0 0; color: #56667b; font-size: 11px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.apoa-properties__card-actions { display: flex; gap: 14px; justify-content: flex-end; margin-top: auto; padding-top: 17px; }
.apoa-properties__card-actions button { padding: 5px 0; border: 0; color: #0751bd; background: transparent; font: inherit; font-size: 11px; font-weight: 750; cursor: pointer; }
.apoa-properties__card-actions button:last-child { color: #7a5360; }
.apoa-properties__empty { padding: 52px 24px; border: 1px dashed #b8cae0; border-radius: 10px; background: #f8fbff; text-align: center; }
.apoa-properties__empty-icon { display: grid; width: 72px; height: 72px; margin: 0 auto 15px; place-items: center; border-radius: 50%; color: #0751bd; background: #eaf2ff; }
.apoa-properties__empty-icon svg { width: 48px; height: 48px; fill: none; stroke: currentColor; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.apoa-properties__empty > span { color: #0751bd; font-size: 10px; font-weight: 800; letter-spacing: .11em; }
.apoa-properties__empty h2 { margin: 8px 0; color: #10243d; font-size: 25px; }
.apoa-properties__empty p { max-width: 520px; margin: 0 auto 19px; color: #5f6f83; font-size: 13px; line-height: 1.7; }
.apoa-properties__modal { position: fixed; z-index: 99999; inset: 0; display: grid; overflow-y: auto; padding: 28px 18px; place-items: start center; background: rgba(5,21,48,.66); }
.apoa-properties__modal[hidden] { display: none; }
.apoa-properties__dialog { width: min(780px,100%); border-radius: 11px; background: #fff; box-shadow: 0 25px 70px rgba(0,0,0,.25); }
.apoa-properties__dialog-head { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; padding: 23px 25px; border-bottom: 1px solid var(--vt-line); }
.apoa-properties__dialog-head span { color: #0751bd; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.apoa-properties__dialog-head h2 { margin: 4px 0 0; color: #10243d; font-size: 24px; }
.apoa-properties__dialog-head p { max-width: 570px; margin: 7px 0 0; color: #68778a; font-size: 11px; line-height: 1.55; }
.apoa-properties__dialog-head button { border: 0; color: #536174; background: transparent; font-size: 28px; cursor: pointer; }
.apoa-properties__modal-privacy { display: flex; gap: 9px 12px; align-items: flex-start; margin-bottom: 16px; padding: 11px 12px; border-radius: 7px; color: #54677e; background: #edf4fd; font-size: 9px; line-height: 1.6; }
.apoa-properties__modal-privacy strong { flex: 0 0 auto; color: #154a80; }
.apoa-properties__quick { margin: 22px 24px 0; padding: 21px; border: 1px solid #c9dcef; border-radius: 9px; background: #f7faff; }
.apoa-properties__quick-head { display: flex; justify-content: space-between; gap: 18px; align-items: flex-start; }
.apoa-properties__quick-head span { display: block; color: #0751bd; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.apoa-properties__quick-head h3 { margin: 4px 0 0; color: #10243d; font-size: 20px; }
.apoa-properties__quick-head > strong { padding: 5px 9px; border-radius: 99px; color: #0751bd; background: #e5efff; font-size: 9px; white-space: nowrap; }
.apoa-properties__quick > p { margin: 10px 0 14px; color: #56677d; font-size: 12px; line-height: 1.65; }
.apoa-properties__description-field > span { display: block; margin-bottom: 6px; color: #182c46; font-size: 12px; font-weight: 750; }
.apoa-properties__description-editor { width: 100%; min-height: 260px; max-height: 420px; overflow-y: auto; padding: 13px 14px; border: 1px solid #aebfd4; border-radius: 8px; color: #12233a; background: #fff; font: inherit; font-size: 12px; line-height: 1.75; white-space: pre-wrap; }
.apoa-properties__description-editor:empty::before { color: #8a96a6; content: attr(data-placeholder); pointer-events: none; }
.apoa-properties__description-editor:focus { border-color: #0b5fcc; outline: 0; box-shadow: 0 0 0 3px rgba(11,95,204,.12); }
.apoa-properties__description-editor > div { min-height: 21px; }
.apoa-properties__description-key { color: #0751bd; font-weight: 800; }
.apoa-properties__description-editor > div[data-hint]::after { content: "（" attr(data-hint) "）"; margin-left: 7px; color: #8995a5; font-size: 10px; font-weight: 400; }
.apoa-properties__quick-actions { display: flex; justify-content: space-between; gap: 9px; align-items: center; margin-top: 13px; }
.apoa-properties__quick-actions .apoa-vt__button { min-height: 38px; padding-right: 15px; padding-left: 15px; font-size: 11px; }
.apoa-properties__quick-text-actions { display: flex; gap: 18px; align-items: center; }
.apoa-properties__sample-button { padding: 7px 0; border: 0; color: #0751bd; background: transparent; font: inherit; font-size: 11px; font-weight: 750; cursor: pointer; }
.apoa-properties__sample-button:hover, .apoa-properties__sample-button:focus-visible { text-decoration: underline; }
.apoa-properties__quick > small { display: block; margin-top: 12px; color: #77859a; font-size: 9px; line-height: 1.6; }
.apoa-properties__extracted { margin-top: 14px; padding: 14px; border: 1px solid #bcd5c8; border-radius: 8px; background: #f4fbf7; }
.apoa-properties__extracted.is-warning { border-color: #ead7aa; background: #fff9ed; }
.apoa-properties__extracted > strong { display: block; margin-bottom: 9px; color: #234d3a; font-size: 11px; }
.apoa-properties__extracted.is-warning > strong { color: #6a4d20; }
.apoa-properties__extracted > div { display: flex; flex-wrap: wrap; gap: 7px; }
.apoa-properties__extracted span { display: inline-flex; gap: 5px; align-items: center; padding: 6px 9px; border-radius: 99px; color: #18354e; background: #fff; font-size: 10px; box-shadow: inset 0 0 0 1px #d8e4df; }
.apoa-properties__extracted span small { color: #6d7b8b; font-size: 8px; }
.apoa-properties__extracted p { margin: 9px 0 0; color: #9b3e34; font-size: 10px; }
.apoa-properties__details { margin: 15px 24px 0; border: 1px solid #d6e0ec; border-radius: 9px; background: #fff; }
.apoa-properties__details > summary { display: flex; justify-content: space-between; gap: 16px; align-items: center; padding: 15px 18px; color: #15314f; font-size: 12px; font-weight: 750; cursor: pointer; list-style-position: inside; }
.apoa-properties__details > summary small { color: #7a8798; font-size: 9px; font-weight: 400; }
.apoa-properties__details[open] > summary { border-bottom: 1px solid #e4eaf1; background: #f9fbfd; }
.apoa-properties__fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px 20px; padding: 24px; }
.apoa-properties__fields label { display: block; min-width: 0; }
.apoa-properties__fields label > span, .apoa-properties__fields label > small { display: block; }
.apoa-properties__fields label > span { margin-bottom: 2px; color: #182c46; font-size: 12px; font-weight: 700; }
.apoa-properties__fields label > span b { color: #d13f37; }
.apoa-properties__fields label > small { min-height: 17px; margin-bottom: 6px; color: #758398; font-size: 9px; }
.apoa-properties__fields input, .apoa-properties__fields select, .apoa-properties__fields textarea { width: 100%; min-height: 42px; padding: 8px 11px; border: 1px solid #b9c7d8; border-radius: 7px; color: #12233a; background: #fff; font: inherit; font-size: 13px; }
.apoa-properties__fields textarea { resize: vertical; }
.apoa-properties__fields input:focus, .apoa-properties__fields select:focus, .apoa-properties__fields textarea:focus { border-color: #0b5fcc; outline: 0; box-shadow: 0 0 0 3px rgba(11,95,204,.12); }
.apoa-properties__wide { grid-column: 1 / -1; }
.apoa-properties__form-actions { display: flex; justify-content: flex-end; gap: 10px; padding: 0 24px 24px; }

@media (max-width: 720px) {
  .apoa-properties__hero-main { align-items: stretch; flex-direction: column; }
  .apoa-properties__hero-actions { justify-content: space-between; }
  .apoa-properties__toolbar { align-items: stretch; flex-direction: column; }
  .apoa-properties__toolbar-actions { justify-content: space-between; }
  .apoa-properties__grid, .apoa-properties__fields { grid-template-columns: 1fr; }
  .apoa-properties__overview { grid-template-columns: 1fr; }
  .apoa-properties__overview > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .apoa-properties__overview > div:last-child { border-bottom: 0; }
  .apoa-properties__wide { grid-column: auto; }
}
@media (max-width: 480px) {
  .apoa-properties__hero-actions { align-items: stretch; flex-direction: column; }
  .apoa-properties__hero-actions .apoa-vt__button { width: 100%; }
  .apoa-properties__toolbar-actions { align-items: stretch; flex-direction: column; }
  .apoa-properties__toolbar-actions .apoa-vt__button { width: 100%; }
  .apoa-properties__quick { margin: 18px 18px 0; padding: 17px; }
  .apoa-properties__quick-head, .apoa-properties__details > summary { flex-direction: column; }
  .apoa-properties__quick-actions { flex-direction: column; }
  .apoa-properties__quick-text-actions { justify-content: space-between; width: 100%; }
  .apoa-properties__details { margin: 13px 18px 0; }
  .apoa-properties__fields { padding: 19px; }
  .apoa-properties__form-actions { display: grid; grid-template-columns: 1fr; padding: 0 19px 19px; }
}

/* Public tools directory */
.apoa-vt--directory { margin-top: 8px; }
.apoa-vt-directory__intro { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); gap: 52px; align-items: end; padding: 32px 0 28px; border-bottom: 1px solid var(--vt-line); }
.apoa-vt-directory__kicker { display: block; margin-bottom: 10px; color: #0751bd; font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.apoa-vt-directory__intro h1 { max-width: 560px; margin: 0; color: #10243d; font-size: clamp(34px, 4.4vw, 52px); line-height: 1.12; letter-spacing: -.035em; }
.apoa-vt-directory__headline { max-width: 520px; margin: 10px 0 0; color: #334b67; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.45; }
.apoa-vt-directory__intro > p { max-width: 650px; margin: 0; color: var(--vt-muted); font-size: 15px; line-height: 1.8; }
.apoa-vt-directory__bar { display: flex; justify-content: space-between; align-items: center; margin: 28px 0 14px; }
.apoa-vt-directory__bar strong { color: #10243d; font-size: 18px; }
.apoa-vt-directory__bar span { padding: 6px 11px; border-radius: 999px; color: #0751bd; background: #eef4ff; font-size: 11px; font-weight: 750; }
.apoa-vt-directory__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.apoa-vt-directory__card { display: flex; min-width: 0; min-height: 350px; padding: 24px; border: 1px solid #d6e0ec; border-radius: 10px; flex-direction: column; background: #fff; box-shadow: 0 10px 30px rgba(5, 38, 95, .055); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.apoa-vt-directory__card:hover { border-color: #a9c3e5; box-shadow: 0 16px 38px rgba(5, 38, 95, .1); transform: translateY(-2px); }
.apoa-vt-directory__card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.apoa-vt-directory__number { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 9px; color: #fff; background: #0b4f8a; font-size: 12px; font-weight: 800; }
.apoa-vt-directory__status { padding: 6px 10px; border: 1px solid #c8dcf5; border-radius: 999px; color: #0751bd; background: #f3f7fd; font-size: 10px; font-weight: 750; }
.apoa-vt-directory__card h3 { margin: 0 0 5px; color: #10243d; font-size: 22px; line-height: 1.35; }
.apoa-vt-directory__translation { min-height: 38px; margin: 0 0 17px; color: #66758a; font-family: Georgia, "Times New Roman", serif; font-size: 13px; line-height: 1.45; }
.apoa-vt-directory__description { margin: 0 0 24px; color: #45566c; font-size: 14px; line-height: 1.75; }
.apoa-vt-directory__footer { display: flex; gap: 14px; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 17px; border-top: 1px solid #e7edf4; }
.apoa-vt-directory__footer > span { color: #6b788a; font-size: 10px; }
.apoa-vt-directory__footer a { flex: 0 0 auto; color: #0b4f8a; font-size: 12px; font-weight: 800; text-decoration: none; }
.apoa-vt-directory__footer a:hover { color: #063b91; text-decoration: underline; text-underline-offset: 4px; }
.apoa-vt-directory__privacy { margin-top: 26px; padding: 21px 24px; border: 1px solid #c9dcef; border-radius: 9px; background: #f2f7fd; }
.apoa-vt-directory__privacy strong { color: #10243d; font-size: 14px; }
.apoa-vt-directory__privacy p { margin: 5px 0 0; color: #45566c; font-size: 12px; line-height: 1.7; }
.apoa-vt-directory__disclaimer { margin: 14px 4px 0; color: #697789; font-size: 11px; line-height: 1.65; }

@media (max-width: 920px) {
  .apoa-vt-directory__grid { grid-template-columns: 1fr 1fr; }
  .apoa-vt-directory__card:last-child { grid-column: 1 / -1; min-height: 300px; }
}
@media (max-width: 680px) {
  .apoa-vt-directory__intro { grid-template-columns: 1fr; gap: 18px; padding-top: 18px; }
  .apoa-vt-directory__grid { grid-template-columns: 1fr; }
  .apoa-vt-directory__card, .apoa-vt-directory__card:last-child { grid-column: auto; min-height: 0; padding: 21px; }
  .apoa-vt-directory__translation { min-height: 0; }
  .apoa-vt-directory__footer { align-items: flex-end; }
}
