/* ==== SCSS Utils ==== */
/* ========== Layout & Grid ========== */
/* ========== Fonts ========== */
/* ========== Elderplan Color Palette ========== */
/* Based on Figma designs - 2026-05-18 */
/* ========== Semantic Color Aliases ========== */
/* ========== Spacing ========== */
/* ========== Borders ========== */
/* ========== Z-Index ========== */
/* ========== SVGS ========== */
/* ==== SCSS Utils ==== */
/* ========== Font Weights ========== */
/* ========== Font Sizes ========== */
/* ==== SCSS Utils ==== */
/* ========== Breakpoints for Mixins ========== */
/* ======= Media Queries ======= */
/* Mobile */
/* Tablet */
/* Desktop */
/* Desktop XL */
/* Desktop XXL */
/* Custom media queries */
/* ==== SCSS Utils ==== */
/* ==== SCSS Utils ==== */
/* ======= Media ======= */
/* ======= SVG ======= */
/* ======= Typography ======= */
/* ======= Storybook Goodies ======= */
/* ======= Form Spacing ======= */
/* ======= Input Styles ======= */
/* ==== SCSS Utils ==== */
/* ======= Buttons ======= */
/* Base button styles */
/* Primary button styles */
/* Secondary button styles */
/* Blue button styles */
/* Green button styles */
/* Link button styles */
/* Button Icon styles */
/* Button Icon styles */
/* ==== SCSS Utils ==== */
/* ======= Layout ======= */
/* ======= FLEXBOX MIXINS ======= */
/* ======= GRID MIXINS ======= */
/* ==== SCSS Utils ==== */
/* MJ 7.17.24: Only call utilites like variable definitions and mixins.
* ! Do not add any class or ID selects, or it will render output into EVERY .css file.
* Add styles to global.scss instead to add styles globally.
*/
.content-header {
  background: linear-gradient(to bottom, #3F7016, #4FA606);
  border-radius: 0 0 0 0.75rem;
}

.plan-header {
  color: #ffffff;
}
.plan-header * {
  color: #ffffff;
  line-height: 1.2;
}
.plan-header a,
.plan-header button {
  color: #ffffff;
}
.plan-header__eyebrow {
  font-size: 1.875rem;
}
.plan-header__title {
  font-size: 3.375rem;
}
@media (min-width: 992px) {
  .plan-header__title {
    font-size: 4.5rem;
  }
}
@media (min-width: 1440px) {
  .plan-header__title {
    font-size: 5.3125rem;
  }
}
.plan-header__type {
  font-size: 1.25rem;
}

.plan-header__content {
  display: flex;
  gap: 24px;
  flex-direction: column;
  padding: 32px 0;
}
@media (min-width: 783px) {
  .plan-header__content {
    flex-direction: row;
    gap: 64px;
    padding: 40px 0 56px;
  }
  .plan-header__content .plan-header__aside {
    flex: 1 1 auto;
  }
}

@media (min-width: 783px) {
  .plan-header__main {
    flex: 0 0 25%;
  }
}
@media (min-width: 992px) {
  .plan-header__main {
    flex: 0 0 30%;
  }
}
@media (min-width: 1200px) {
  .plan-header__main {
    flex: 0 0 46%;
  }
}
@media (min-width: 1440px) {
  .plan-header__main {
    flex: 0 0 46%;
  }
}

.tab-section {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.tab-section[hidden] {
  display: none;
}
/*# sourceMappingURL=single-plan.css.map */