/* VoitureBelgique tools portal — intentionally scoped to the dedicated pages. */
.vb-tools-portal-page,
.vb-tool-app-page {
  --vbt-ink: #17201c;
  --vbt-muted: #5d6a64;
  --vbt-green: #126a43;
  --vbt-green-dark: #0b4b30;
  --vbt-green-soft: #e7f3ec;
  --vbt-gold: #f3c84b;
  --vbt-paper: #fff;
  --vbt-canvas: #f4f7f5;
  --vbt-line: #dce4df;
  --vbt-danger: #a1382e;
  --vbt-shadow: 0 20px 55px rgba(16, 44, 31, 0.09);
  background: var(--vbt-canvas);
  color: var(--vbt-ink);
}

.vb-tools-portal-page *,
.vb-tool-app-page * {
  box-sizing: border-box;
}

.vb-tools-portal-page #main,
.vb-tool-app-page #main {
  overflow: clip;
}

.vb-tools-shell {
  margin-inline: auto;
  max-width: 1180px;
  padding-inline: clamp(20px, 4vw, 42px);
  width: 100%;
}

.vb-tools-portal-page h1,
.vb-tools-portal-page h2,
.vb-tools-portal-page h3,
.vb-tool-app-page h1,
.vb-tool-app-page h2,
.vb-tool-app-page h3 {
  color: var(--vbt-ink);
  font-family: inherit;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.vb-tools-portal-page p,
.vb-tool-app-page p {
  color: var(--vbt-muted);
}

.vb-tools-breadcrumbs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.78rem;
  font-weight: 700;
  gap: 0.55rem;
  letter-spacing: 0.02em;
  margin-bottom: clamp(34px, 5vw, 62px);
}

.vb-tools-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.vb-tools-breadcrumbs a:hover,
.vb-tools-breadcrumbs a:focus-visible {
  color: var(--vbt-green);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.vb-tools-eyebrow {
  align-items: center;
  color: var(--vbt-green) !important;
  display: flex;
  font-size: 0.76rem;
  font-weight: 850;
  gap: 0.6rem;
  letter-spacing: 0.12em;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.vb-tools-eyebrow::before {
  background: var(--vbt-gold);
  border-radius: 99px;
  content: "";
  height: 3px;
  width: 30px;
}

.vb-tools-icon {
  display: block;
  height: 1.6rem;
  width: 1.6rem;
}

.vb-tools-hero {
  background:
    radial-gradient(circle at 87% 19%, rgba(243, 200, 75, 0.17), transparent 19rem),
    linear-gradient(135deg, #f8fbf9 0%, #edf5f0 100%);
  border-bottom: 1px solid var(--vbt-line);
  padding: clamp(24px, 4vw, 48px) 0 0;
  position: relative;
}

.vb-tools-hero::after {
  background-image: linear-gradient(rgba(18, 106, 67, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(18, 106, 67, 0.055) 1px, transparent 1px);
  background-size: 46px 46px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(to right, transparent 35%, #000 100%);
  pointer-events: none;
  position: absolute;
}

.vb-tools-hero .vb-tools-shell {
  position: relative;
  z-index: 1;
}

.vb-tools-hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(40px, 7vw, 94px);
  grid-template-columns: minmax(0, 1.55fr) minmax(270px, 0.7fr);
  padding-bottom: clamp(50px, 8vw, 90px);
}

.vb-tools-hero h1 {
  font-size: clamp(2.65rem, 5.7vw, 5.2rem);
  line-height: 0.99;
  margin: 0;
  max-width: 850px;
}

.vb-tools-hero__lead {
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  line-height: 1.65;
  margin: 1.6rem 0 0;
  max-width: 720px;
}

.vb-tools-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.vb-tools-button {
  align-items: center;
  background: var(--vbt-green);
  border: 2px solid var(--vbt-green);
  border-radius: 10px;
  color: #fff !important;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 800;
  gap: 0.65rem;
  justify-content: center;
  min-height: 50px;
  padding: 0.75rem 1.15rem;
  text-decoration: none !important;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.vb-tools-button:hover,
.vb-tools-button:focus-visible {
  background: var(--vbt-green-dark);
  border-color: var(--vbt-green-dark);
  transform: translateY(-2px);
}

.vb-tools-button--ghost {
  background: rgba(255, 255, 255, 0.72);
  color: var(--vbt-ink) !important;
}

.vb-tools-hero__panel {
  background: var(--vbt-ink);
  border-radius: 22px;
  box-shadow: 16px 16px 0 var(--vbt-gold);
  color: #fff;
  padding: clamp(24px, 4vw, 36px);
  transform: rotate(1.5deg);
}

.vb-tools-hero__panel-icon {
  align-items: center;
  background: var(--vbt-gold);
  border-radius: 12px;
  color: var(--vbt-ink);
  display: inline-flex;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.vb-tools-hero__panel p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 1.4rem 0 0.35rem;
  text-transform: uppercase;
}

.vb-tools-hero__panel strong {
  display: block;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  letter-spacing: -0.04em;
}

.vb-tools-hero__panel ul {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 0.7rem;
  list-style: none;
  margin: 1.35rem 0 0;
  padding: 1.35rem 0 0;
}

.vb-tools-hero__panel li {
  align-items: center;
  display: flex;
  font-size: 0.88rem;
  gap: 0.6rem;
}

.vb-tools-hero__panel li::before {
  color: var(--vbt-gold);
  content: "✓";
  font-weight: 900;
}

.vb-tools-hero__stats {
  background: var(--vbt-paper);
  border: 1px solid var(--vbt-line);
  border-bottom: 0;
  border-radius: 16px 16px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
}

.vb-tools-hero__stats span {
  color: var(--vbt-muted);
  display: flex;
  flex-direction: column;
  font-size: 0.78rem;
  gap: 0.15rem;
  padding: 1.05rem clamp(18px, 3vw, 34px);
}

.vb-tools-hero__stats span + span {
  border-left: 1px solid var(--vbt-line);
}

.vb-tools-hero__stats strong {
  color: var(--vbt-green);
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

.vb-tools-featured,
.vb-tools-directory-section,
.vb-tools-method,
.vb-tools-guides,
.vb-tool-workspace,
.vb-tool-resources,
.vb-tool-how,
.vb-tool-explainer,
.vb-tool-faq,
.vb-tool-related {
  padding-block: clamp(64px, 9vw, 112px);
}

.vb-tools-section-heading {
  align-items: end;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  margin-bottom: clamp(30px, 5vw, 54px);
}

.vb-tools-section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.07;
  margin: 0;
  max-width: 720px;
}

.vb-tools-section-heading > p {
  line-height: 1.7;
  margin: 0;
}

.vb-tools-featured {
  background: var(--vbt-paper);
}

.vb-tools-featured__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vb-tools-featured__grid > a {
  background: var(--vbt-canvas);
  border: 1px solid var(--vbt-line);
  border-radius: 16px;
  color: var(--vbt-ink) !important;
  display: grid;
  grid-template-columns: 1fr auto;
  min-height: 255px;
  padding: 22px;
  text-decoration: none !important;
  transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.vb-tools-featured__grid > a:hover,
.vb-tools-featured__grid > a:focus-visible {
  background: var(--vbt-paper);
  box-shadow: var(--vbt-shadow);
  transform: translateY(-4px);
}

.vb-tools-featured__grid > a > span {
  color: var(--vbt-green);
  font-size: 0.76rem;
  font-weight: 850;
}

.vb-tools-featured__grid i {
  align-items: center;
  background: var(--vbt-green-soft);
  border-radius: 10px;
  color: var(--vbt-green);
  display: flex;
  font-style: normal;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.vb-tools-featured__grid strong {
  align-self: end;
  font-size: 1.1rem;
  grid-column: 1 / -1;
  line-height: 1.25;
  margin-top: 34px;
}

.vb-tools-featured__grid small {
  color: var(--vbt-muted);
  font-size: 0.82rem;
  grid-column: 1 / -1;
  line-height: 1.5;
  margin-top: 8px;
}

.vb-tools-featured__grid b {
  color: var(--vbt-green);
  font-size: 1.2rem;
  grid-column: 2;
  margin-top: 14px;
}

.vb-tools-directory-section {
  background: var(--vbt-canvas);
}

.vb-tools-directory__controls {
  background: var(--vbt-paper);
  border: 1px solid var(--vbt-line);
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(16, 44, 31, 0.055);
  margin-bottom: 28px;
  padding: clamp(20px, 3vw, 30px);
}

.vb-tools-directory__controls > label {
  color: var(--vbt-ink);
  display: block;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  margin-bottom: 0.55rem;
  text-transform: uppercase;
}

.vb-tools-directory__search {
  align-items: center;
  border: 2px solid #bdc9c2;
  border-radius: 12px;
  display: grid;
  gap: 0.7rem;
  grid-template-columns: auto 1fr auto;
  min-height: 58px;
  padding-inline: 16px 8px;
}

.vb-tools-directory__search:focus-within {
  border-color: var(--vbt-green);
  box-shadow: 0 0 0 4px rgba(18, 106, 67, 0.11);
}

.vb-tools-directory__search svg {
  color: var(--vbt-green);
  height: 22px;
  width: 22px;
}

.vb-tools-directory__search input {
  background: transparent;
  border: 0 !important;
  box-shadow: none !important;
  color: var(--vbt-ink);
  font: inherit;
  min-height: 52px;
  outline: 0;
  padding: 0;
  width: 100%;
}

.vb-tools-directory__search button {
  background: var(--vbt-green-soft);
  border: 0;
  border-radius: 8px;
  color: var(--vbt-green-dark);
  cursor: pointer;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 800;
  min-height: 40px;
  padding: 0.5rem 0.8rem;
}

.vb-tools-directory__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.vb-tools-directory__filters button {
  background: var(--vbt-canvas);
  border: 1px solid var(--vbt-line);
  border-radius: 999px;
  color: var(--vbt-muted);
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 750;
  min-height: 38px;
  padding: 0.45rem 0.85rem;
}

.vb-tools-directory__filters button:hover,
.vb-tools-directory__filters button:focus-visible,
.vb-tools-directory__filters button.is-active {
  background: var(--vbt-green);
  border-color: var(--vbt-green);
  color: #fff;
}

.vb-tools-directory__count {
  font-size: 0.8rem;
  margin: 1rem 0 0;
}

.vb-tools-directory__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vb-tool-card {
  background: var(--vbt-paper);
  border: 1px solid var(--vbt-line);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.vb-tool-card:hover {
  border-color: #afc9bb;
  box-shadow: var(--vbt-shadow);
  transform: translateY(-4px);
}

.vb-tool-card[hidden] {
  display: none;
}

.vb-tool-card__cover {
  align-items: flex-start;
  background:
    radial-gradient(circle at 88% 18%, rgba(243, 200, 75, 0.52), transparent 62px),
    var(--vbt-green-soft);
  color: var(--vbt-green-dark) !important;
  display: flex;
  justify-content: space-between;
  min-height: 112px;
  padding: 20px;
  text-decoration: none !important;
}

.vb-tool-card__cover > span {
  align-items: center;
  background: var(--vbt-paper);
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(16, 44, 31, 0.08);
  display: flex;
  height: 50px;
  justify-content: center;
  width: 50px;
}

.vb-tool-card__cover small {
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  max-width: 120px;
  text-align: right;
  text-transform: uppercase;
}

.vb-tool-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.vb-tool-card__status {
  align-self: flex-start;
  background: #fff5cf;
  border-radius: 999px;
  color: #6e5611;
  display: inline-block;
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.045em;
  padding: 0.32rem 0.56rem;
  text-transform: uppercase;
}

.vb-tool-card h2 {
  font-size: 1.28rem;
  line-height: 1.18;
  margin: 1rem 0 0;
}

.vb-tool-card h2 a,
.vb-tool-card__link {
  color: var(--vbt-ink) !important;
  text-decoration: none !important;
}

.vb-tool-card p {
  font-size: 0.9rem;
  line-height: 1.62;
  margin: 0.75rem 0 1.3rem;
}

.vb-tool-card__link {
  color: var(--vbt-green) !important;
  font-size: 0.83rem;
  font-weight: 850;
  margin-top: auto;
}

.vb-tool-card__link span {
  display: inline-block;
  transition: transform 160ms ease;
}

.vb-tool-card:hover .vb-tool-card__link span {
  transform: translateX(4px);
}

.vb-tools-directory__empty {
  background: #fff5cf;
  border: 1px solid #eed989;
  border-radius: 12px;
  color: #5e4c16 !important;
  padding: 1rem;
}

.vb-tools-method {
  background: var(--vbt-ink);
}

.vb-tools-method .vb-tools-eyebrow {
  color: #a9d3bc !important;
}

.vb-tools-method h2 {
  color: #fff;
}

.vb-tools-method__grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
}

.vb-tools-method__grid article {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  padding: clamp(22px, 4vw, 42px);
}

.vb-tools-method__grid span {
  color: var(--vbt-gold);
  font-size: 0.76rem;
  font-weight: 850;
}

.vb-tools-method__grid h3 {
  color: #fff;
  font-size: 1.3rem;
  margin: 2rem 0 0.6rem;
}

.vb-tools-method__grid p {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.65;
  margin: 0;
}

.vb-tools-guides {
  background: var(--vbt-gold);
}

.vb-tools-guides .vb-tools-shell {
  align-items: center;
  display: grid;
  gap: clamp(42px, 8vw, 100px);
  grid-template-columns: 1fr 1fr;
}

.vb-tools-guides h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.06;
  margin: 0;
}

.vb-tools-guides p {
  color: #4d4016;
  line-height: 1.65;
}

.vb-tools-guides .vb-tools-eyebrow {
  color: #4d4016 !important;
}

.vb-tools-guides .vb-tools-eyebrow::before {
  background: var(--vbt-green);
}

.vb-tools-guides .vb-tools-shell > div:last-child {
  background: rgba(255, 255, 255, 0.62);
  border-radius: 16px;
  display: grid;
  overflow: hidden;
}

.vb-tools-guides .vb-tools-shell > div:last-child a {
  align-items: center;
  border-bottom: 1px solid rgba(77, 64, 22, 0.16);
  color: var(--vbt-ink) !important;
  display: flex;
  font-weight: 800;
  justify-content: space-between;
  min-height: 58px;
  padding: 0.8rem 1rem;
  text-decoration: none !important;
}

.vb-tools-guides .vb-tools-shell > div:last-child a:hover,
.vb-tools-guides .vb-tools-shell > div:last-child a:focus-visible {
  background: #fff;
}

/* Single application page. */
.vb-tool-hero {
  background:
    radial-gradient(circle at 85% 20%, rgba(243, 200, 75, 0.18), transparent 260px),
    var(--vbt-ink);
  color: #fff;
  padding: clamp(24px, 4vw, 48px) 0 clamp(52px, 8vw, 92px);
}

.vb-tool-hero .vb-tools-breadcrumbs,
.vb-tool-hero .vb-tools-breadcrumbs a {
  color: rgba(255, 255, 255, 0.68);
}

.vb-tool-hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(38px, 8vw, 110px);
  grid-template-columns: minmax(0, 1.6fr) minmax(200px, 0.4fr);
}

.vb-tool-hero .vb-tools-eyebrow {
  color: #a9d3bc !important;
}

.vb-tool-hero h1 {
  color: #fff;
  font-size: clamp(2.6rem, 6vw, 5.15rem);
  line-height: 0.99;
  margin: 0;
  max-width: 920px;
}

.vb-tool-hero__grid > div:first-child > p:not(.vb-tools-eyebrow) {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.04rem, 1.7vw, 1.25rem);
  line-height: 1.65;
  margin: 1.4rem 0 0;
  max-width: 760px;
}

.vb-tool-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 1.8rem;
}

.vb-tool-hero__trust span {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.75rem;
  font-weight: 750;
  padding: 0.45rem 0.7rem;
}

.vb-tool-hero__icon {
  align-items: center;
  aspect-ratio: 1;
  background: var(--vbt-gold);
  border-radius: 28px;
  color: var(--vbt-ink);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  transform: rotate(3deg);
}

.vb-tool-hero__icon svg {
  height: clamp(58px, 8vw, 90px);
  width: clamp(58px, 8vw, 90px);
}

.vb-tool-hero__icon small {
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  margin-top: 1rem;
  text-align: center;
  text-transform: uppercase;
}

.vb-tool-anchor-nav {
  background: var(--vbt-paper);
  border-bottom: 1px solid var(--vbt-line);
  position: sticky;
  top: 0;
  z-index: 25;
}

.admin-bar .vb-tool-anchor-nav {
  top: 32px;
}

.vb-tool-anchor-nav .vb-tools-shell {
  display: flex;
  gap: 1.6rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.vb-tool-anchor-nav a {
  border-bottom: 3px solid transparent;
  color: var(--vbt-muted) !important;
  flex: 0 0 auto;
  font-size: 0.79rem;
  font-weight: 800;
  padding: 1.05rem 0;
  text-decoration: none !important;
}

.vb-tool-anchor-nav a:hover,
.vb-tool-anchor-nav a:focus-visible {
  border-color: var(--vbt-green);
  color: var(--vbt-green) !important;
}

.vb-tool-workspace {
  background: var(--vbt-canvas);
}

.vb-tool-workspace__grid {
  align-items: start;
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1fr) 300px;
}

.vb-tool-workspace__grid > aside {
  display: grid;
  gap: 16px;
  position: sticky;
  top: 78px;
}

.admin-bar .vb-tool-workspace__grid > aside {
  top: 110px;
}

.vb-tool-outcomes,
.vb-tool-help {
  background: var(--vbt-paper);
  border: 1px solid var(--vbt-line);
  border-radius: 16px;
  padding: 22px;
}

.vb-tool-outcomes > span {
  align-items: center;
  background: var(--vbt-green-soft);
  border-radius: 10px;
  color: var(--vbt-green);
  display: flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.vb-tool-outcomes h2 {
  font-size: 1.2rem;
  margin: 1.2rem 0 1rem;
}

.vb-tool-outcomes ul {
  display: grid;
  gap: 0.85rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.vb-tool-outcomes li {
  color: var(--vbt-muted);
  display: flex;
  font-size: 0.86rem;
  gap: 0.55rem;
  line-height: 1.45;
}

.vb-tool-outcomes li::before {
  color: var(--vbt-green);
  content: "✓";
  font-weight: 900;
}

.vb-tool-help {
  background: #fff7d8;
  border-color: #eddc9f;
}

.vb-tool-help strong {
  color: #5e4b0b;
}

.vb-tool-help p {
  color: #685c32;
  font-size: 0.82rem;
  line-height: 1.55;
  margin: 0.5rem 0 0;
}

/* Tool application shell and form. */
.vb-tool-shell,
.vb-tool,
.vb-tools-hub,
.vb-tool-card {
  box-sizing: border-box;
}

.vb-tool-shell {
  margin: 0;
}

.vb-tool-shell__privacy,
.vb-tool-shell__limit {
  background: var(--vbt-green-soft);
  border-left: 4px solid var(--vbt-green);
  color: #284738 !important;
  font-size: 0.86rem;
  line-height: 1.55;
  margin: 0 0 14px;
  padding: 0.9rem 1rem;
}

.vb-tool-shell__method {
  background: var(--vbt-paper);
  border: 1px solid var(--vbt-line);
  border-radius: 12px;
  margin: 0 0 14px;
  padding: 0.85rem 1rem;
}

.vb-tool-shell__method summary {
  color: var(--vbt-green-dark);
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 800;
}

.vb-tool-shell__method p {
  font-size: 0.84rem;
  line-height: 1.65;
  margin: 0.8rem 0 0;
}

.vb-tool {
  background: var(--vbt-paper);
  border: 1px solid var(--vbt-line);
  border-radius: 18px;
  box-shadow: 0 14px 40px rgba(16, 44, 31, 0.06);
  padding: clamp(20px, 4vw, 34px);
}

.vb-tool__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vb-tool label,
.vb-tool__fieldset legend {
  color: var(--vbt-ink);
  font-size: 0.82rem;
  font-weight: 800;
}

.vb-tool input[type="number"],
.vb-tool input[type="date"],
.vb-tool select {
  background: #fbfcfb;
  border: 1px solid #b9c5bf;
  border-radius: 9px;
  color: var(--vbt-ink);
  display: block;
  font: inherit;
  margin-top: 0.45rem;
  min-height: 50px;
  padding: 0.7rem 0.8rem;
  width: 100%;
}

.vb-tool input:focus,
.vb-tool select:focus {
  border-color: var(--vbt-green);
  box-shadow: 0 0 0 4px rgba(18, 106, 67, 0.11);
  outline: 0;
}

.vb-tool [aria-invalid="true"] {
  border-color: var(--vbt-danger) !important;
}

.vb-tool-print-heading {
  display: none;
}

.vb-tax-regions {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 2rem;
}

.vb-tax-regions article {
  align-items: center;
  background: #f8faf9;
  border: 1px solid var(--vbt-line);
  border-radius: 14px;
  display: grid;
  gap: 12px;
  grid-template-columns: auto 1fr;
  padding: 16px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.vb-tax-regions article.is-selected {
  border-color: var(--vbt-green);
  box-shadow: 0 0 0 3px rgba(18, 106, 67, 0.1);
}

.vb-tax-regions article > span {
  align-items: center;
  background: var(--vbt-green-soft);
  border-radius: 50%;
  color: var(--vbt-green-dark);
  display: flex;
  font-size: 0.8rem;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.vb-tax-regions h3 {
  font-size: 1rem;
  margin: 0;
}

.vb-tax-regions p {
  font-size: 0.72rem;
  line-height: 1.4;
  margin: 0.2rem 0 0;
}

.vb-tax-regions button,
.vb-tax-regions a {
  border-radius: 8px;
  font-size: 0.72rem;
  font-weight: 800;
  min-height: 36px;
  padding: 0.55rem 0.65rem;
  text-align: center;
  text-decoration: none !important;
}

.vb-tax-regions button {
  background: var(--vbt-green);
  border: 1px solid var(--vbt-green);
  color: #fff;
  cursor: pointer;
}

.vb-tax-regions a {
  border: 1px solid var(--vbt-line);
  color: var(--vbt-green-dark) !important;
}

.vb-tax-assistant__intro {
  border-top: 1px solid var(--vbt-line);
  margin-top: 0.5rem;
  padding-top: 1.7rem;
}

.vb-tax-assistant__intro h3 {
  font-size: 1.25rem;
  margin: 0;
}

.vb-tax-assistant__intro p {
  font-size: 0.86rem;
  line-height: 1.6;
  margin: 0.55rem 0 1.3rem;
  max-width: 720px;
}

.vb-tax-result__summary {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
}

.vb-tax-result__summary li {
  align-items: baseline;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 0.65rem 0;
}

.vb-tax-result__summary span {
  color: #c7d1cc;
  font-size: 0.78rem;
}

.vb-tax-result__summary strong {
  color: #fff;
  font-size: 0.86rem;
  text-align: right;
}

.vb-tax-result__missing {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  margin-top: 1.2rem;
  padding: 16px;
}

.vb-tax-result__missing h4 {
  color: var(--vbt-gold);
  font-size: 0.9rem;
  margin: 0;
}

.vb-tax-result__missing ul {
  margin: 0.7rem 0 0;
  padding-left: 1.1rem;
}

.vb-tax-result__missing li {
  color: #e3ebe7;
  font-size: 0.8rem;
  line-height: 1.5;
}

.vb-tax-result__notice {
  color: #dce8e2 !important;
  font-size: 0.8rem;
  line-height: 1.6;
  margin: 1.2rem 0;
}

.vb-tax-result__link {
  align-items: center;
  background: var(--vbt-gold);
  border-radius: 9px;
  color: #282309 !important;
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 850;
  gap: 0.65rem;
  min-height: 48px;
  padding: 0.75rem 1rem;
  text-decoration: none !important;
}

.vb-tool__input-wrap {
  align-items: center;
  display: grid;
  gap: 0.6rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

.vb-tool__input-wrap > span {
  color: var(--vbt-muted);
  font-size: 0.74rem;
  font-weight: 750;
  max-width: 80px;
}

.vb-tool__button {
  background: var(--vbt-green);
  border: 0;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 850;
  margin-top: 1.5rem;
  min-height: 50px;
  padding: 0.75rem 1.2rem;
  transition: background 160ms ease, transform 160ms ease;
}

.vb-tool__button:hover,
.vb-tool__button:focus-visible {
  background: var(--vbt-green-dark);
  transform: translateY(-1px);
}

.vb-tool__button--secondary {
  background: var(--vbt-green-soft);
  color: var(--vbt-green-dark);
}

.vb-tool__result {
  background: var(--vbt-ink);
  border-radius: 14px;
  color: #fff;
  margin-top: 1.5rem;
  padding: clamp(20px, 4vw, 30px);
}

.vb-tool__result:empty {
  display: none;
}

.vb-tool__result h3,
.vb-tool__result p,
.vb-tool__result li {
  color: inherit;
}

.vb-tool__result-heading span {
  color: var(--vbt-gold);
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vb-tool__result-heading h3 {
  font-size: 1.15rem;
  margin: 0.35rem 0 0;
}

.vb-tool__total {
  color: #fff !important;
  font-size: clamp(2.2rem, 5vw, 3.7rem);
  font-weight: 850;
  letter-spacing: -0.05em;
  line-height: 1;
  margin: 1rem 0 1.35rem;
}

.vb-tool__metrics {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.vb-tool__metrics li {
  background: rgba(255, 255, 255, 0.075);
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.85rem;
}

.vb-tool__metrics strong {
  color: #fff;
  font-size: 1rem;
}

.vb-tool__metrics span,
.vb-tool__ranking span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.72rem;
}

.vb-tool__result-note {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 0.76rem;
  line-height: 1.5;
  margin: 1rem 0 0;
}

.vb-tool__ranking {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
}

.vb-tool__ranking li {
  align-items: center;
  background: rgba(255, 255, 255, 0.075);
  border-radius: 9px;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 30px 1fr auto;
  padding: 0.75rem;
}

.vb-tool__ranking b {
  align-items: center;
  background: var(--vbt-gold);
  border-radius: 50%;
  color: var(--vbt-ink);
  display: flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.vb-tool__error {
  background: #fff0ed;
  border-radius: 9px;
  color: var(--vbt-danger) !important;
  margin: 0;
  padding: 1rem;
}

.vb-tool__fieldset {
  border: 0;
  border-top: 1px solid var(--vbt-line);
  margin: 1.25rem 0 0;
  padding: 1.25rem 0 0;
}

.vb-tool__fieldset:first-of-type {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.vb-tool__check {
  align-items: flex-start;
  background: var(--vbt-canvas);
  border: 1px solid transparent;
  border-radius: 9px;
  display: flex;
  font-weight: 500 !important;
  gap: 0.75rem;
  margin: 0.55rem 0;
  padding: 0.75rem;
}

.vb-tool__check:hover {
  border-color: #b9cfc3;
}

.vb-tool__check input {
  accent-color: var(--vbt-green);
  flex: 0 0 auto;
  height: 1.2rem;
  margin-top: 0.12rem;
  width: 1.2rem;
}

.vb-tool__progress {
  align-items: center;
  display: flex;
  font-size: 0.8rem;
  justify-content: space-between;
}

.vb-tool__progress strong {
  color: var(--vbt-green);
  font-size: 1.5rem;
}

.vb-tool__progressbar {
  background: var(--vbt-green-soft);
  border-radius: 999px;
  height: 9px;
  margin: 0.6rem 0 1.6rem;
  overflow: hidden;
}

.vb-tool__progressbar span {
  background: var(--vbt-green);
  display: block;
  height: 100%;
  transition: width 180ms ease;
  width: 0;
}

.vb-tool-shell__limit {
  background: #fff7d8;
  border-color: var(--vbt-gold);
  color: #5d5028 !important;
  margin: 14px 0 0;
}

.vb-tool-shell > h2 {
  font-size: 1.3rem;
  margin: 2rem 0 0.8rem;
}

.vb-tool-shell__sources {
  display: grid;
  gap: 0.45rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.vb-tool-shell__sources li {
  border-bottom: 1px solid var(--vbt-line);
  padding-bottom: 0.45rem;
}

.vb-tool-shell__sources a {
  color: var(--vbt-green) !important;
  font-size: 0.83rem;
  font-weight: 750;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.vb-tool-shell__verified {
  font-size: 0.72rem;
  margin: 0.65rem 0 0;
}

.vb-tool-resources {
  background: #edf5f0;
  border-block: 1px solid var(--vbt-line);
}

.vb-tool-resources__grid {
  align-items: stretch;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
}

.vb-tool-prompt,
.vb-tool-export {
  border: 1px solid var(--vbt-line);
  border-radius: 18px;
  padding: clamp(22px, 4vw, 34px);
}

.vb-tool-prompt {
  background: var(--vbt-paper);
  box-shadow: var(--vbt-shadow);
}

.vb-tool-prompt__heading {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-bottom: 1.25rem;
}

.vb-tool-prompt__heading > span,
.vb-tool-export__icon {
  align-items: center;
  background: var(--vbt-green-soft);
  border-radius: 11px;
  color: var(--vbt-green);
  display: flex;
  flex: 0 0 48px;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.vb-tool-prompt h3,
.vb-tool-export h3 {
  font-size: clamp(1.25rem, 2.3vw, 1.75rem);
  margin: 0;
}

.vb-tool-prompt__heading p {
  font-size: 0.84rem;
  line-height: 1.5;
  margin: 0.3rem 0 0;
}

.vb-tool-prompt label {
  color: var(--vbt-ink);
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 0.45rem;
}

.vb-tool-prompt textarea {
  background: #f8faf9;
  border: 1px solid #b9c5bf;
  border-radius: 12px;
  color: var(--vbt-ink);
  display: block;
  font-family: inherit;
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.6;
  min-height: 280px;
  padding: 1rem;
  resize: vertical;
  width: 100%;
}

.vb-tool-prompt textarea:focus {
  border-color: var(--vbt-green);
  box-shadow: 0 0 0 4px rgba(18, 106, 67, 0.11);
  outline: 0;
}

.vb-tool-resources__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.vb-tool-resources__actions .vb-tool__button {
  margin-top: 1rem;
}

.vb-tool-prompt__status {
  color: var(--vbt-green-dark);
  font-size: 0.82rem;
  font-weight: 800;
  margin-top: 1rem;
}

.vb-tool-export {
  background: var(--vbt-green-dark);
  border-color: var(--vbt-green-dark);
  color: #fff;
}

.vb-tool-export .vb-tools-eyebrow {
  color: #b8dcc8 !important;
  margin-top: 1.3rem;
}

.vb-tool-export h3 {
  color: #fff !important;
}

.vb-tool-export > p:not(.vb-tools-eyebrow),
.vb-tool-export small {
  color: #d8e7df !important;
  line-height: 1.65;
}

.vb-tool-export small {
  display: block;
  font-size: 0.75rem;
  margin-top: 1.1rem;
}

.vb-tool-resources__actions--stack {
  align-items: stretch;
  flex-direction: column;
}

.vb-tool-resources__actions--stack .vb-tool__button {
  margin-top: 0;
  width: 100%;
}

.vb-tool-export .vb-tool__button {
  background: var(--vbt-gold);
  color: #282309;
}

.vb-tool-export .vb-tool__button--secondary {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

.vb-tool-export .vb-tool__button:hover,
.vb-tool-export .vb-tool__button:focus-visible {
  background: #fff;
  color: var(--vbt-green-dark);
}

.vb-tool-how {
  background: var(--vbt-paper);
}

.vb-tool-how ol {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}

.vb-tool-how li {
  border-left: 1px solid var(--vbt-line);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: auto 1fr;
  padding: clamp(20px, 3vw, 34px);
}

.vb-tool-how li > span {
  color: var(--vbt-green);
  font-size: 0.75rem;
  font-weight: 850;
}

.vb-tool-how h3 {
  font-size: 1.1rem;
  margin: 0;
}

.vb-tool-how p {
  font-size: 0.86rem;
  line-height: 1.6;
  margin: 0.5rem 0 0;
}

.vb-tool-explainer {
  background: var(--vbt-green-dark);
}

.vb-tool-explainer .vb-tools-shell {
  display: grid;
  gap: clamp(36px, 8vw, 110px);
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.vb-tool-explainer .vb-tools-eyebrow {
  color: #acd6bf !important;
}

.vb-tool-explainer h2 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.08;
  margin: 0;
}

.vb-tool-explainer .vb-tools-shell > div:last-child {
  border-left: 1px solid rgba(255, 255, 255, 0.19);
  padding-left: clamp(24px, 5vw, 58px);
}

.vb-tool-explainer p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.02rem;
  line-height: 1.78;
  margin: 0 0 1.25rem;
}

.vb-tool-faq {
  background: var(--vbt-canvas);
}

.vb-tool-faq .vb-tools-shell > div:last-child {
  border-top: 1px solid var(--vbt-line);
}

.vb-tool-faq details {
  border-bottom: 1px solid var(--vbt-line);
  padding: 1.2rem 0;
}

.vb-tool-faq summary {
  color: var(--vbt-ink);
  cursor: pointer;
  font-size: clamp(1rem, 2vw, 1.22rem);
  font-weight: 800;
  padding-right: 34px;
}

.vb-tool-faq details p {
  line-height: 1.7;
  margin: 0.8rem 0 0;
  max-width: 820px;
}

.vb-tool-related {
  background: var(--vbt-paper);
}

.vb-tool-related .vb-tools-section-heading > a {
  color: var(--vbt-green) !important;
  font-weight: 800;
  text-decoration: none !important;
}

.vb-tool-related .vb-tools-shell > div:last-child {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vb-tool-related .vb-tools-shell > div:last-child > a {
  background: var(--vbt-canvas);
  border: 1px solid var(--vbt-line);
  border-radius: 14px;
  color: var(--vbt-ink) !important;
  display: grid;
  gap: 0.65rem;
  grid-template-columns: auto 1fr auto;
  padding: 20px;
  text-decoration: none !important;
}

.vb-tool-related .vb-tools-shell > div:last-child > a:hover,
.vb-tool-related .vb-tools-shell > div:last-child > a:focus-visible {
  border-color: var(--vbt-green);
}

.vb-tool-related .vb-tools-shell > div:last-child > a > span {
  align-items: center;
  background: var(--vbt-green-soft);
  border-radius: 9px;
  color: var(--vbt-green);
  display: flex;
  grid-row: 1 / 3;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.vb-tool-related small {
  color: var(--vbt-muted);
  font-size: 0.66rem;
  font-weight: 800;
  text-transform: uppercase;
}

.vb-tool-related strong {
  font-size: 0.94rem;
  line-height: 1.3;
}

.vb-tool-related b {
  color: var(--vbt-green);
  grid-column: 3;
  grid-row: 1 / 3;
}

@media (max-width: 980px) {
  .vb-tools-hero__grid,
  .vb-tool-hero__grid,
  .vb-tools-guides .vb-tools-shell,
  .vb-tool-explainer .vb-tools-shell {
    grid-template-columns: 1fr;
  }

  .vb-tools-hero__panel {
    max-width: 440px;
  }

  .vb-tool-hero__icon {
    aspect-ratio: auto;
    flex-direction: row;
    gap: 1rem;
    justify-self: start;
    max-width: 320px;
    min-height: 120px;
    width: 100%;
  }

  .vb-tools-featured__grid,
  .vb-tools-directory__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vb-tool-workspace__grid {
    grid-template-columns: 1fr;
  }

  .vb-tool-resources__grid {
    grid-template-columns: 1fr;
  }

  .vb-tool-workspace__grid > aside {
    grid-template-columns: 1fr 1fr;
    position: static;
  }

  .vb-tool-explainer .vb-tools-shell > div:last-child {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.19);
    padding: 2rem 0 0;
  }
}

@media (max-width: 760px) {
  .vb-tools-section-heading {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .vb-tools-hero__stats {
    grid-template-columns: 1fr;
  }

  .vb-tools-hero__stats span {
    flex-direction: row;
    justify-content: space-between;
  }

  .vb-tools-hero__stats span + span {
    border-left: 0;
    border-top: 1px solid var(--vbt-line);
  }

  .vb-tools-featured__grid,
  .vb-tools-directory__grid,
  .vb-tools-method__grid,
  .vb-tool-how ol,
  .vb-tool-related .vb-tools-shell > div:last-child {
    grid-template-columns: 1fr;
  }

  .vb-tools-featured__grid > a {
    min-height: 220px;
  }

  .vb-tool__grid {
    grid-template-columns: 1fr;
  }

  .vb-tax-regions {
    grid-template-columns: 1fr;
  }

  .vb-tool-workspace__grid > aside {
    grid-template-columns: 1fr;
  }

  .vb-tools-method__grid article,
  .vb-tool-how li {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .vb-tool-how li {
    border-color: var(--vbt-line);
  }

  .vb-tool-anchor-nav .vb-tools-shell {
    gap: 1.1rem;
  }

  .admin-bar .vb-tool-anchor-nav {
    top: 46px;
  }
}

@media (max-width: 480px) {
  .vb-tools-shell {
    padding-inline: 17px;
  }

  .vb-tools-hero h1,
  .vb-tool-hero h1 {
    font-size: clamp(2.35rem, 13vw, 3.4rem);
  }

  .vb-tools-hero__actions,
  .vb-tools-button {
    width: 100%;
  }

  .vb-tools-hero__panel {
    box-shadow: 8px 8px 0 var(--vbt-gold);
    transform: none;
  }

  .vb-tools-directory__search {
    grid-template-columns: auto 1fr;
  }

  .vb-tools-directory__search button {
    grid-column: 1 / -1;
    margin-bottom: 8px;
  }

  .vb-tools-directory__filters {
    flex-wrap: nowrap;
    margin-inline: -20px;
    overflow-x: auto;
    padding-inline: 20px;
    scrollbar-width: none;
  }

  .vb-tools-directory__filters button {
    flex: 0 0 auto;
  }

  .vb-tool-hero__icon {
    transform: none;
  }

  .vb-tool__metrics {
    grid-template-columns: 1fr;
  }

  .vb-tool__progress {
    align-items: flex-start;
    flex-direction: column;
  }

  .vb-tool-resources__actions:not(.vb-tool-resources__actions--stack) {
    align-items: stretch;
    flex-direction: column;
  }

  .vb-tool-resources__actions:not(.vb-tool-resources__actions--stack) .vb-tool__button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vb-tools-portal-page *,
  .vb-tool-app-page * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/*
 * Kadence applies global heading colors with body-level selectors. Lock the
 * editorial dark panels to an explicit accessible palette so later theme
 * rules cannot turn their headings back to the default ink color.
 */
body.vb-tools-portal-page .vb-tools-method {
  background: #16231d;
}

body.vb-tools-portal-page .vb-tools-method h2,
body.vb-tools-portal-page .vb-tools-method h3,
body.vb-tools-portal-page .vb-tools-method strong {
  color: #fff !important;
}

body.vb-tools-portal-page .vb-tools-method .vb-tools-eyebrow {
  color: #b8dcc8 !important;
}

body.vb-tools-portal-page .vb-tools-method__grid p {
  color: #d0ddd6 !important;
}

body.vb-tool-app-page .vb-tool-hero h1,
body.vb-tool-app-page .vb-tool-hero strong {
  color: #fff !important;
}

body.vb-tool-app-page .vb-tool-explainer {
  background: #0d5a3b;
}

body.vb-tool-app-page .vb-tool-explainer h2 {
  color: #fff !important;
}

body.vb-tool-app-page .vb-tool-explainer .vb-tools-eyebrow {
  color: #c0e2cf !important;
}

body.vb-tool-app-page .vb-tool-explainer p {
  color: #e1eee7 !important;
}

body.vb-tool-app-page .vb-tool__result h3,
body.vb-tool-app-page .vb-tool__result .vb-tool__total,
body.vb-tool-app-page .vb-tool__result .vb-tool__metrics strong,
body.vb-tool-app-page .vb-tool__result .vb-tool__ranking strong {
  color: #fff !important;
}

body.vb-tool-app-page .vb-tool__result-heading > span {
  color: #f3c84b !important;
}

body.vb-tool-app-page .vb-tool__result .vb-tool__metrics span,
body.vb-tool-app-page .vb-tool__result .vb-tool__ranking span,
body.vb-tool-app-page .vb-tool__result .vb-tool__result-note {
  color: #c7d1cc !important;
}

@media print {
  @page {
    margin: 14mm;
  }

  body.vb-tool-app-page {
    background: #fff !important;
    color: #111 !important;
    font-size: 10pt;
  }

  body.vb-tool-app-page .site-header,
  body.vb-tool-app-page header.site-header,
  body.vb-tool-app-page #masthead,
  body.vb-tool-app-page .site-footer,
  body.vb-tool-app-page #colophon,
  body.vb-tool-app-page .vb-tool-page > *:not(.vb-tool-workspace),
  body.vb-tool-app-page .vb-tool-workspace .vb-tools-section-heading,
  body.vb-tool-app-page .vb-tool-workspace__grid > aside,
  body.vb-tool-app-page .vb-tool-shell > *:not(.vb-tool-print-area),
  body.vb-tool-app-page .vb-tool__button,
  body.vb-tool-app-page .vb-tax-regions button,
  body.vb-tool-app-page .vb-tax-regions a,
  body.vb-tool-app-page .vb-tax-result__link {
    display: none !important;
  }

  body.vb-tool-app-page .vb-tool-workspace,
  body.vb-tool-app-page .vb-tool-workspace__grid,
  body.vb-tool-app-page .vb-tool-print-area {
    background: #fff !important;
    display: block !important;
    margin: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    width: 100% !important;
  }

  body.vb-tool-app-page .vb-tool-workspace .vb-tools-shell {
    max-width: none !important;
    padding: 0 !important;
  }

  body.vb-tool-app-page .vb-tool-print-heading {
    border-bottom: 2px solid #111;
    display: block !important;
    margin: 0 0 12pt;
    padding-bottom: 8pt;
  }

  body.vb-tool-app-page .vb-tool-print-heading p {
    color: #444 !important;
    font-size: 8pt;
    margin: 0 0 3pt;
  }

  body.vb-tool-app-page .vb-tool-print-heading h1 {
    color: #111 !important;
    font-size: 20pt;
    margin: 0;
  }

  body.vb-tool-app-page .vb-tool {
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #111 !important;
    padding: 0 !important;
  }

  body.vb-tool-app-page .vb-tool h2,
  body.vb-tool-app-page .vb-tool h3,
  body.vb-tool-app-page .vb-tool h4,
  body.vb-tool-app-page .vb-tool p,
  body.vb-tool-app-page .vb-tool li,
  body.vb-tool-app-page .vb-tool label,
  body.vb-tool-app-page .vb-tool legend,
  body.vb-tool-app-page .vb-tool span,
  body.vb-tool-app-page .vb-tool strong {
    color: #111 !important;
  }

  body.vb-tool-app-page .vb-tool__result,
  body.vb-tool-app-page .vb-tax-result__missing {
    background: #fff !important;
    border: 1px solid #aaa !important;
    break-inside: avoid;
    box-shadow: none !important;
    color: #111 !important;
  }

  body.vb-tool-app-page .vb-tool__fieldset,
  body.vb-tool-app-page .vb-tool__check,
  body.vb-tool-app-page .vb-tax-regions article {
    break-inside: avoid;
  }

  body.vb-tool-app-page .vb-tool__progressbar {
    border: 1px solid #777;
  }

  body.vb-tool-app-page .vb-tool input,
  body.vb-tool-app-page .vb-tool select {
    background: #fff !important;
    border: 1px solid #777 !important;
    color: #111 !important;
  }
}
