.whp-pricing-page .pricing-toggle-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 10px 0 8px;
}

.whp-pricing-page .run-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.whp-pricing-page .pricing-discount-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  background: #006c6e;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.whp-pricing-page .plan-card .top-content {
  min-height: 330px;
}

.whp-pricing-page .plan-best-for {
  min-height: 48px;
  margin: 8px 0 2px;
  color: #cbd4d8;
  font-size: 15px;
  line-height: 1.45;
}

.whp-pricing-page .plan-card .list-info,
.whp-pricing-page .plan-specs-list {
  margin: 0;
}

.whp-pricing-page .plan-card .list-info li,
.whp-pricing-page .plan-specs-list li {
  display: block;
  padding-left: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.whp-pricing-page .plan-card .list-info li::before,
.whp-pricing-page .plan-specs-list li::before {
  display: none;
}

.whp-pricing-page .plan-includes-title {
  margin-bottom: 8px;
  color: #aebbc1 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.whp-pricing-page .plan-specs-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  padding: 8px 14px;
  border: 0;
  border-radius: 6px;
  background: #006c6e;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.whp-pricing-page .plan-specs-toggle:hover,
.whp-pricing-page .plan-specs-toggle:focus {
  background: #008487;
  color: #fff;
}

.whp-pricing-page .plan-specs-toggle .when-open {
  display: none;
}

.whp-pricing-page .plan-specs-toggle[aria-expanded="true"] .when-closed {
  display: none;
}

.whp-pricing-page .plan-specs-toggle[aria-expanded="true"] .when-open {
  display: inline;
}

.whp-pricing-page .plan-specs-list {
  padding: 22px 60px 30px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  list-style: none;
}

.whp-pricing-page .plan-card:has(.plan-specs-list.show) .plan-core-list {
  padding-bottom: 22px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.whp-pricing-page .included-plans,
.whp-pricing-page .advanced-tools {
  margin-top: 54px;
}

.whp-pricing-page .pricing-subsection-title {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  margin-bottom: 26px !important;
  color: #fff;
  font-size: 18px !important;
  line-height: 1.4 !important;
  letter-spacing: .02em;
  text-align: center;
}

.whp-pricing-page .pricing-subsection-title::before,
.whp-pricing-page .pricing-subsection-title::after {
  content: "";
  width: 72px;
  height: 2px;
  background: #394a50;
}

.whp-pricing-page .included-plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.whp-pricing-page .included-plan-card {
  min-height: 150px;
  padding: 22px;
  border-radius: 8px;
  background: #071c22;
}

.whp-pricing-page .included-plan-card h3 {
  margin: 0 0 9px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.whp-pricing-page .included-plan-card p {
  margin: 0;
  color: #b8c3c8;
  font-size: 14px;
  line-height: 1.6;
}

.whp-pricing-page .advanced-tools .wrapper {
  margin-bottom: 0;
}

.whp-pricing-page .advanced-tools-intro {
  max-width: 960px;
  margin: 0;
  color: #cbd4d8;
  font-size: 16px;
  line-height: 1.7;
}

.whp-product-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.whp-product-benefits i {
  margin-right: 7px;
  color: #006c6e;
}

@media (max-width: 575px) {
  .whp-pricing-page .plan-card .top-content {
    min-height: 0;
  }

  .whp-pricing-page .included-plan-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .whp-pricing-page .plan-specs-list {
    padding: 20px 28px 26px;
  }

  .whp-pricing-page .pricing-subsection-title {
    gap: 10px;
    font-size: 16px !important;
  }

  .whp-pricing-page .pricing-subsection-title::before,
  .whp-pricing-page .pricing-subsection-title::after {
    width: 32px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .whp-pricing-page .included-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
