/* Value Props cards */
.c-value-props-grid.c-value-props-grid {
	background-color: #fff3d1;
}

.c-value-props-grid .c-grid-standard--text-col {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 1px 2px rgba(21, 34, 50, 0.16);
  padding: 24px;
}

.c-value-props-grid h3 {
  font-family: "Euclid Circular A SemiBold", Helvetica, Arial, sans-serif !important;
  font-size: 20px !important;
  line-height: 28px !important;
}

.c-value-props-grid ul {
  margin-left: 24px;
}

.c-value-props-grid ul li {
  margin-bottom: 16px;
}

.c-value-props-grid ul li:last-child {
  margin-bottom: 0;
}

/* NovaTax CTA banner: edge-to-edge background, constrained content */
.c-novatax-cta-section .p-banner__bg-color--brand-primary {
  position: relative;
  background-color: #0A4B77;
  box-shadow: 0 0 0 100vmax #0A4B77;
  clip-path: inset(0 -100vmax);
}

/* Fix #1: Add to Cart section — vertically center image against taller text column */
.c-taxprime-cpe-section .layout__regions {
  align-items: center;
}

/* Fix #2: Hero second line — should be Regular weight, not Bold */
.c-hero-section h1 span:nth-of-type(2) {
  font-family: "Euclid Circular A", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

/* Fix #3: Learn More CTA & hero — correct padding size + vertical-center against headline+subhead stack */
.c-novatax-cta-section .c-cta-banner__content--items {
  align-items: center !important;
}

.c-novatax-cta-section .e-btn--primary {
  width: auto;
  padding: 20px 65px;
}

.c-novatax-cta-section {
	display: none !important;
}