html {
  scroll-behavior: smooth;
}

.pensionCalcPage {
  background:
    radial-gradient(circle at 24% 8%, rgba(127, 175, 154, 0.18), transparent 34%),
    radial-gradient(circle at 74% 34%, rgba(63, 143, 111, 0.10), transparent 32%),
    #f6f8f5;
  scroll-behavior: smooth;
}

.pcMain {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 20px 0 64px;
  color: #101828;
}

.pcHero,
.pcWorkspace,
.pcChartSection,
.pcCta {
  border: 1px solid rgba(16, 24, 40, 0.10);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 20px 48px rgba(28, 54, 43, 0.08);
}

.pcHero {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  gap: 28px;
  align-items: start;
  padding: 30px 34px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

.pcHero::after {
  content: "";
  position: absolute;
  inset: auto -20% -45% 35%;
  height: 220px;
  background: linear-gradient(90deg, rgba(63, 143, 111, 0.18), rgba(245, 181, 85, 0.18));
  filter: blur(42px);
  pointer-events: none;
}

.pcHeroText {
  position: relative;
  z-index: 1;
  max-width: 740px;
}

.pcHeroInsightPanel {
  position: relative;
  z-index: 1;
  margin-top: 42px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(63, 143, 111, 0.14);
  box-shadow: 0 18px 42px rgba(28, 54, 43, 0.10);
}

.pcHeroInsightPanel h2 {
  margin: 0 0 12px;
  color: #101828;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: 0;
}

.pcHeroInsightPanel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pcHeroInsightPanel li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #344054;
  font-size: 14px;
  font-weight: 620;
  line-height: 1.35;
}

.pcHeroInsightPanel li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  border-radius: 999px;
  background: rgba(63, 143, 111, 0.10);
  color: #2f6f58;
  font-size: 12px;
  font-weight: 760;
  box-shadow: inset 0 0 0 1px rgba(63, 143, 111, 0.14);
}

.pcHeroInsightPanel li span::before {
  content: "✓";
}

.pcKicker,
.pcBetaPill {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(47, 111, 88, 0.16);
  background: rgba(47, 111, 88, 0.08);
  color: #2f6f58;
  font-size: 12px;
  font-weight: 680;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pcHero h1 {
  margin: 10px 0 16px;
  font-size: 42px;
  line-height: 1.02;
  letter-spacing: 0;
}

.pcHero p,
.pcPanelHeader p,
.pcDisclaimer,
.pcCta p {
  color: #667085;
  line-height: 1.55;
}

.pcHero p {
  margin: 0;
  font-size: 16px;
}

.pcHeroMessage {
  display: grid;
  gap: 0;
  max-width: 740px;
}

.pcHeroMessage p {
  max-width: 720px;
}

.pcHeroMessage p {
  color: #526177;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px;
}

.pcHeroQuestions {
  display: block;
  margin: 0 0 16px;
}

.pcHeroQuestions strong {
  display: inline;
  color: #101828;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 720;
  letter-spacing: 0;
}

.pcHeroTrust {
  margin: 0 0 18px !important;
  color: #667085 !important;
  font-size: 13.5px !important;
  font-weight: 560;
}

.pcSummaryLabel,
.pcMetric span {
  color: #667085;
  font-size: 13px;
  font-weight: 560;
}

.pcHeroCta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 55px;
  margin-top: 0;
  padding: 0 28px;
  border-radius: 999px;
  background: #2f6f58;
  color: #ffffff;
  font-size: 15px;
  font-weight: 650;
  box-shadow: 0 15px 30px rgba(40, 95, 75, 0.22);
}

.pcHeroCta:hover {
  background: #285f49;
  box-shadow: 0 16px 30px rgba(40, 95, 75, 0.26);
}

.pcHeroSupport {
  margin-top: 10px !important;
  color: #667085 !important;
  font-size: 13.5px !important;
  font-weight: 540;
}

.pcTypeBand {
  display: flex;
  margin: 20px 0;
  scroll-margin-top: 96px;
}

.pcTypeSegment {
  display: inline-flex;
  gap: 8px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(16, 24, 40, 0.08);
  box-shadow: 0 14px 32px rgba(28, 54, 43, 0.07);
}

.pcTypeBtn {
  appearance: none;
  min-height: 44px;
  border: 1px solid rgba(16, 24, 40, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #253a31;
  padding: 0 18px;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(16, 24, 40, 0.04);
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.pcTypeBtn:hover {
  background: #ffffff;
  border-color: rgba(63, 143, 111, 0.30);
  color: #2f6f58;
  box-shadow: 0 12px 24px rgba(40, 95, 75, 0.10);
  transform: translateY(-1px);
}

.pcTypeBtn.active {
  color: #ffffff;
  background: #2f6f58;
  border-color: rgba(28, 87, 62, 0.95);
  box-shadow: 0 14px 28px rgba(40, 95, 75, 0.26);
}

.pcWorkspace {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.85fr);
  gap: 0;
  align-items: stretch;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  scroll-margin-top: 100px;
}

.pcForm,
.pcResults,
.pcChartSection,
.pcCta {
  padding: 30px 32px;
}

.pcForm {
  border-right: 0;
  display: flex;
  flex-direction: column;
}

.pcPanelHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 18px;
}

.pcPanelHeader h2,
.pcCta h2 {
  margin: 0 0 6px;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
}

.pcPanelHeader p,
.pcCta p {
  margin: 0;
  font-size: 14px;
}

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

#pcPublicFields .pcGrid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

#pcStateFields .pcGrid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

#pcPrivateFields .pcGrid,
#pcPrsaFields .pcGrid {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

#pcPublicFields .pcGrid > .pcField {
  grid-column: span 3;
}

#pcStateFields .pcGrid > .pcField {
  grid-column: span 3;
}

#pcPrivateFields .pcGrid > .pcField,
#pcPrsaFields .pcGrid > .pcField {
  grid-column: span 4;
}

#pcPublicFields .pcGrid > .pcPublicFinalInput,
#pcPublicFields .pcGrid > .pcTargetField {
  grid-column: span 2;
}

#pcPublicFields .pcGrid > .pcTargetField {
  grid-column: 4 / span 3;
}

#pcStateFields .pcGrid > .pcField:nth-child(3),
#pcStateFields .pcGrid > .pcField:nth-child(4),
#pcStateFields .pcGrid > .pcTargetField {
  grid-column: span 2;
}

#pcPrivateFields .pcGrid > .pcField:nth-child(5),
#pcPrivateFields .pcGrid > .pcField:nth-child(6),
#pcPrsaFields .pcGrid > .pcField:nth-child(5),
#pcPrsaFields .pcGrid > .pcField:nth-child(6) {
  grid-column: span 2;
}

#pcPrivateFields .pcGrid > .pcTargetField,
#pcPrsaFields .pcGrid > .pcTargetField {
  grid-column: span 4;
}

.pcField {
  display: grid;
  gap: 9px;
  color: #526177;
  font-size: 13px;
  font-weight: 560;
}

.pcField input,
.pcField select {
  width: 100%;
  box-sizing: border-box;
  height: 52px;
  border: 1px solid rgba(16, 24, 40, 0.12);
  border-radius: 14px;
  background: #fbfdfb;
  color: #101828;
  padding: 0 14px;
  font: inherit;
  font-size: 16px;
  text-align: center;
}

.pcAffixInput,
.pcCurrencyInput {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  height: 52px;
  border: 1px solid rgba(16, 24, 40, 0.12);
  border-radius: 14px;
  background: #fbfdfb;
  overflow: hidden;
}

.pcAffixInput > span,
.pcCurrencyInput > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 100%;
  color: #2f6f58;
  font-size: 17px;
  font-weight: 700;
  border-right: 1px solid rgba(16, 24, 40, 0.08);
  background: rgba(63, 143, 111, 0.07);
}

.pcAffixInput input,
.pcCurrencyInput input {
  height: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0 12px;
  text-align: center;
}

.pcAffixInput:focus-within,
.pcCurrencyInput:focus-within {
  outline: 2px solid rgba(47, 111, 88, 0.22);
  outline-offset: 2px;
  border-color: rgba(47, 111, 88, 0.45);
}

.pcField input:focus,
.pcField select:focus {
  outline: 2px solid rgba(47, 111, 88, 0.22);
  outline-offset: 2px;
  border-color: rgba(47, 111, 88, 0.45);
}

.pcAffixInput input:focus,
.pcCurrencyInput input:focus {
  outline: none;
}

.hidden {
  display: none !important;
}

.pcResults {
  background:
    radial-gradient(circle at 90% 8%, rgba(255, 255, 255, 0.14), transparent 28%),
    linear-gradient(180deg, #245f48 0%, #173f30 100%);
  display: flex;
  flex-direction: column;
  color: #ffffff;
}

.pcResults .pcPanelHeader h2 {
  color: #ffffff;
}

.pcResults .pcPanelHeader p {
  color: rgba(255, 255, 255, 0.72);
}

.pcResultHero {
  display: grid;
  gap: 7px;
  margin-bottom: 10px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 34px rgba(10, 32, 23, 0.18);
}

.pcResultHero span {
  color: #667085;
  font-size: 13px;
  font-weight: 650;
}

.pcResultHero strong {
  color: #10271d;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0;
}

.pcResultHero em {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(63, 143, 111, 0.10);
  color: #246249;
  font-style: normal;
  font-size: 13px;
  font-weight: 680;
  line-height: 1.25;
}

.pcResultHero p {
  margin: 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.45;
}

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

.pcMetric {
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  gap: 7px;
  min-height: 70px;
  padding: 10px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #101828;
  box-shadow: 0 12px 24px rgba(28, 54, 43, 0.06);
}

.pcMetric strong {
  color: #101828;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: 0;
}

.pcMetric span {
  color: #526177;
}

.pcOutlookMetric {
  grid-column: 1 / -1;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 60px;
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(255, 255, 255, 0.16);
}

.pcOutlookMetric strong {
  color: #101828;
  font-size: 23px;
  line-height: 1.1;
}

.pcOutlookMetric p {
  margin: 0;
  color: #101828;
  font-size: 16px;
  font-weight: 720;
  line-height: 1.25;
  max-width: 320px;
}

.pcOutlookIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  color: #ffffff;
  background: #2f6f58;
  flex: 0 0 36px;
}

.pcOutlookIcon::before {
  content: "";
  width: 15px;
  height: 8px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(-45deg) translate(1px, -1px);
}

.pcOutlookMetric.is-warning .pcOutlookIcon {
  background: #d98a1f;
}

.pcOutlookMetric.is-warning .pcOutlookIcon::before {
  content: "";
  width: 4px;
  height: 17px;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  transform: translateY(-3px);
}

.pcOutlookMetric.is-warning .pcOutlookIcon::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #ffffff;
  transform: translateY(11px);
}

.pcOutlookMetric.is-neutral .pcOutlookIcon {
  display: none;
}

.pcTargetField {
  margin-top: 0;
  max-width: calc(50% - 9px);
}

.pcGrid .pcTargetField {
  max-width: none;
}

.pcInputNote {
  margin: 16px 0 0;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(63, 143, 111, 0.07);
  border: 1px solid rgba(63, 143, 111, 0.12);
  color: #526177;
  font-size: 13px;
  line-height: 1.4;
}

.assetCalcLink {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  color: #0f766e;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.assetCalcLink:hover,
.assetCalcLink:focus-visible {
  color: #115e59;
}

.pcCalcModal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(16, 24, 40, 0.42);
}

.pcCalcModal.hidden {
  display: none;
}

.pcCalcModalCard.assetCalcPopover {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  width: min(560px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  overflow: auto;
  padding: 16px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(16, 24, 40, 0.14);
  color: #101828;
  box-shadow: 0 24px 60px rgba(16, 24, 40, 0.24), 0 8px 22px rgba(16, 24, 40, 0.14);
}

.pcCalcModalCard.assetCalcPopover::after {
  display: none;
}

.assetCalcPopoverHeader {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.assetCalcPopoverTitle {
  color: #101828;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 760;
}

.assetCalcPopoverClose {
  appearance: none;
  border: 1px solid rgba(16, 24, 40, 0.12);
  background: #f8fafc;
  color: #344054;
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  flex: 0 0 auto;
}

.assetCalcPopoverClose:hover,
.assetCalcPopoverClose:focus-visible {
  background: #f2f4f7;
}

.assetCalcPopoverIntro {
  margin-top: 10px;
  color: #475467;
  font-size: 13px;
  line-height: 1.45;
}

.assetCalcPopoverList {
  margin: 12px 0 0;
  padding-left: 20px;
  display: grid;
  gap: 8px;
  color: #344054;
  font-size: 13px;
  line-height: 1.45;
}

.assetCalcPopoverList li strong {
  color: #101828;
}

.assetCalcPopoverFootnote {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(16, 24, 40, 0.08);
  color: #475467;
  font-size: 12px;
  line-height: 1.4;
}

.pcChartSection {
  margin-top: 28px;
  border-radius: 24px;
  background: #ffffff;
  padding: 28px 32px 30px;
}

.pcChartSection .pcPanelHeader {
  margin-bottom: 8px;
}

.pcChartInsight {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 14px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(63, 143, 111, 0.08);
  color: #285f49;
  font-size: 13px;
  font-weight: 620;
  line-height: 1.4;
}

.pcChartWrap {
  position: relative;
  min-height: 0;
  height: 330px;
  padding-top: 0;
}

#pcIncomeChart {
  width: 100%;
  height: 330px;
}

.pcCta {
  margin-top: 28px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 112px;
  padding: 22px 32px;
  background:
    radial-gradient(circle at 86% 20%, rgba(255, 255, 255, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(43, 82, 63, 0.98), rgba(55, 116, 91, 0.96));
  color: #ffffff;
}

.pcCta p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 720px;
}

.pcCtaActions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.pcCtaActions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-weight: 650;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.pcCtaActions a.pcCtaPrimary {
  background: #ffffff;
  color: #2f6f58;
  box-shadow: 0 14px 26px rgba(12, 35, 26, 0.20);
}

.pcDisclaimer {
  margin: 20px 0 0;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(16, 24, 40, 0.08);
  font-size: 12px;
}

@media (max-width: 900px) {
  .pcMain {
    width: min(100% - 24px, 720px);
    padding-top: 14px;
  }

  .pcHero,
  .pcWorkspace {
    grid-template-columns: 1fr;
  }

  .pcHero {
    padding: 22px 20px;
    min-height: 0;
    gap: 18px;
  }

  .pcHero h1 {
    font-size: 36px;
  }

  .pcHero p {
    font-size: 16px;
  }

  .pcHeroInsightPanel {
    margin-top: 0;
    padding: 20px;
  }

  .pcHeroQuestions strong {
    font-size: 14px;
  }

  .pcHeroCta {
    width: 100%;
    box-sizing: border-box;
  }

  .pcTypeBand {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0 2px 8px;
    margin: 20px -2px 22px;
    scrollbar-width: none;
  }

  .pcTypeSegment {
    flex: 0 0 auto;
    min-width: max-content;
    border-radius: 20px;
  }

  .pcTypeBand::-webkit-scrollbar {
    display: none;
  }

  .pcTypeBtn {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .pcForm {
    border-right: 0;
    border-bottom: 1px solid rgba(16, 24, 40, 0.10);
  }

  .pcResults {
    margin-top: 0;
  }

  .pcForm,
  .pcResults,
  .pcChartSection,
  .pcCta {
    padding: 24px;
  }

  .pcPanelHeader {
    gap: 12px;
    margin-bottom: 16px;
  }

  .pcPanelHeader h2,
  .pcCta h2 {
    font-size: clamp(28px, 8vw, 40px);
    line-height: 1.08;
  }

  .pcPanelHeader p {
    font-size: 16px;
    line-height: 1.45;
  }

  #pcPrivateFields .pcGrid,
  #pcPrsaFields .pcGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  #pcPrivateFields .pcGrid > .pcField,
  #pcPrivateFields .pcGrid > .pcField:nth-child(5),
  #pcPrivateFields .pcGrid > .pcField:nth-child(6),
  #pcPrsaFields .pcGrid > .pcField,
  #pcPrsaFields .pcGrid > .pcField:nth-child(5),
  #pcPrsaFields .pcGrid > .pcField:nth-child(6) {
    grid-column: span 1;
  }

  #pcPrivateFields .pcGrid > .pcField:nth-child(3),
  #pcPrivateFields .pcGrid > .pcField:nth-child(4),
  #pcPrsaFields .pcGrid > .pcField:nth-child(3),
  #pcPrsaFields .pcGrid > .pcField:nth-child(4) {
    grid-column: span 1;
  }

  .pcField {
    gap: 7px;
    font-size: 12px;
    line-height: 1.25;
  }

  .pcField input,
  .pcField select,
  .pcAffixInput,
  .pcCurrencyInput {
    height: 46px;
    border-radius: 12px;
  }

  .pcField input,
  .pcField select {
    padding: 0 10px;
    font-size: 15px;
  }

  .pcAffixInput > span,
  .pcCurrencyInput > span {
    width: 34px;
    font-size: 15px;
  }

  .pcAffixInput input,
  .pcCurrencyInput input {
    padding: 0 8px;
  }

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

  .pcOutlookMetric {
    grid-column: 1 / -1;
  }

  .pcTargetField {
    max-width: none;
  }

  .pcResultHero strong {
    font-size: 34px;
  }

  .pcChartInsight {
    width: auto;
  }

  .pcCta {
    align-items: stretch;
    flex-direction: column;
    min-height: 0;
  }

  .pcCtaActions a {
    flex: 1 1 auto;
  }
}

@media (max-width: 600px) {
  .pcMain {
    width: min(100% - 24px, 520px);
  }

  .pcHero {
    padding: 28px 20px;
  }

  .pcHero h1 {
    font-size: 38px;
  }

  .pcMetricGrid {
    grid-template-columns: 1fr;
  }

  .pcOutlookMetric {
    grid-template-columns: 1fr;
  }

  #pcPublicFields .pcGrid {
    grid-template-columns: 1fr;
  }

  #pcStateFields .pcGrid {
    grid-template-columns: 1fr;
  }

  #pcPublicFields .pcGrid > .pcField,
  #pcPublicFields .pcGrid > .pcPublicFinalInput,
  #pcPublicFields .pcGrid > .pcTargetField,
  #pcStateFields .pcGrid > .pcField,
  #pcStateFields .pcGrid > .pcTargetField {
    grid-column: span 1;
  }

  #pcPrivateFields .pcGrid,
  #pcPrsaFields .pcGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  #pcPrivateFields .pcGrid > .pcField,
  #pcPrivateFields .pcGrid > .pcField:nth-child(3),
  #pcPrivateFields .pcGrid > .pcField:nth-child(4),
  #pcPrivateFields .pcGrid > .pcField:nth-child(5),
  #pcPrivateFields .pcGrid > .pcField:nth-child(6),
  #pcPrivateFields .pcGrid > .pcTargetField,
  #pcPrsaFields .pcGrid > .pcField,
  #pcPrsaFields .pcGrid > .pcField:nth-child(3),
  #pcPrsaFields .pcGrid > .pcField:nth-child(4),
  #pcPrsaFields .pcGrid > .pcField:nth-child(5),
  #pcPrsaFields .pcGrid > .pcField:nth-child(6),
  #pcPrsaFields .pcGrid > .pcTargetField {
    grid-column: span 1;
  }

  .pcForm,
  .pcResults,
  .pcChartSection,
  .pcCta {
    padding: 20px;
  }

  .pcField {
    min-width: 0;
  }

  .pcField input,
  .pcField select,
  .pcAffixInput,
  .pcCurrencyInput {
    height: 44px;
  }

  .pcPanelHeader {
    align-items: flex-start;
  }

  .pcChartWrap,
  #pcIncomeChart {
    height: 280px;
  }
}
