/* Shared components used by every Career and Business Fellowship cohort page. */

/* Leadership development and executive coaching */
.development-section {
  padding: 96px 0 104px;
  background: #0d2521;
  color: #fff;
}

.development-intro {
  display: grid;
  grid-template-columns: minmax(190px, .52fr) minmax(0, 1.48fr);
  gap: clamp(40px, 7vw, 94px);
  align-items: start;
}

.development-intro .eyebrow {
  margin: 9px 0 0;
  color: #e6dc7c;
}

.development-intro h2 {
  max-width: 830px;
  margin: 0;
  color: #fff;
  font: 500 clamp(2.7rem, 4.4vw, 4rem)/1 var(--serif);
  letter-spacing: -.05em;
  text-wrap: balance;
}

.development-intro p {
  max-width: 720px;
  margin: 21px 0 0;
  color: #bfd0ca;
  font-size: .98rem;
  line-height: 1.72;
}

.development-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 56px;
}

.development-card {
  position: relative;
  min-width: 0;
  padding: 34px 34px 32px;
  border: 1px solid rgba(255, 255, 255, .2);
  background: #12312b;
  box-shadow: 9px 9px 0 rgba(0, 0, 0, .18);
}

.development-card.coaching {
  border-color: rgba(230, 220, 124, .48);
  background: #f4f1e9;
  color: #122d28;
  box-shadow: 9px 9px 0 rgba(230, 220, 124, .18);
}

.development-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 23px;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.development-card.coaching .development-card-head {
  border-bottom-color: #c8d0cb;
}

.development-card-label {
  color: #e6dc7c;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.development-card.coaching .development-card-label {
  color: #486d62;
}

.development-card-number {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(230, 220, 124, .5);
  border-radius: 50%;
  color: #e6dc7c;
  font-size: .58rem;
  font-weight: 800;
}

.development-card.coaching .development-card-number {
  border-color: #9cafA7;
  color: #486d62;
}

.development-card h3 {
  margin: 28px 0 0;
  color: #fff;
  font: 500 clamp(2rem, 3vw, 2.65rem)/1.04 var(--serif);
  letter-spacing: -.04em;
}

.development-card.coaching h3 {
  color: #122d28;
}

.development-card > p {
  margin: 17px 0 0;
  color: #c4d3ce;
  font-size: .92rem;
  line-height: 1.7;
}

.development-card.coaching > p {
  color: #52615a;
}

.development-list {
  display: grid;
  gap: 0;
  margin: 27px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .17);
  list-style: none;
}

.development-card.coaching .development-list {
  border-top-color: #c8d0cb;
}

.development-list li {
  position: relative;
  padding: 13px 0 13px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  color: #edf3f0;
  font-size: .82rem;
  line-height: 1.48;
}

.development-card.coaching .development-list li {
  border-bottom-color: #d4dad6;
  color: #344a42;
}

.development-list li::before {
  position: absolute;
  top: 13px;
  left: 1px;
  color: #e6dc7c;
  content: "\2713";
  font-weight: 800;
}

.development-card.coaching .development-list li::before {
  color: #486d62;
}

.development-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: center;
  margin-top: 34px;
  padding-top: 23px;
  border-top: 1px solid rgba(255, 255, 255, .17);
  color: #aebfba;
  font-size: .73rem;
  line-height: 1.55;
}

.development-note strong {
  color: #e6dc7c;
  font-size: .6rem;
  letter-spacing: .11em;
  text-transform: uppercase;
}

/* Fellowship pricing — the single source of truth for all cohort pages. */
.fees-section {
  padding: 46px 0 50px;
  background: #f4f1e9;
}

.fellowship-pricing-wrap {
  width: min(calc(100% - 48px), 1180px);
}

.fees-intro {
  display: grid;
  grid-template-columns: minmax(210px, .5fr) minmax(0, 1.5fr);
  gap: clamp(48px, 8vw, 112px);
  align-items: start;
}

.fees-intro .eyebrow {
  margin: 10px 0 0;
  color: #486d62;
}

.fees-intro h2 {
  margin: 0;
  font: 500 clamp(2.5rem, 4vw, 3.65rem)/1 var(--serif);
  letter-spacing: -.05em;
}

.fees-intro p {
  max-width: 760px;
  margin: 14px 0 0;
  color: #5c665f;
  font-size: .92rem;
  line-height: 1.62;
}

.fees-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: none;
  align-items: stretch;
  margin: 28px 0 0;
}

.fee-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 26px 27px 25px;
  border: 1px solid #bfc9c4;
  background: #fff;
  color: #122d28;
  box-shadow: 9px 9px 0 #dedbd0;
}

.fee-card.featured {
  z-index: 1;
  border-color: #e6dc7c;
  background: #122d28;
  color: #fff;
  box-shadow: 11px 11px 0 rgba(230, 220, 124, .3);
  transform: translateY(-10px);
}

.fee-featured {
  position: absolute;
  top: -14px;
  left: 27px;
  padding: 7px 11px;
  background: #e6dc7c;
  color: #122d28;
  font-size: .56rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.fee-head {
  padding-bottom: 17px;
  border-bottom: 1px solid #d3d9d5;
}

.fee-card.featured .fee-head {
  border-bottom-color: rgba(255, 255, 255, .19);
}

.fee-plan {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.fee-plan h3 {
  margin: 0;
  font: 500 1.5rem/1.1 var(--serif);
  letter-spacing: -.03em;
}

.fee-plan span {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border: 1px solid #9aada5;
  border-radius: 50%;
  color: #667a72;
  font-size: .57rem;
  font-weight: 700;
}

.fee-card.featured .fee-plan span {
  border-color: rgba(230, 220, 124, .42);
  color: #e6dc7c;
}

.fee-price-row {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 8px 12px;
  align-items: end;
  margin-top: 14px;
}

.fee-old-price {
  grid-column: 1 / -1;
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 6px 9px;
  border: 1px solid #b9c7c0;
  background: #edf2ef;
  color: #31473e;
  line-height: 1;
}

.fee-old-price small {
  font-size: .6rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.fee-old-price s {
  font: 700 1.18rem/1 var(--serif);
  text-decoration-color: #8b1e2d;
  text-decoration-thickness: 1.5px;
}

.fee-card.featured .fee-old-price {
  border-color: rgba(230, 220, 124, .45);
  background: rgba(230, 220, 124, .12);
  color: #fff;
}

.fee-card.featured .fee-old-price s {
  color: #fff;
  text-decoration-color: #e6dc7c;
}

.fee-price {
  grid-column: 1;
  display: block;
  margin: 0;
  font: 500 clamp(3rem, 4.3vw, 3.8rem)/.9 var(--serif);
  letter-spacing: -.055em;
}

.fee-card.featured .fee-price {
  color: #e6dc7c;
}

.fee-payment {
  grid-column: 2;
  justify-self: start;
  padding-bottom: 5px;
  color: #718079;
  font-size: .61rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.fee-card.featured .fee-payment {
  color: #aac0b8;
}

.fee-status {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-top: 11px;
  padding: 6px 9px;
  border-radius: 999px;
  background: #e9efeb;
  color: #39584e;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .07em;
  line-height: 1.3;
  text-transform: uppercase;
}

.fee-card.featured .fee-status {
  background: rgba(230, 220, 124, .12);
  color: #e6dc7c;
}

.fee-description {
  min-height: 60px;
  margin: 16px 0 0;
  color: #5a6761;
  font-size: .82rem;
  line-height: 1.52;
}

.fee-card.featured .fee-description {
  color: #c7d5d0;
}

.fee-advantage {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 14px 0 0;
  border: 1px solid #cfd7d2;
  background: #cfd7d2;
}

.fee-card.featured .fee-advantage {
  border-color: rgba(230, 220, 124, .28);
  background: rgba(230, 220, 124, .28);
}

.fee-advantage div {
  min-width: 0;
  padding: 10px 12px;
  background: #edf2ef;
}

.fee-card.featured .fee-advantage div {
  background: #193832;
}

.fee-advantage strong,
.fee-advantage span {
  display: block;
}

.fee-advantage strong {
  color: #122d28;
  font: 600 .88rem/1.2 var(--serif);
}

.fee-advantage span {
  margin-top: 3px;
  color: #63716a;
  font-size: .62rem;
  line-height: 1.4;
}

.fee-card.featured .fee-advantage strong {
  color: #e6dc7c;
}

.fee-card.featured .fee-advantage span {
  color: #b9cbc4;
}

.fee-included-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 15px;
  color: #63716a;
  font-size: .57rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.fee-included-label strong {
  color: #122d28;
  font-size: .57rem;
  text-align: right;
}

.fee-card.featured .fee-included-label {
  color: #a9beb6;
}

.fee-card.featured .fee-included-label strong {
  color: #e6dc7c;
}

.fee-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
  margin: 7px 0 16px;
  padding: 0;
  border-top: 1px solid #d7dcd9;
  list-style: none;
}

.fee-card.featured .fee-features {
  border-top-color: rgba(255, 255, 255, .17);
}

.fee-features li {
  position: relative;
  min-width: 0;
  padding: 7px 0 7px 17px;
  border-bottom: 1px solid #e0e3e0;
  color: #43534c;
  font-size: .66rem;
  line-height: 1.32;
}

.fee-card.featured .fee-features li {
  border-bottom-color: rgba(255, 255, 255, .12);
  color: #e4ebe8;
}

.fee-features li::before {
  position: absolute;
  top: 7px;
  left: 0;
  color: #486d62;
  content: "\2713";
  font-size: .7rem;
  font-weight: 800;
}

.fee-card.featured .fee-features li::before {
  color: #e6dc7c;
}

.fee-best {
  margin: auto 0 15px;
  padding: 12px 0 0;
  border-top: 1px solid #122d28;
  color: #57655f;
  font-size: .68rem;
  line-height: 1.45;
}

.fee-best strong {
  color: #122d28;
}

.fee-card.featured .fee-best {
  border-top-color: rgba(255, 255, 255, .22);
  color: #b8c9c3;
}

.fee-card.featured .fee-best strong {
  color: #fff;
}

.fee-card .lf-button {
  width: 100%;
  min-height: 45px;
  padding: 10px 14px;
  border: 1px solid #122d28;
  background: #122d28;
  color: #fff;
  font-size: .78rem;
}

.fee-card .lf-button:hover,
.fee-card .lf-button:focus-visible {
  border-color: #486d62;
  background: #486d62;
}

.fee-card.featured .lf-button {
  border-color: #e6dc7c;
  background: #e6dc7c;
  color: #122d28;
}

.fee-card.featured .lf-button:hover,
.fee-card.featured .lf-button:focus-visible {
  border-color: #fff;
  background: #fff;
}

.fees-note {
  max-width: 820px;
  margin: 17px auto 0;
  color: #65716b;
  font-size: .68rem;
  line-height: 1.6;
  text-align: center;
}

@media (min-width: 901px) {
  .fees-intro {
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 44px;
  }

  .fees-intro h2 {
    font-size: clamp(2.3rem, 3vw, 3.15rem);
  }

  .fees-intro p {
    max-width: 820px;
    margin-top: 9px;
    font-size: .84rem;
    line-height: 1.5;
  }

  .fee-card {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    grid-template-rows: auto auto 1fr auto;
    gap: 0 22px;
    padding: 22px;
  }

  .fee-head {
    grid-column: 1;
    grid-row: 1;
    padding-bottom: 13px;
  }

  .fee-plan h3 {
    font-size: 1.35rem;
  }

  .fee-price-row {
    margin-top: 10px;
  }

  .fee-old-price {
    padding: 5px 7px;
  }

  .fee-old-price small {
    font-size: .5rem;
  }

  .fee-old-price s {
    font-size: 1rem;
  }

  .fee-price {
    font-size: 3.15rem;
  }

  .fee-status {
    margin-top: 8px;
    padding: 5px 7px;
    border-radius: 4px;
    font-size: .5rem;
  }

  .fee-description {
    grid-column: 1;
    grid-row: 2;
    min-height: 0;
    margin-top: 11px;
    font-size: .72rem;
    line-height: 1.42;
  }

  .fee-advantage {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    margin-top: 0;
  }

  .fee-advantage div {
    padding: 9px 10px;
  }

  .fee-advantage strong {
    font-size: .78rem;
  }

  .fee-advantage span {
    font-size: .54rem;
  }

  .fee-included-label {
    grid-column: 2;
    grid-row: 2;
    align-self: end;
    margin-top: 10px;
    font-size: .5rem;
  }

  .fee-included-label strong {
    font-size: .5rem;
  }

  .fee-features {
    grid-column: 2;
    grid-row: 3 / 5;
    align-self: start;
    gap: 0 13px;
    margin: 5px 0 0;
  }

  .fee-features li {
    padding: 6px 0 6px 14px;
    font-size: .57rem;
    line-height: 1.25;
  }

  .fee-features li::before {
    top: 6px;
    font-size: .58rem;
  }

  .fee-best {
    grid-column: 1;
    grid-row: 3;
    align-self: end;
    margin: 10px 0 9px;
    padding-top: 9px;
    font-size: .59rem;
    line-height: 1.35;
  }

  .fee-card .lf-button {
    grid-column: 1;
    grid-row: 4;
    align-self: end;
    min-height: 39px;
    padding: 8px 9px;
    font-size: .62rem;
  }

  .fee-card.featured {
    transform: translateY(-6px);
  }

  .fee-featured {
    top: -11px;
    left: 22px;
    padding: 5px 8px;
    font-size: .49rem;
  }
}

@media (max-width: 900px) {
  .development-intro,
  .fees-intro {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .development-intro .eyebrow,
  .fees-intro .eyebrow {
    margin-top: 0;
  }

  .development-grid,
  .fees-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 720px;
    margin: 48px auto 0;
  }

  .fee-card.featured {
    transform: none;
  }

  .fee-description {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .development-section,
  .fees-section {
    padding: 72px 0 80px;
  }

  .fellowship-pricing-wrap {
    width: calc(100% - 32px);
  }

  .development-intro h2,
  .fees-intro h2 {
    font-size: 2.55rem;
  }

  .development-grid,
  .fees-grid {
    margin-top: 40px;
  }

  .development-card,
  .fee-card {
    padding: 27px 22px 24px;
    box-shadow: 7px 7px 0 #dedbd0;
  }

  .development-card {
    box-shadow: 7px 7px 0 rgba(0, 0, 0, .18);
  }

  .development-card h3 {
    font-size: 2rem;
  }

  .development-note {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .fee-card.featured {
    box-shadow: 7px 7px 0 rgba(230, 220, 124, .3);
  }

  .fee-features {
    grid-template-columns: 1fr;
  }

  .fee-advantage {
    grid-template-columns: 1fr;
  }

  .fees-note {
    text-align: left;
  }
}

/* Compact comparison board: replaces equal-height pricing cards on cohort pages. */
.pricing-board {
  margin-top: 27px;
  border: 1px solid #aebbb5;
  background: #aebbb5;
  box-shadow: 9px 9px 0 #dedbd0;
}

.pricing-labels,
.pricing-option {
  display: grid;
  grid-template-columns: 175px 125px 195px minmax(290px, 1fr) 185px;
}

.pricing-labels {
  background: #122d28;
  color: #a9beb6;
}

.pricing-labels span {
  padding: 10px 14px;
  border-left: 1px solid rgba(255, 255, 255, .16);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.pricing-labels span:first-child {
  border-left: 0;
}

.pricing-option {
  min-height: 170px;
  margin-top: 1px;
  background: #fff;
  color: #122d28;
}

.pricing-option.featured {
  background: #122d28;
  color: #fff;
}

.pricing-identity,
.pricing-cost,
.pricing-support,
.pricing-includes,
.pricing-action {
  min-width: 0;
  padding: 17px 15px;
  border-left: 1px solid #ccd4cf;
}

.pricing-option.featured .pricing-identity,
.pricing-option.featured .pricing-cost,
.pricing-option.featured .pricing-support,
.pricing-option.featured .pricing-includes,
.pricing-option.featured .pricing-action {
  border-left-color: rgba(255, 255, 255, .16);
}

.pricing-identity {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  border-left: 0;
}

.pricing-option.featured .pricing-identity {
  border-left: 0;
}

.pricing-number {
  width: 28px;
  height: 28px;
  display: grid;
  flex: 0 0 28px;
  place-items: center;
  border: 1px solid #9aada5;
  border-radius: 50%;
  color: #486d62;
  font-size: .6rem;
  font-weight: 800;
}

.featured .pricing-number {
  border-color: rgba(230, 220, 124, .45);
  color: #e6dc7c;
}

.pricing-identity small {
  display: block;
  color: #486d62;
  font-size: .59rem;
  font-weight: 800;
  letter-spacing: .07em;
  line-height: 1.35;
  text-transform: uppercase;
}

.featured .pricing-identity small {
  color: #e6dc7c;
}

.pricing-identity h3 {
  margin: 8px 0 0;
  font: 500 1.4rem/1.05 var(--serif);
  letter-spacing: -.025em;
}

.pricing-cost,
.pricing-support,
.pricing-action {
  display: flex;
  flex-direction: column;
}

.pricing-cost {
  justify-content: center;
}

.pricing-cost strong {
  color: #122d28;
  font: 500 2.9rem/.85 var(--serif);
  letter-spacing: -.06em;
}

.featured .pricing-cost strong {
  color: #e6dc7c;
}

.pricing-cost > span:not(.pricing-standard) {
  margin-top: 8px;
  color: #63716a;
  font-size: .61rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.featured .pricing-cost > span:not(.pricing-standard) {
  color: #aac0b8;
}

.pricing-standard {
  width: max-content;
  margin: 0 0 8px;
  padding: 4px 6px;
  border: 1px solid rgba(230, 220, 124, .4);
  color: #d4dfdb;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.pricing-standard s {
  margin-left: 3px;
  color: #fff;
  font-size: .8rem;
  text-decoration-color: #e6dc7c;
}

.pricing-support {
  justify-content: center;
}

.pricing-support strong,
.pricing-support span {
  display: block;
}

.pricing-support strong {
  font: 600 .87rem/1.3 var(--serif);
}

.pricing-support strong:not(:first-child) {
  margin-top: 13px;
  padding-top: 11px;
  border-top: 1px solid #d4dad6;
}

.featured .pricing-support strong:not(:first-child) {
  border-top-color: rgba(255, 255, 255, .14);
}

.pricing-support span {
  margin-top: 2px;
  color: #66746d;
  font-size: .64rem;
}

.featured .pricing-support span {
  color: #afc1ba;
}

.pricing-includes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  gap: 0 14px;
  margin: 0;
  list-style: none;
}

.pricing-includes li {
  position: relative;
  padding: 6px 0 6px 14px;
  border-bottom: 1px solid #e0e4e1;
  color: #405149;
  font-size: .66rem;
  line-height: 1.3;
}

.featured .pricing-includes li {
  border-bottom-color: rgba(255, 255, 255, .12);
  color: #e0e9e5;
}

.pricing-includes li::before {
  position: absolute;
  top: 6px;
  left: 0;
  color: #486d62;
  content: "\2713";
  font-weight: 800;
}

.featured .pricing-includes li::before {
  color: #e6dc7c;
}

.pricing-action {
  justify-content: space-between;
}

.pricing-action p {
  margin: 0;
  color: #64716b;
  font-size: .66rem;
  line-height: 1.4;
}

.featured .pricing-action p {
  color: #b5c7c0;
}

.pricing-action .lf-button {
  width: 100%;
  min-height: 38px;
  margin-top: 12px;
  padding: 7px 9px;
  border: 1px solid #122d28;
  background: #122d28;
  color: #fff;
  font-size: .7rem;
}

.featured .pricing-action .lf-button {
  border-color: #e6dc7c;
  background: #e6dc7c;
  color: #122d28;
}

.pricing-action .lf-button:hover,
.pricing-action .lf-button:focus-visible {
  border-color: #486d62;
  background: #486d62;
  color: #fff;
}

@media (max-width: 1100px) and (min-width: 701px) {
  .pricing-labels {
    display: none;
  }

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

  .pricing-option {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .pricing-support,
  .pricing-includes,
  .pricing-action {
    grid-column: 1 / -1;
    border-top: 1px solid #ccd4cf;
    border-left: 0;
  }

  .pricing-option.featured .pricing-support,
  .pricing-option.featured .pricing-includes,
  .pricing-option.featured .pricing-action {
    border-top-color: rgba(255, 255, 255, .16);
    border-left: 0;
  }

  .pricing-action p {
    margin-bottom: 10px;
  }
}

@media (max-width: 700px) {
  .pricing-labels {
    display: none;
  }

  .pricing-board {
    margin-top: 32px;
    box-shadow: 7px 7px 0 #dedbd0;
  }

  .pricing-option {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-identity,
  .pricing-cost,
  .pricing-support,
  .pricing-includes,
  .pricing-action {
    padding: 17px;
  }

  .pricing-support,
  .pricing-includes,
  .pricing-action {
    grid-column: 1 / -1;
    border-top: 1px solid #ccd4cf;
    border-left: 0;
  }

  .pricing-option.featured .pricing-support,
  .pricing-option.featured .pricing-includes,
  .pricing-option.featured .pricing-action {
    border-top-color: rgba(255, 255, 255, .16);
    border-left: 0;
  }

  .pricing-cost strong {
    font-size: 2.65rem;
  }

  .pricing-includes li {
    font-size: .7rem;
  }

  .pricing-action p {
    margin-bottom: 10px;
    font-size: .7rem;
  }
}

@media (max-width: 420px) {
  .pricing-option {
    grid-template-columns: 1fr;
  }

  .pricing-cost {
    border-top: 1px solid #ccd4cf;
    border-left: 0;
  }

  .pricing-option.featured .pricing-cost {
    border-top-color: rgba(255, 255, 255, .16);
    border-left: 0;
  }

  .pricing-includes {
    grid-template-columns: 1fr;
  }
}
