@charset "UTF-8";
/* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT (...or do. It's your life, do what you want see if I care.) */
.widget {
  margin-bottom: 0;
}

.single .post-navigation,
.single nav.navigation.post-navigation,
.single .navigation.post-navigation,
.single .nav-links {
  display: none !important;
}

.ast-single-post a {
  text-decoration: none !important;
}

/* =========================
   Header / Primary menu
   ========================= */
.main-header-menu {
  flex-wrap: nowrap;
}

.menu-login > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  overflow: hidden;
  font-size: 0;
  white-space: nowrap;
}
.menu-login > a::before {
  font-family: "eicons";
  content: "\e93d";
  font-size: 1.5rem;
  line-height: 1;
}

/**
 * NOTE: "selector" is Elementor's placeholder selector in Custom CSS.
 * Keep this literal only if you are pasting into Elementor's Custom CSS panel.
 * If this is theme SCSS, replace `selector` with your actual scope.
 */
selector .elementor-button-text {
  white-space: pre-line;
}

/* Increase submenu indicator size for the hamburger menu item */
.primary-menu-hamburger > a {
  font-size: 1.5rem;
  display: inline-flex;
  align-items: center;
}
.primary-menu-hamburger > a .sub-arrow,
.primary-menu-hamburger > a .ast-icon,
.primary-menu-hamburger > a svg {
  font-size: 16px;
  line-height: 1;
  vertical-align: middle;
  align-items: center;
  display: inline-flex;
  margin-bottom: 2px;
}

/* Desktop dropdown positioning fix for the hamburger item */
@media (min-width: 769px) {
  .primary-menu-hamburger.menu-item-has-children {
    position: relative;
  }
  .primary-menu-hamburger.menu-item-has-children > .sub-menu {
    left: auto !important;
    right: 0 !important;
    transform: none !important;
    min-width: 240px;
  }
  .primary-menu-hamburger .sub-menu .menu-item-has-children {
    position: relative;
  }
  .primary-menu-hamburger .sub-menu .menu-item-has-children > .sub-menu {
    left: auto !important;
    right: 100% !important; /* open left */
    top: 0;
  }
}
/* -----------------------------------------
   Nested submenu overflow fix (About Us etc.)
   ----------------------------------------- */
/* Ensure correct positioning context */
.main-header-menu,
.main-header-menu .menu-item-has-children {
  position: relative;
}

/*
  DESKTOP:
  Always open 3rd-level submenus to the LEFT
*/
@media (min-width: 769px) {
  .main-header-menu .menu-item-has-children > .sub-menu .menu-item-has-children {
    position: relative;
  }
  .main-header-menu .menu-item-has-children > .sub-menu .menu-item-has-children > .sub-menu {
    left: auto !important;
    right: 100% !important; /* force open left */
    top: 0;
    transform: none !important;
  }
}
/*
  MOBILE:
  Disable flyouts entirely; stack nested submenus
*/
@media (max-width: 768px) {
  .main-header-menu .sub-menu {
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    width: 100%;
    min-width: 0;
  }
  .main-header-menu .sub-menu .sub-menu {
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    width: 100%;
  }
}
.ps-program {
  max-width: 1100px;
  margin: 0 auto;
  padding: clamp(1rem, 2vw, 2rem);
  /* ------------------------------------------------------------------ */
  /* Legacy single layout (kept)                                         */
  /* ------------------------------------------------------------------ */
}
.ps-program__header {
  margin-bottom: 1.25rem;
}
.ps-program__header h1 {
  margin: 0 0 0.5rem 0;
  line-height: 1.15;
}
.ps-program__summary {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.6;
  opacity: 0.9;
  max-width: 70ch;
}
.ps-program__hero {
  margin: 1.25rem 0 1.5rem;
  border-radius: 16px;
  overflow: hidden;
  background: #f3f4f6;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
}
.ps-program__hero img {
  display: block;
  width: 100%;
  height: clamp(220px, 35vw, 420px);
  object-fit: cover;
  object-position: center;
}
.ps-program__content {
  margin: 0 0 1.75rem;
  max-width: 80ch;
}
.ps-program__content p:first-child {
  margin-top: 0;
}
.ps-program__content p:last-child {
  margin-bottom: 0;
}
.ps-program__content ul,
.ps-program__content ol {
  padding-left: 1.25rem;
}
.ps-program__content li {
  margin: 0.25rem 0;
}
.ps-program__schedule, .ps-program__details {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.ps-program__schedule h2, .ps-program__details h2 {
  margin: 0 0 0.75rem;
  font-size: 1.35rem;
  line-height: 1.25;
}
.ps-program__schedule wl-schedule-widget {
  display: block;
  width: 100%;
  min-height: 620px;
}
.ps-program__details {
  max-width: 80ch;
}
.ps-program__details ul,
.ps-program__details ol {
  padding-left: 1.25rem;
}
.ps-program__details li {
  margin: 0.25rem 0;
}

/* ====================================================================== */
/* Mockup layout (scoped)                                                  */
/* ====================================================================== */
.ps-program--mockup {
  /* The mockup hero is full-bleed; override the base max-width behavior */
  max-width: none;
  padding: 0;
  /* ---------------------- */
  /* HERO (full bleed)      */
  /* ---------------------- */
}
.ps-program--mockup .ps-program-hero {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.ps-program--mockup .ps-program-hero__bg {
  position: absolute;
  inset: 0;
}
.ps-program--mockup .ps-program-hero__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ps-program--mockup .ps-program-hero__overlay {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /*
    Match mockup: badge sits on the left edge and is slightly obscured.
    Keep some top/bottom padding, but reduce left padding so the badge can
    push into the hero edge (and be clipped by overflow).
  */
  padding: clamp(24px, 4vw, 48px);
  padding-left: 0;
  /* If you want content to align with site width, uncomment:
  width: min(program.$max-width, calc(100% - 40px));
  margin: 0 auto;
  */
}
.ps-program--mockup .ps-program-hero__badge {
  /* Give the circle slightly more room so long titles don’t clip */
  width: min(460px, 90vw);
  aspect-ratio: 1/1;
  border-radius: 9999px;
  background: #4fa3b6;
  color: #fff;
  /*
    Mockup: text sits more to the right within the circle.
    Keep a real right padding (avoid 0) so text never touches/clips the edge.
  */
  padding: clamp(26px, 4vw, 44px) clamp(18px, 3vw, 32px) clamp(26px, 4vw, 44px) 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  /* Push into the left edge so the circle is partially clipped */
  transform: translateX(clamp(-64px, -6vw, -28px));
}
.ps-program--mockup .ps-program-hero__title {
  margin: 0;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  /* Prevent awkward long-word overflow */
  overflow-wrap: anywhere;
  hyphens: auto;
}
.ps-program--mockup .ps-program-hero__summary {
  font-size: 15px;
  line-height: 1.4;
  max-width: 28ch;
  /* tame WYSIWYG wrappers */
}
.ps-program--mockup .ps-program-hero__summary p {
  margin: 0;
}
.ps-program--mockup {
  /* ---------------------- */
  /* PACKAGES + SCHEDULE    */
  /* ---------------------- */
}
.ps-program--mockup .ps-program-band {
  background: #243e56;
  padding: 44px 0 64px;
}
.ps-program--mockup .ps-program-band__inner {
  width: 100%;
  margin: 0 auto;
}
.ps-program--mockup .ps-section-label {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 8px 0 24px;
}
.ps-program--mockup .ps-section-label--spaced {
  margin-top: 34px;
  margin-bottom: 28px;
}
.ps-program--mockup .ps-section-label::before,
.ps-program--mockup .ps-section-label::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  width: 100%;
  background: rgba(255, 255, 255, 0.35);
  transform: translateY(-50%);
}
.ps-program--mockup .ps-section-label__pill {
  position: relative;
  z-index: 1;
  background: var(--wp--preset--color--pill-bg-open, #fff) !important;
  color: var(--wp--preset--color--pill-fg-open, #273E59) !important;
  padding: 6px 14px 2px;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 800;
  font-family: "League Spartan", sans-serif;
}
.ps-program--mockup {
  /* Grid container only — card internals should live in class-package */
}
.ps-program--mockup .ps-package-grid {
  max-width: 1900px;
  margin: 1em auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, 350px);
  justify-content: center;
  gap: 50px;
  margin-top: 18px;
}
.ps-program--mockup .ps-schedule-embed {
  width: min(1900px, 100%);
  margin: 0 auto;
  padding: 10px 50px 0;
}
.ps-program--mockup .ps-schedule-embed wl-schedule-widget {
  display: block;
  width: 100%;
  min-height: 620px;
}

article.program_type-in-person .ps-program--mockup .ps-section-label__pill,
article.program_type-at-home .ps-program--mockup .ps-section-label__pill,
article.program_type-at-home-practice .ps-program--mockup .ps-section-label__pill,
article.program_type-graduate .ps-program--mockup .ps-section-label__pill {
  background: var(--wp--preset--color--pill-bg-enroll, #202020) !important;
  color: var(--wp--preset--color--pill-fg-enroll, #fff) !important;
}

@media (max-width: 900px) {
  .ps-program__summary {
    font-size: 1.05rem;
  }
  .ps-program__schedule wl-schedule-widget {
    min-height: 680px;
  }
  .ps-program--mockup .ps-schedule-embed {
    padding: 10px 0 0;
  }
  .ps-program--mockup .ps-program-hero__badge {
    text-align: left;
    /* On small screens, reduce the left bias so the content stays balanced */
    width: min(420px, 92vw);
    padding: clamp(22px, 4vw, 34px) clamp(18px, 4vw, 28px) clamp(22px, 4vw, 34px) 60px;
  }
  .ps-program--mockup .ps-program-band__inner {
    width: calc(100% - 32px);
  }
}
@media (max-width: 660px) {
  .ps-program__summary {
    font-size: 1.05rem;
  }
  .ps-program__schedule wl-schedule-widget {
    min-height: 680px;
  }
  .ps-program--mockup .ps-schedule-embed {
    padding: 10px 0 0;
  }
  .ps-program--mockup .ps-program-hero__badge {
    text-align: left;
    /* On small screens, reduce the left bias so the content stays balanced */
    width: min(420px, 92vw);
    padding: clamp(22px, 4vw, 34px) clamp(18px, 4vw, 28px) clamp(22px, 4vw, 34px) 40px;
  }
  .ps-program--mockup .ps-program-band__inner {
    width: calc(100% - 32px);
  }
}
.ps-program-card {
  padding: 0 !important;
  margin: 0;
  background: transparent;
  border-radius: 25px;
  overflow: hidden;
}
.ps-program-card__link {
  display: block;
  padding: 0 !important;
  margin: 0;
  text-decoration: none;
}
.ps-program-card__link:link, .ps-program-card__link:visited {
  color: inherit;
}
.ps-program-card__link:hover, .ps-program-card__link:focus {
  text-decoration: none;
}
.ps-program-card__media {
  height: 200px;
  overflow: hidden;
  position: relative;
  border-radius: inherit;
}
.ps-program-card__media img {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center;
  display: block;
}
.ps-program-card__media::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0.52) 100%);
  pointer-events: none;
}
.ps-program-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0.15rem;
  padding: 1rem;
  text-align: center;
  pointer-events: none;
  color: #fff;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.45);
}
.ps-program-card__title, .ps-program-card__subtitle {
  margin: 0 !important;
  padding: 0;
}
.ps-program-card__title {
  line-height: 1.08;
  letter-spacing: -0.01em;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
}
.ps-program-card__subtitle {
  line-height: 1.12;
  font-weight: 600;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  opacity: 0.95;
}

.ps-program-type .ps-program__hero.ps-program-hero {
  padding: 0 !important;
  margin: 0;
  width: 100%;
  background: #000;
}
.ps-program-type .ps-program-hero__badge {
  background: #243e56;
}
.ps-program-type .ps-program-hero__img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.ps-program-type .ps-program-band__inner {
  width: 100%;
}
.ps-program-type .ps-section-label--spaced {
  margin-top: clamp(18px, 2.2vw, 28px);
  color: #000;
}
.ps-program-type .ps-program-type__intro,
.ps-program-type .ps-program-type__accredited {
  margin-top: 0.75rem;
}
.ps-program-type .ps-program-type__intro :where(p),
.ps-program-type .ps-program-type__accredited :where(p) {
  margin: 0 0 1em 0;
}
.ps-program-type .ps-program-type__intro > :first-child,
.ps-program-type .ps-program-type__accredited > :first-child {
  margin-top: 0;
}
.ps-program-type .ps-accredited-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(18px, 3vw, 44px);
  align-items: start;
  padding: 1em;
  max-width: 1200px;
  margin: 0 auto;
}
.ps-program-type .ps-accredited-img {
  width: min(450px, 100%);
}
.ps-program-type .ps-package-grid {
  margin-top: 1rem;
  max-width: 1900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(18px, 3vw, 40px);
  padding-right: clamp(18px, 3vw, 40px);
}
.ps-program-type .ps-schedule-embed {
  margin-top: 1rem;
}
.ps-program-type .ps-program-type__cta {
  margin-top: 1.25rem;
}

body.tax-program_type .ast-archive-entry-banner[data-post-type=program],
body.tax-program_type .ast-archive-entry-banner[data-post-type=program] .ast-container,
body.tax-program_type .ast-archive-entry-banner[data-post-type=program] .ast-container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.tax-program_type .ast-archive-entry-banner[data-post-type=program] .ps-program-type {
  color: var(--ps-pt-text, #111) !important;
}
body.tax-program_type .ast-archive-entry-banner[data-post-type=program] .ps-program-type :where(p) {
  color: inherit !important;
}
body.tax-program_type .ast-archive-entry-banner[data-post-type=program] .ps-program-type a {
  color: var(--ps-pt-link, currentColor) !important;
}

.ps-program-type {
  /* --- Full-bleed white label bar --- */
}
.ps-program-type .ps-gi-label--bleed {
  position: relative;
  left: 50%;
  width: min(700px, 77vw);
  margin-left: -50vw;
  background: #fff;
  padding: 18px 0;
  border-radius: 0 40px 40px 0;
}
.ps-program-type .ps-gi-label__inner {
  max-width: 1900px;
  margin: 0 auto;
  padding: 0 clamp(18px, 3vw, 40px);
}
.ps-program-type .ps-gi-label__pill {
  display: inline-block;
  font-weight: 800;
  font-family: "League Spartan", sans-serif;
  text-transform: uppercase;
  font-size: 34px;
  line-height: 1.2em;
  color: #4d96ac !important;
}
.ps-program-type {
  /* --- Two-column General Info section --- */
}
.ps-program-type .ps-general-info__inner {
  max-width: 1900px;
  margin: 0 auto 0 0;
  padding: clamp(18px, 2.2vw, 28px) clamp(18px, 3vw, 40px) 28px 0;
}
.ps-program-type .ps-general-info__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(18px, 3vw, 44px);
  align-items: start;
}
.ps-program-type {
  /* Left column: create a clipping window so the circle is partially obscured */
}
.ps-program-type .ps-general-info__media {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.ps-program-type .ps-general-info__circle {
  position: relative;
  /* Push it left/up so it clips */
  left: -18%;
  width: max(420px, 70vw);
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 999px;
  display: block;
  opacity: 0.95;
}
.ps-program-type {
  /* Right column typography */
}
.ps-program-type .ps-general-info__heading {
  margin: 0 0 0.65rem;
  font-family: var(--wp--preset--font-family--heading);
  line-height: 1.15;
}
.ps-program-type .ps-general-info__body :where(p) {
  margin: 0 0 1em;
}
.ps-program-type .ps-general-info__body > :first-child {
  margin-top: 0;
}
.ps-program-type .ps-general-info__rule {
  margin: 1.25rem 0;
  border: 0;
  border-top: 1px solid rgba(27, 27, 27, 0.15);
}
.ps-program-type {
  /* Responsive */
}
@media (max-width: 900px) {
  .ps-program-type .ps-accredited-grid {
    grid-template-columns: 1fr;
  }
  .ps-program-type .ps-accredited-img {
    padding: 2em;
  }
  .ps-program-type .ps-general-info__grid {
    grid-template-columns: 1fr;
  }
  .ps-program-type .ps-general-info__media {
    min-height: 220px;
  }
  .ps-program-type .ps-general-info__content {
    padding: 1em;
  }
  .ps-program-type .ps-general-info__circle {
    position: initial;
    aspect-ratio: 16/9;
    width: 100%;
    border-radius: 0;
  }
  .ps-program-type .ps-gi-label__pill {
    text-align: left;
  }
  .ps-program-type .ps-general-info__inner {
    text-align: left;
    padding: 2em 0;
  }
}

.ps-program-type {
  /* Full-bleed white band */
}
.ps-program-type .ps-flow-band--bleed {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  background: #fff;
  padding: clamp(22px, 3vw, 44px) 0;
}
.ps-program-type .ps-flow-band__inner {
  max-width: 1900px;
  margin: 0 auto;
  padding: 0 clamp(18px, 3vw, 40px);
}
.ps-program-type .ps-flow-band__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(18px, 3vw, 44px);
  align-items: center;
}
.ps-program-type .ps-flow-band__title {
  margin: 0 0 0.75rem;
  text-transform: uppercase;
  font-weight: 800;
  font-family: "League Spartan", sans-serif;
  line-height: 1.15;
  color: var(--wp--preset--color--pill-fg-open, #273E59) !important;
}
.ps-program-type .ps-flow-band__body :where(p) {
  margin: 0 0 1em;
}
.ps-program-type .ps-flow-band__body > :first-child {
  margin-top: 0;
}
.ps-program-type .ps-flow-band__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
}
@media (max-width: 900px) {
  .ps-program-type .ps-flow-band__grid {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .ps-program-type .ps-flow-band__img {
    max-height: none;
  }
}

/*
  Pricing page / program-type pricing accordion
  Markup emitted by [ps_pricing_accordion] (MU plugin):
  .ps-pricing-acc
    details.ps-pricing-acc__item
      summary.ps-pricing-acc__summary
      .ps-pricing-acc__panel
        .ps-pricing-scroll
          .ps-pricing-scroll__inner
            table.ps-pricing-table
        details.ps-pricing-more (optional)
*/
.ps-pricing-acc {
  display: grid;
  gap: 14px;
}

.ps-pricing-acc__item {
  background: transparent;
  color: var(--wp--preset--color--ps-cream, #f5f2ea);
  border: 0;
  border-radius: 16px;
  overflow: clip;
  box-shadow: none;
  width: 100vw;
}
.ps-pricing-acc__item > summary {
  list-style: none;
}
.ps-pricing-acc__item > summary::-webkit-details-marker {
  display: none;
}
.ps-pricing-acc__item[open] {
  background: transparent;
  border: 0;
}

.ps-pricing-acc__summary {
  cursor: pointer;
  user-select: none;
  padding: 18px 18px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-family: "League Spartan", sans-serif;
}
.ps-pricing-acc__summary:focus-visible {
  outline: 2px solid var(--wp--preset--color--ps-gold, #d9b25f);
  outline-offset: 3px;
  border-radius: calc(16px - 6px);
}

.ps-pricing-acc__chev {
  width: 12px;
  height: 12px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: rotate(-45deg);
  transition: transform 180ms ease;
  opacity: 0.9;
  position: absolute;
  left: 5px;
}

.ps-pricing-acc__item[open] .ps-pricing-acc__chev {
  transform: rotate(45deg);
}

.ps-pricing-acc__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
}
.ps-pricing-acc__label::before, .ps-pricing-acc__label::after {
  content: "";
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  flex: 1 1 auto;
}
.ps-pricing-acc__label {
  background: none;
  padding: 0;
}

.ps-pricing-acc__label > * {
  all: unset;
}

.ps-pricing-acc__label {
  color: var(--wp--preset--color--pill-fg-open, #273E59);
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  z-index: 2;
  font-family: "League Spartan", sans-serif;
  background: var(--wp--preset--color--pill-bg-open, #fff);
  border-radius: 999px;
  padding: 8px 14px;
  width: fit-content;
  margin: 0 auto;
}

.ps-pricing-acc__item.is-enroll .ps-pricing-acc__label {
  background: var(--wp--preset--color--pill-bg-enroll, #202020) !important;
  color: var(--wp--preset--color--pill-fg-enroll, #fff) !important;
}

.ps-pricing-acc__item[data-program-type=teacher_certification] .ps-pricing-acc__label {
  background: var(--wp--preset--color--pill-bg-cert, var(--wp--preset--color--pill-bg-enroll, #202020)) !important;
  color: var(--wp--preset--color--pill-fg-cert, var(--wp--preset--color--pill-fg-enroll, #fff)) !important;
}

.ps-pricing-acc__summary::before,
.ps-pricing-acc__summary::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-50%);
}

.ps-pricing-acc__summary::before {
  left: 46px;
  right: calc(50% + 10px);
}

.ps-pricing-acc__summary::after {
  left: calc(50% + 10px);
  right: 18px;
}

.ps-pricing-acc__panel {
  padding: 0 18px 18px;
  overflow-x: auto;
  width: max(600px, 80vw);
  max-width: 1200px;
  margin: 2rem auto;
}

.ps-pricing-scroll {
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.15);
  width: min(100vw, 700px);
}
.ps-pricing-scroll::after {
  content: "";
  pointer-events: none;
  right: 0;
  top: 0;
  display: block;
  width: 32px;
  height: 100%;
  float: right;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0));
  opacity: 0.9;
}

.ps-pricing-scroll__inner {
  min-width: min-content;
}

@media (min-width: 600px) {
  .ps-pricing-scroll {
    width: 100%;
    max-width: 1100px;
  }
}
.ps-pricing-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: var(--wp--preset--color--ps-cream, #f5f2ea);
  margin: 0;
}
.ps-pricing-table thead th {
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(6px);
  font-weight: 800;
  text-transform: uppercase;
  font-family: "League Spartan", sans-serif;
  letter-spacing: 0.04em;
  font-size: 13px;
  padding: 14px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  white-space: wrap;
}
.ps-pricing-table tbody th[scope=row] {
  font-weight: 800;
  color: var(--wp--preset--color--ps-cream, #f5f2ea);
  white-space: normal;
  min-width: 100px;
  font-weight: 800;
  font-family: "League Spartan", sans-serif;
}
.ps-pricing-table th,
.ps-pricing-table td {
  padding: 14px 14px;
  vertical-align: top;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  white-space: wrap;
  min-width: 100px;
}
.ps-pricing-table th[scope=row] {
  white-space: normal;
}
.ps-pricing-table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.03);
}

.ps-pricing-table thead th:first-child,
.ps-pricing-table tbody th[scope=row] {
  left: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(6px);
}
.ps-pricing-table thead th:first-child {
  z-index: 4;
}
.ps-pricing-table thead th:first-child,
.ps-pricing-table tbody th[scope=row] {
  box-shadow: 8px 0 14px rgba(0, 0, 0, 0.22);
}

.ps-pricing-more {
  margin-top: 14px;
  padding-top: 12px;
  font-weight: 800;
  font-family: "League Spartan", sans-serif;
}
.ps-pricing-more > summary {
  list-style: none;
}
.ps-pricing-more > summary::-webkit-details-marker {
  display: none;
}

.ps-pricing-more__summary {
  cursor: pointer;
  user-select: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  font-weight: 800;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--wp--preset--color--ps-gold, #d9b25f);
}
.ps-pricing-more__summary:focus-visible {
  outline: 2px solid var(--wp--preset--color--ps-gold, #d9b25f);
  outline-offset: 3px;
  border-radius: 10px;
}
.ps-pricing-more__summary::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: rotate(-45deg);
  transition: transform 180ms ease;
  opacity: 0.9;
  margin-bottom: 5px;
}

.ps-pricing-more[open] .ps-pricing-more__summary::after {
  transform: rotate(45deg);
}

.ps-pricing-more__summary .label-less {
  display: none;
}

.ps-pricing-more[open] .ps-pricing-more__summary .label-more {
  display: none;
}

.ps-pricing-more[open] .ps-pricing-more__summary .label-less {
  display: inline;
}

.ps-pricing-more__content {
  margin-top: 12px;
}

@media (max-width: 600px) {
  .ps-pricing-acc__summary {
    padding: 16px 14px;
  }
  .ps-pricing-acc__panel {
    padding: 0 0 16px 0;
  }
  .ps-pricing-acc__label {
    font-size: 13px;
    padding: 8px 12px;
  }
  .ps-pricing-scroll__inner {
    min-width: 680px;
  }
}
.site-footer,
.site-footer a {
  color: #ffffff;
}

.site-footer a {
  text-decoration: none;
}
.site-footer a:hover, .site-footer a:focus {
  color: #C8EDff;
  text-decoration: none;
}
.site-footer .ast-footer-menu a {
  color: #ffffff;
}
.site-footer .ast-footer-menu a:hover {
  color: #C8EDff;
}
.site-footer .widget_nav_menu a {
  color: #ffffff;
}
.site-footer .widget_nav_menu a:hover {
  color: #C8EDff;
}

@media (max-width: 1150px) {
  .ast-builder-grid-row-container.ast-builder-grid-row-tablet-4-equal .ast-builder-grid-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .ast-builder-grid-row-container.ast-builder-grid-row-tablet-4-equal .ast-builder-grid-row {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.ps-band {
  padding-bottom: 10px;
}
.ps-band__inner {
  margin: 0 auto;
}
.ps-band__inner .post-wrapper {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}
.ps-band__inner .post-wrapper .post-image {
  position: relative;
  overflow: hidden;
}
.ps-band__inner .post-wrapper .post-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.ps-band__inner .post-wrapper .inner-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-content: center;
  text-align: center;
  padding: 1rem 1.25rem;
  pointer-events: none;
}
.ps-band__inner .post-wrapper .post-title {
  margin: 0;
}
.ps-band__inner .post-wrapper .post-title a {
  pointer-events: auto;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.15;
  font-size: 1.7rem;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.ps-band__inner .post-wrapper .post-excerpt,
.ps-band__inner .post-wrapper .post-subtitle,
.ps-band__inner .post-wrapper .post-content {
  margin-top: 0.5rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  line-height: 1.25;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}
.ps-band__inner .post-wrapper .post-excerpt:empty,
.ps-band__inner .post-wrapper .post-subtitle:empty {
  display: none;
}
.ps-band__inner-tall {
  margin: 0 auto;
}
.ps-band__inner-tall .post-wrapper {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}
.ps-band__inner-tall .post-wrapper .post-image {
  position: relative;
  overflow: hidden;
}
.ps-band__inner-tall .post-wrapper .post-image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
}
.ps-band__inner-tall .post-wrapper .inner-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-content: center;
  text-align: center;
  padding: 1rem 1.25rem;
  pointer-events: none;
}
.ps-band__inner-tall .post-wrapper .post-title {
  margin: 0;
}
.ps-band__inner-tall .post-wrapper .post-title a {
  pointer-events: auto;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.15;
  font-size: 1.7rem;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.ps-band__inner-tall .post-wrapper .post-excerpt,
.ps-band__inner-tall .post-wrapper .post-subtitle,
.ps-band__inner-tall .post-wrapper .post-content {
  margin-top: 0.5rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  line-height: 1.25;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}
.ps-band__inner-tall .post-wrapper .post-excerpt:empty,
.ps-band__inner-tall .post-wrapper .post-subtitle:empty {
  display: none;
}

.ps-person {
  width: min(100%, 980px);
  margin-inline: auto;
  padding: 1.25rem;
}
.ps-person__header {
  display: grid;
  grid-template-columns: minmax(280px, 360px) 1fr;
  gap: 2rem;
  align-items: start;
  padding: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.03);
}
.ps-person__media {
  width: 100%;
  max-width: 360px;
}
.ps-person__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 16px;
}
.ps-person__identity {
  min-width: 0;
}
.ps-person__name {
  margin: 0.5em 0 1em 0;
  font-size: clamp(2rem, 6vw, 3rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
}
.ps-person__preferred {
  margin: 0.5rem 0 0;
  font-size: 0.95rem;
  color: rgba(0, 0, 0, 0.62);
}
.ps-person__titles {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 0;
  display: grid;
  gap: 0.25rem;
}
.ps-person__titles li {
  font-size: 1rem;
  font-weight: 600;
}
.ps-person__roles {
  margin: 0.75rem 0 0;
  font-size: 0.95rem;
  color: rgba(0, 0, 0, 0.5);
}
.ps-person__specialties {
  margin-top: 2rem;
  padding: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  background: #fff;
}
.ps-person__specialties h2 {
  margin: 0 0 0.75rem;
  font-size: 1.5rem;
}
.ps-person__specialties-body ul,
.ps-person__specialties-body ol {
  margin: 0;
  padding-left: 1.25rem;
}
.ps-person__specialties-body li {
  margin: 0 0 0.35rem 0;
}

@media (max-width: 720px) {
  .ps-person {
    padding: 0.75rem;
  }
  .ps-person__header {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .ps-person__media {
    max-width: 520px;
  }
}
@media (prefers-color-scheme: dark) {
  .ps-person__header, .ps-person__specialties {
    border-color: rgba(255, 255, 255, 0.16);
  }
  .ps-person__header {
    background: rgba(255, 255, 255, 0.06);
  }
  .ps-person__preferred {
    color: rgba(255, 255, 255, 0.72);
  }
  .ps-person__roles {
    color: rgba(255, 255, 255, 0.62);
  }
  .ps-person__specialties {
    background: rgba(255, 255, 255, 0.04);
  }
  .ps-person__media img {
    background: rgba(255, 255, 255, 0.06);
  }
}
/* components/class-package/_index.scss */
/* components/class-package/_variables.scss */
/* components/class-package/_index.scss */
.ps-package-card {
  background: #fff;
  border-radius: 4px;
  border: 4px solid rgb(128, 204, 255);
  padding: 22px;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  min-width: 300px;
  max-width: 350px;
  /* Prevent long titles/URLs from blowing up layout */
}
.ps-package-card__header {
  margin: 0 0 12px;
  text-align: center;
}
.ps-package-card__title {
  margin: 0;
  font-size: 1.8em;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.15;
  color: #243e56 !important;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
}
.ps-package-card__subtitle {
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-size: 1.4em;
  font-weight: 800;
  text-transform: uppercase;
  color: #243e56 !important;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
  line-height: 1.1;
  letter-spacing: 0em;
}
.ps-package-card__body {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.45;
  color: #223 !important;
  margin-bottom: 1em;
  /* Normalize WYSIWYG output */
}
.ps-package-card__body p {
  margin: 0 0 0.75rem;
}
.ps-package-card__body p:last-child {
  margin-bottom: 1;
}
.ps-package-card__body ul,
.ps-package-card__body ol {
  padding-left: 1.25rem;
  margin: 0.5rem 0;
}
.ps-package-card__body li {
  margin: 0.25rem 0;
}
.ps-package-card__price {
  margin-top: auto;
  margin-bottom: 0;
  text-align: center;
  font-size: 45px;
  font-weight: 800;
  color: #243e56 !important;
  line-height: 1;
}
.ps-package-card__actions {
  display: flex;
  justify-content: center;
}
.ps-package-card {
  /* Button styling scoped to package cards */
}
.ps-package-card .ps-btn {
  display: inline-block;
  background: #243e56;
  color: #fff;
  border-radius: 4px;
  margin-top: 1em;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
  line-height: 1.1;
}
.ps-package-card .ps-btn:hover, .ps-package-card .ps-btn:focus {
  opacity: 0.9;
  text-decoration: none !important;
}

/* Mobile: grid collapses elsewhere; reduce min-height */
@media (max-width: 600px) {
  .ps-package-card {
    min-height: unset;
  }
}

/*# sourceMappingURL=main.css.map */
