.product-feature-detail-page {
  color: #07143f;
  background: #fff;
}

.product-feature-detail-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #d8e7fa;
  background:
    radial-gradient(circle at 70% 18%, rgba(116, 181, 255, 0.4), transparent 30%),
    linear-gradient(108deg, #fff 0%, #f7fbff 35%, #deeeff 68%, #6aa7ee 100%);
  isolation: isolate;
}

.product-feature-detail-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(145deg, transparent 0 66%, rgba(255,255,255,.28) 66.2% 78%, transparent 78.2%),
    linear-gradient(160deg, transparent 0 73%, rgba(27,113,232,.15) 73.2% 86%, transparent 86.2%);
}

.product-feature-detail-dots {
  position: absolute;
  top: 28px;
  right: 18px;
  z-index: -1;
  width: 300px;
  height: 200px;
  background-image: radial-gradient(circle, rgba(255,255,255,.95) 2px, transparent 2.5px);
  background-size: 16px 16px;
  opacity: .5;
  mask-image: linear-gradient(90deg, transparent, #000 28%);
}

.product-feature-detail-wave {
  position: absolute;
  right: -12%;
  bottom: -250px;
  z-index: -1;
  width: 74%;
  height: 420px;
  border-radius: 50% 0 0;
  transform: rotate(-8deg);
}

.product-feature-detail-wave.wave-one { background: rgba(78,151,245,.24); }
.product-feature-detail-wave.wave-two {
  right: -17%;
  bottom: -315px;
  background: rgba(17,103,222,.32);
}

.product-feature-detail-inner {
  width: min(100% - 44px, 1480px);
  margin: 0 auto;
  padding: 24px 0 28px;
}

.product-feature-detail-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  color: #5f7291;
  font-size: 12px;
}

.product-feature-detail-breadcrumb a { color: #1684ff; }
.product-feature-detail-breadcrumb .mdi { color: #91a3bd; }

.product-feature-detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(390px, .76fr) minmax(600px, 1.24fr);
  align-items: center;
  min-height: 540px;
}

.product-feature-detail-copy {
  position: relative;
  z-index: 2;
  padding: 38px 0 46px;
}

.product-feature-detail-eyebrow,
.product-feature-section-label {
  margin: 0 0 13px;
  color: #087df4;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.product-feature-detail-copy h1 {
  max-width: 570px;
  margin: 0;
  font-size: clamp(45px, 4.5vw, 68px);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.product-feature-detail-description {
  max-width: 570px;
  margin: 23px 0 0;
  color: #52627b;
  font-size: 17px;
  line-height: 1.7;
}

.product-feature-detail-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 22px;
  max-width: 560px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.product-feature-detail-highlights li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #263451;
  font-size: 14px;
  font-weight: 600;
}

.product-feature-detail-highlights .mdi { color: #087df4; font-size: 19px; }

.product-feature-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
}

.product-feature-detail-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 23px;
  border: 1px solid #087df4;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 700;
  transition: 180ms ease;
}

.product-feature-detail-action.primary {
  background: #087df4;
  color: #fff;
  box-shadow: 0 10px 24px rgba(8,125,244,.23);
}

.product-feature-detail-action.secondary {
  background: rgba(255,255,255,.7);
  color: #087df4;
}

.product-feature-detail-action:hover {
  border-color: #07143f;
  background: #07143f;
  color: #fff;
}

.product-feature-detail-visual {
  align-self: end;
  margin-right: -7%;
  margin-left: -10%;
  pointer-events: none;
}

.product-feature-detail-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.product-feature-overview {
  padding: 76px 0 68px;
  background:
    radial-gradient(circle at 84% 8%, rgba(77,154,246,.08), transparent 28%),
    #fff;
}

.product-feature-overview-inner {
  display: grid;
  grid-template-columns: minmax(420px, .9fr) minmax(520px, 1.1fr);
  align-items: center;
  gap: 64px;
  width: min(100% - 44px, 1320px);
  margin: 0 auto;
}

.product-feature-overview-image {
  overflow: hidden;
  border: 1px solid #dce8f7;
  border-radius: 18px;
  background: #edf6ff;
  box-shadow: 0 18px 42px rgba(24,63,115,.1);
}

.product-feature-overview-image img {
  display: block;
  width: 100%;
  height: 390px;
  object-fit: contain;
}

.product-feature-overview-copy h2,
.product-feature-key-inner h2 {
  margin: 0;
  font-size: clamp(31px, 3vw, 44px);
  line-height: 1.15;
  letter-spacing: -.03em;
}

.product-feature-overview-copy > p:not(.product-feature-section-label) {
  margin: 18px 0 0;
  color: #60708a;
  font-size: 15px;
  line-height: 1.7;
}

.product-feature-overview-copy ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 24px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.product-feature-overview-copy li {
  display: flex;
  gap: 9px;
  color: #263451;
  font-size: 14px;
}

.product-feature-overview-copy li .mdi { color: #087df4; font-size: 18px; }

.product-feature-key-section {
  padding: 58px 0 66px;
  background: #f7fbff;
}

.product-feature-key-inner {
  width: min(100% - 44px, 1320px);
  margin: 0 auto;
}

.product-feature-key-inner > header { text-align: center; }

.product-feature-key-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.product-feature-key-grid article {
  display: flex;
  gap: 17px;
  min-height: 170px;
  padding: 27px;
  border: 1px solid #dce7f5;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(20,57,106,.07);
}

.product-feature-preview-section {
  padding: 66px 0 86px;
  background:
    radial-gradient(circle at 88% 8%, rgba(83, 159, 250, .1), transparent 28%),
    #fff;
}

.product-feature-preview-inner {
  display: grid;
  grid-template-columns: minmax(260px, .38fr) minmax(620px, 1fr);
  align-items: center;
  gap: 52px;
  width: min(100% - 44px, 1440px);
  margin: 0 auto;
}

.product-feature-preview-copy h2 {
  margin: 0;
  font-size: clamp(31px, 3vw, 44px);
  line-height: 1.15;
  letter-spacing: -.03em;
}

.product-feature-preview-copy > p:not(.product-feature-section-label) {
  margin: 18px 0 0;
  color: #60708a;
  font-size: 15px;
  line-height: 1.7;
}

.product-feature-preview-carousel {
  position: relative;
  padding: 0 48px 30px;
}

.product-feature-preview-frame {
  overflow: hidden;
  border: 1px solid #dce7f5;
  border-radius: 15px;
  background: #f5f8fc;
  box-shadow: 0 18px 42px rgba(24, 63, 115, .12);
}

.product-feature-preview-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 2.13 / 1;
  object-fit: contain;
  background: #f5f8fc;
  animation: product-feature-preview-reveal 220ms ease;
}

@keyframes product-feature-preview-reveal {
  from { opacity: .25; }
  to { opacity: 1; }
}

.product-feature-preview-arrow {
  position: absolute;
  top: calc(50% - 30px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #cfe0f4;
  border-radius: 50%;
  background: #fff;
  color: #087df4;
  box-shadow: 0 8px 22px rgba(27, 70, 126, .1);
  cursor: pointer;
}

.product-feature-preview-arrow:hover {
  border-color: #087df4;
  background: #087df4;
  color: #fff;
}

.product-feature-preview-arrow.previous { left: 0; }
.product-feature-preview-arrow.next { right: 0; }
.product-feature-preview-arrow .mdi { font-size: 25px; }

.product-feature-preview-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.product-feature-preview-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d4dfed;
  cursor: pointer;
}

.product-feature-preview-dots button.active {
  width: 24px;
  border-radius: 999px;
  background: #087df4;
}

.product-feature-closing-section {
  padding: 62px 0 0;
  border-top: 1px solid #e3edf8;
  background: #fff;
}

.product-feature-closing-grid {
  display: grid;
  grid-template-columns: 1.18fr .96fr 1.22fr;
  width: min(100% - 44px, 1440px);
  margin: 0 auto;
}

.product-feature-closing-grid > div {
  padding: 18px 40px 42px;
}

.product-feature-closing-grid > div + div {
  border-left: 1px solid #e3edf8;
}

.product-feature-closing-grid h2 {
  margin: 0;
  font-size: clamp(25px, 2vw, 32px);
  line-height: 1.2;
  letter-spacing: -.025em;
}

.product-feature-benefits > h2,
.product-feature-process > h2 {
  min-height: 77px;
}

.product-feature-benefits ul,
.product-feature-process ol {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.product-feature-benefits-content {
  display: grid;
  grid-template-columns: minmax(170px, 1fr) minmax(180px, .9fr);
  align-items: end;
  gap: 8px;
}

.product-feature-benefits-content img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: contain;
  object-position: center bottom;
}

.product-feature-benefits {
  padding-right: 18px !important;
  padding-left: 26px !important;
}

.product-feature-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 13px;
  color: #34435f;
  font-size: 14px;
  line-height: 1.45;
}

.product-feature-benefits li:first-child {
  margin-top: 0;
}

.product-feature-benefits li .mdi {
  display: inline-flex;
  flex: 0 0 18px;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border-radius: 50%;
  background: #087df4;
  color: #fff;
  font-size: 0;
  line-height: 1;
}

.product-feature-benefits li .mdi::before {
  content: "✓";
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.product-feature-process ol {
  position: relative;
}

.product-feature-process ol::before {
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 22px;
  width: 1px;
  content: "";
  border-left: 1px dashed #a9c9ee;
}

.product-feature-process li {
  position: relative;
  display: grid;
  grid-template-columns: 46px 26px 1fr;
  align-items: center;
  gap: 10px;
  min-height: 62px;
}

.product-feature-process li > .mdi,
.product-feature-process-symbol,
.product-feature-process-svg {
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #087df4;
  color: #fff;
  font-size: 22px;
  box-shadow: 0 7px 18px rgba(8, 125, 244, .2);
}

.product-feature-process-symbol {
  font-family: Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}

.product-feature-process-svg svg {
  display: block;
  width: 25px;
  height: 25px;
  overflow: visible;
}

/*
 * Paint the ESS sign-in and tracked-status marks with CSS geometry.
 * This deliberately overrides both icon-font and SVG descendants so the
 * marks remain visible even when a browser is holding an older JS bundle.
 */
.product-feature-employee-self-service .product-feature-process li:nth-child(1) > :first-child,
.product-feature-employee-self-service .product-feature-process li:nth-child(4) > :first-child {
  position: relative;
}

.product-feature-employee-self-service .product-feature-process li:nth-child(1) > :first-child > svg,
.product-feature-employee-self-service .product-feature-process li:nth-child(4) > :first-child > svg {
  display: none !important;
}

.product-feature-employee-self-service .product-feature-process li:nth-child(1) > :first-child::before {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  width: 26px !important;
  height: 26px !important;
  content: "" !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3 19 6v5c0 4.6-2.8 7.8-7 10-4.2-2.2-7-5.4-7-10V6l7-3Z' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  transform: none !important;
}

.product-feature-employee-self-service .product-feature-process li:nth-child(1) > :first-child::after {
  content: none !important;
}

.product-feature-employee-self-service .product-feature-process li:nth-child(4) > :first-child::before {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  width: 26px !important;
  height: 26px !important;
  content: "" !important;
  border: 0 !important;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 4v16h16' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='m7 15 4-5 3 3 5-7' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  transform: none !important;
}

.product-feature-employee-self-service .product-feature-process li:nth-child(4) > :first-child::after {
  content: none !important;
}

.product-feature-process li:nth-child(2) > .mdi,
.product-feature-process li:nth-child(2) > .product-feature-process-symbol,
.product-feature-process li:nth-child(2) > .product-feature-process-svg { background: #19aa7b; }
.product-feature-process li:nth-child(3) > .mdi,
.product-feature-process li:nth-child(3) > .product-feature-process-symbol,
.product-feature-process li:nth-child(3) > .product-feature-process-svg { background: #f2a321; }
.product-feature-process li:nth-child(4) > .mdi,
.product-feature-process li:nth-child(4) > .product-feature-process-symbol,
.product-feature-process li:nth-child(4) > .product-feature-process-svg { background: #8b62ee; }
.product-feature-process li:nth-child(5) > .mdi,
.product-feature-process li:nth-child(5) > .product-feature-process-symbol,
.product-feature-process li:nth-child(5) > .product-feature-process-svg { background: #117ad9; }

.product-feature-closing-grid.align-item-rows .product-feature-benefits ul,
.product-feature-closing-grid.align-item-rows .product-feature-process ol {
  display: grid;
  grid-auto-rows: 68px;
}

.product-feature-closing-grid.align-item-rows .product-feature-benefits li {
  align-items: center;
  min-height: 68px;
  margin: 0;
}

.product-feature-loan-management
  .product-feature-closing-grid.align-item-rows
  .product-feature-benefits
  ul,
.product-feature-loan-management
  .product-feature-closing-grid.align-item-rows
  .product-feature-process
  ol {
  grid-auto-rows: 86px;
}

.product-feature-loan-management
  .product-feature-closing-grid.align-item-rows
  .product-feature-benefits
  li {
  min-height: 0;
}

.product-feature-loan-management
  .product-feature-closing-grid.align-item-rows
  .product-feature-benefits
  ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.product-feature-loan-management
  .product-feature-closing-grid.align-item-rows
  .product-feature-benefits
  li {
  line-height: 1.45;
}

.product-feature-loan-management
  .product-feature-closing-grid.align-item-rows
  .product-feature-process
  ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-feature-loan-management
  .product-feature-closing-grid.align-item-rows
  .product-feature-process
  li {
  min-height: 0;
}

.product-feature-closing-grid.align-item-rows .product-feature-process li p {
  font-size: 11.5px;
  line-height: 1.3;
}

.product-feature-process-number {
  color: #7a8aa4;
  font-size: 13px;
  font-weight: 700;
}

.product-feature-process h3 {
  margin: 0 0 3px;
  font-size: 14px;
}

.product-feature-process li p {
  margin: 0;
  color: #71809a;
  font-size: 12px;
  line-height: 1.45;
}

.product-feature-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 25px;
}

.product-feature-related-grid a {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 72px;
  padding: 12px;
  border: 1px solid #e1eaf5;
  border-radius: 10px;
  color: #273653;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 7px 18px rgba(33, 71, 121, .05);
  transition: 180ms ease;
}

.product-feature-related-grid a:hover {
  border-color: #087df4;
  color: #087df4;
  transform: translateY(-2px);
}

.product-feature-related-grid .mdi {
  display: inline-flex;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background: #eaf4ff;
  color: #087df4;
  font-size: 21px;
}

.product-feature-related-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: #087df4;
  font-size: 13px;
  font-weight: 700;
}

.product-feature-final-cta {
  display: grid;
  grid-template-columns: auto minmax(300px, 1fr) auto;
  align-items: center;
  gap: 25px;
  width: min(100% - 44px, 1440px);
  min-height: 150px;
  margin: 0 auto;
  padding: 28px 48px;
  border-radius: 18px 18px 0 0;
  background:
    radial-gradient(circle at 8% 20%, rgba(255, 255, 255, .16) 2px, transparent 2.5px) 0 0 / 14px 14px,
    linear-gradient(110deg, #087df4, #0644c7 58%, #0a2f98);
  color: #fff;
  box-shadow: 0 -10px 32px rgba(13, 72, 166, .16);
}

.product-feature-final-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  font-size: 37px;
}

.product-feature-final-cta h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(25px, 2.3vw, 35px);
}

.product-feature-final-cta p {
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-size: 14px;
}

.product-feature-final-cta-actions {
  display: flex;
  gap: 14px;
}

.product-feature-final-cta-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid #fff;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 700;
}

.product-feature-final-cta-actions .primary {
  background: #fff;
  color: #0867dc;
}

.product-feature-final-cta-actions .secondary {
  background: transparent;
  color: #fff;
}

.product-feature-key-grid article > .mdi {
  display: inline-flex;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 11px;
  background: #e8f3ff;
  color: #087df4;
  font-size: 26px;
}

.product-feature-key-grid h3 {
  margin: 2px 0 9px;
  font-size: 18px;
  line-height: 1.3;
}

.product-feature-key-grid p {
  margin: 0;
  color: #60708a;
  font-size: 13px;
  line-height: 1.65;
}

@media (max-width: 1199px) {
  .product-feature-detail-hero-grid {
    grid-template-columns: minmax(360px, .82fr) minmax(500px, 1.18fr);
  }
}

@media (max-width: 991px) {
  .product-feature-detail-inner { width: min(100% - 36px, 760px); }
  .product-feature-detail-hero-grid { grid-template-columns: 1fr; }
  .product-feature-detail-copy { max-width: 650px; padding-bottom: 15px; }
  .product-feature-detail-visual { width: 112%; margin: 0 -6% -2%; }
  .product-feature-overview-inner { grid-template-columns: 1fr; max-width: 760px; }
  .product-feature-key-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-feature-preview-inner {
    grid-template-columns: 1fr;
    max-width: 900px;
    gap: 34px;
  }
  .product-feature-closing-grid {
    grid-template-columns: 1fr 1fr;
    max-width: 900px;
  }
  .product-feature-closing-grid > div:nth-child(3) {
    grid-column: 1 / -1;
    border-top: 1px solid #e3edf8;
    border-left: 0;
  }
  .product-feature-final-cta {
    grid-template-columns: auto 1fr;
    max-width: 900px;
  }
  .product-feature-final-cta-actions {
    grid-column: 1 / -1;
    padding-left: 97px;
  }
}

@media (max-width: 575px) {
  .product-feature-detail-inner,
  .product-feature-overview-inner,
  .product-feature-key-inner,
  .product-feature-preview-inner,
  .product-feature-closing-grid,
  .product-feature-final-cta { width: min(100% - 30px, 540px); }
  .product-feature-detail-inner { padding-top: 20px; }
  .product-feature-detail-copy h1 { font-size: clamp(37px, 11vw, 50px); }
  .product-feature-detail-description { font-size: 15px; }
  .product-feature-detail-highlights,
  .product-feature-overview-copy ul,
  .product-feature-key-grid { grid-template-columns: 1fr; }
  .product-feature-detail-action { width: 100%; }
  .product-feature-overview { padding: 58px 0; }
  .product-feature-overview-inner { gap: 38px; }
  .product-feature-overview-image img { height: 270px; }
  .product-feature-key-section { padding: 52px 0 64px; }
  .product-feature-preview-section { padding: 54px 0 64px; }
  .product-feature-preview-carousel { padding: 0 0 44px; }
  .product-feature-preview-arrow {
    top: auto;
    bottom: 0;
  }
  .product-feature-preview-arrow.previous { left: calc(50% - 54px); }
  .product-feature-preview-arrow.next { right: calc(50% - 54px); }
  .product-feature-preview-dots { display: none; }
  .product-feature-closing-section { padding-top: 42px; }
  .product-feature-closing-grid { grid-template-columns: 1fr; }
  .product-feature-closing-grid > div { padding: 18px 8px 34px; }
  .product-feature-closing-grid > div + div,
  .product-feature-closing-grid > div:nth-child(3) {
    grid-column: auto;
    border-top: 1px solid #e3edf8;
    border-left: 0;
  }
  .product-feature-benefits > h2,
  .product-feature-process > h2 { min-height: 0; }
  .product-feature-related-grid { grid-template-columns: 1fr; }
  .product-feature-benefits-content {
    grid-template-columns: 1fr;
  }
  .product-feature-benefits-content img {
    width: min(88%, 310px);
    margin: 10px auto 0;
  }
  .product-feature-final-cta {
    grid-template-columns: 1fr;
    padding: 28px 24px 32px;
    text-align: center;
  }
  .product-feature-final-cta-icon { margin: 0 auto; }
  .product-feature-final-cta-actions {
    grid-column: auto;
    flex-direction: column;
    padding-left: 0;
  }
  .product-feature-final-cta-actions a { width: 100%; }
}
