.path-local-pcl-portals {
  --pcl-flow-ink: #12263f;
  --pcl-flow-ocean: #0070a8;
  --pcl-flow-sea: #0e98d7;
  --pcl-flow-mint: #c6f3ef;
  --pcl-flow-sun: #ffc741;
  --pcl-flow-surface: rgba(255, 255, 255, 0.92);
}

.path-local-pcl-portals .pcl-flow-page {
  display: grid;
  gap: 0.5rem;
}

.path-local-pcl-portals.pagelayout-frontpage .page-header-headings,
.path-local-pcl-portals.pagelayout-frontpage #page-header,
.path-local-pcl-portals .pcl-portal-header {
  display: none !important;
}

.path-local-pcl-portals .pcl-flow-brandbar {
  display: grid !important;
  justify-items: center !important;
  gap: 0.35rem !important;
  padding: 0.25rem 0 0.5rem !important;
}

.path-local-pcl-portals .pcl-flow-brandbar__logo {
  max-width: min(550px, 100%) !important;
  height: auto;
}

.path-local-pcl-portals .pcl-flow-parent-page .pcl-flow-brandbar {
  display: grid;
  justify-items: center;
  padding: 0.5rem 0 0.75rem;
}

.path-local-pcl-portals .pcl-flow-parent-page .pcl-flow-brandbar__logo {
  max-width: min(680px, 100%) !important;
}

.path-local-pcl-portals .pcl-flow-brandbar__badge {
  display: none !important;
}

.path-local-pcl-portals .pcl-flow-intro {
  display: none !important;
}

.path-local-pcl-portals .pcl-flow-eyebrow {
  display: none !important;
}

.path-local-pcl-portals .pcl-flow-eyebrow,
.path-local-pcl-portals .pcl-flow-card__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pcl-flow-ocean);
}

.path-local-pcl-portals .pcl-flow-title {
  margin: 0;
  font-family: "Merriweather", "Georgia", serif;
  font-size: clamp(1.45rem, 2.4vw, 2.05rem);
  line-height: 1.15;
  color: var(--pcl-flow-ink);
}

.path-local-pcl-portals .pcl-flow-lead,
.path-local-pcl-portals .pcl-flow-note {
  margin: 0;
  max-width: 58ch;
  color: #26445f;
  font-size: 1rem;
  line-height: 1.6;
}

.path-local-pcl-portals .pcl-flow-note {
  margin-top: 0.75rem;
  font-size: 0.95rem;
}

@media (min-width: 992px) {
  .path-local-pcl-portals .pcl-flow-parent-page {
    gap: 2rem;
  }

  .path-local-pcl-portals .pcl-flow-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }

  .path-local-pcl-portals .pcl-flow-hero__content {
    flex: 1 1 0;
    max-width: 860px;
    padding-top: 0.25rem;
  }

  .path-local-pcl-portals .pcl-flow-hero__art {
    flex: 0 0 512px;
    max-width: 512px;
    margin-left: auto;
  }

  .path-local-pcl-portals .pcl-flow-parent-page__poster {
    display: block;
    width: 100%;
    max-width: 512px;
  }

  .path-local-pcl-portals .pcl-flow-parent-page__requirements {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
  }

  .path-local-pcl-portals .pcl-flow-parent-page__requirements h3 {
    margin-bottom: 0.35rem;
  }

  .path-local-pcl-portals .pcl-flow-parent-page__requirements p {
    max-width: 100%;
  }
}

/* ── Production-parity row layout ──────────────────────────────── */
.path-local-pcl-portals .pcl-flow-rows {
  margin-top: 0.5rem;
}

.path-local-pcl-portals .pcl-flow-row {
  padding: 2rem 0;
}

.path-local-pcl-portals .pcl-flow-row__image-col {
  position: relative;
  padding: 1rem;
}

.path-local-pcl-portals .pcl-flow-row__image {
  max-width: 100%;
  max-height: 240px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.path-local-pcl-portals .pcl-flow-row__text-col {
  padding: 1rem 1.5rem;
}

.path-local-pcl-portals .pcl-flow-row__title {
  margin: 0 0 0.65rem;
  font-family: "Merriweather", "Georgia", serif;
  font-size: clamp(1.15rem, 1.8vw, 1.5rem);
  line-height: 1.25;
  color: var(--pcl-flow-ocean);
}

.path-local-pcl-portals .pcl-flow-row__description {
  margin: 0 0 1rem;
  color: #304f68;
  line-height: 1.6;
}

.path-local-pcl-portals .pcl-flow-row__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.path-local-pcl-portals .pcl-flow-divider {
  margin: 0;
  border-color: rgba(18, 38, 63, 0.12);
}

.path-local-pcl-portals .pcl-flow-rows > .pcl-flow-divider:last-child {
  display: none;
}

.path-local-pcl-portals .pcl-flow-new-badge {
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  display: inline-block;
  padding: 5px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f6e27a 0%, #f1c232 40%, #d4af37 70%, #b8962e 100%);
  color: #3a2a00;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  z-index: 2;
}

/* ── Promotional footer banner ─────────────────────────────────── */
.path-local-pcl-portals .pcl-flow-footer-banner {
  margin-top: 1.5rem;
}

.path-local-pcl-portals .pcl-flow-footer-banner a {
  display: block;
}

.path-local-pcl-portals .pcl-flow-footer-banner__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

body#page-local-pcl_portals-index.path-local-pcl-portals.pcl-flow-resources-route .page-header-headings,
body#page-local-pcl_portals-index.path-local-pcl-portals.pcl-flow-resources-route #page-header,
body#page-local-pcl_portals-index.path-local-pcl-portals.pcl-flow-resources-route .pcl-portal-header,
body#page-local-pcl_portals-index.path-local-pcl-portals.pcl-flow-resources-route footer#page-footer {
  display: none !important;
}

.path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page {
  display: grid;
  gap: 1.5rem;
  max-width: 1320px;
  margin: 0 auto;
  padding: 1rem 0 2.5rem;
}

.path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__brand {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}

.path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__brand-logo {
  display: block;
  width: min(600px, 96vw);
  height: auto;
  border-radius: 0;
  border: 1px solid rgba(48, 174, 210, 0.34);
  box-shadow: 0 14px 34px rgba(18, 38, 63, 0.12);
  background: linear-gradient(180deg, #ffffff 0%, #f2fbfe 100%);
}

.path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__header {
  text-align: center;
  padding: 0 0.25rem;
}

.path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__title {
  margin: 0;
  color: #177aa4;
  font-family: "Poppins", "Nunito", "Open Sans", sans-serif;
  font-size: clamp(1.85rem, 3.2vw, 2.8rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__filters {
  display: grid;
  grid-template-columns: minmax(160px, 260px) minmax(160px, 220px) minmax(0, 1fr);
  gap: 1.1rem;
  align-items: end;
  padding: 1rem 1.15rem;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(48, 174, 210, 0.08), rgba(48, 174, 210, 0.02)),
    #ffffff;
  border: 1px solid rgba(48, 174, 210, 0.16);
  box-shadow: 0 14px 32px rgba(18, 38, 63, 0.08);
}

.path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__filter {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 3.3rem;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 0 0 1px rgba(48, 174, 210, 0.12);
}

.path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__filter--search {
  justify-self: end;
  width: 100%;
  max-width: 380px;
  flex: 1 1 auto;
}

.path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__label {
  margin: 0;
  color: #1f5671;
  font-size: 0.95rem;
  font-weight: 700;
  white-space: nowrap;
}

.path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__search {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 1 1 auto;
}

.path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__search-input,
.path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__select {
  width: 100%;
  min-height: 2.8rem;
  border: 1px solid rgba(48, 174, 210, 0.22);
  background: linear-gradient(180deg, #ffffff 0%, #f7fcfd 100%);
  color: #203447;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(18, 38, 63, 0.05);
  outline: none;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

.path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__search-input:focus,
.path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__select:focus {
  border-color: rgba(48, 174, 210, 0.58);
  box-shadow: 0 0 0 4px rgba(48, 174, 210, 0.14);
}

.path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__search-input {
  flex: 1 1 auto;
}

.path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__tablewrap {
  margin-top: 0.35rem;
  padding: 1rem;
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcfe 100%);
  border: 1px solid rgba(48, 174, 210, 0.12);
  box-shadow: 0 18px 38px rgba(18, 38, 63, 0.08);
}

.path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__table {
  width: 100%;
  table-layout: fixed;
  border-color: rgba(48, 174, 210, 0.14);
  background: #fff;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 22px;
}

.path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__table thead th {
  color: #ffffff;
  font-weight: 700;
  border-bottom: 0;
  background: linear-gradient(135deg, #30aed2 0%, #177aa4 100%);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__table tbody td {
  vertical-align: middle;
  border-color: rgba(48, 174, 210, 0.12);
  background: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__table .text-wrap {
  word-break: normal;
  white-space: normal;
}

.path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__table .width-100 {
  width: 100%;
}

.path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__table .width-200 {
  width: 100%;
}

.path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__video-cell {
  width: 96px;
  text-align: center;
}

.path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__video-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  border: 0;
  width: 2.6rem;
  height: 2.1rem;
  border-radius: 999px;
  background: rgba(238, 68, 57, 0.08);
  box-shadow: inset 0 0 0 1px rgba(238, 68, 57, 0.14);
  cursor: pointer;
}

.path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__video-link:focus-visible {
  outline: 3px solid rgba(48, 174, 210, 0.35);
  outline-offset: 2px;
}

.path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__paginationbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.1rem;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(48, 174, 210, 0.08), rgba(48, 174, 210, 0.02));
  border: 1px solid rgba(48, 174, 210, 0.14);
}

.path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__pagination {
  display: flex;
  justify-content: center;
}

.path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__length {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #2c3e50;
}

.path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__select--length {
  width: 84px;
}

.path-local-pcl-portals.pcl-flow-resources-route .pagination {
  margin: 0;
  gap: 0.35rem;
}

.path-local-pcl-portals.pcl-flow-resources-route .pagination .page-link {
  min-width: 3rem;
  min-height: 2.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px !important;
  color: #177aa4;
  border-color: rgba(48, 174, 210, 0.22);
  box-shadow: 0 8px 18px rgba(18, 38, 63, 0.05);
  margin: 0;
}

.path-local-pcl-portals.pcl-flow-resources-route .pagination .page-item.active .page-link {
  background: linear-gradient(135deg, #30aed2 0%, #177aa4 100%);
  border-color: transparent;
  color: #fff;
}

.path-local-pcl-portals.pcl-flow-resources-route .pagination .page-item.disabled .page-link {
  color: #9aa8b5;
  background: #f8fbfc;
}

.path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__footer-banner {
  display: flex;
  justify-content: center;
  margin-top: 1.75rem;
}

.path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__footer-banner-img {
  display: block;
  width: min(1200px, 100%);
  height: auto;
  border-radius: 24px;
  box-shadow: 0 12px 28px rgba(18, 38, 63, 0.1);
}

body#page-local-pcl_portals-index.path-local-pcl-portals.pcl-flow-topics-route .page-header-headings,
body#page-local-pcl_portals-index.path-local-pcl-portals.pcl-flow-topics-route #page-header,
body#page-local-pcl_portals-index.path-local-pcl-portals.pcl-flow-topics-route .pcl-portal-header,
body#page-local-pcl_portals-index.path-local-pcl-portals.pcl-flow-topics-route footer#page-footer {
  display: none !important;
}

.path-local-pcl-portals.pcl-flow-topics-route .pcl-flow-topics-page {
  display: grid;
  gap: 1rem;
  padding: 0.25rem 0 1.5rem;
}

.path-local-pcl-portals.pcl-flow-topics-route .pcl-flow-topics-page__brand {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}

.path-local-pcl-portals.pcl-flow-topics-route .pcl-flow-topics-page__brand-logo {
  width: min(640px, 100%);
  max-width: min(640px, 100%);
  height: auto;
}

.path-local-pcl-portals.pcl-flow-topics-route .pcl-flow-topics-page__titlewrap {
  text-align: center;
}

.path-local-pcl-portals.pcl-flow-topics-route .pcl-flow-topics-page__title {
  margin: 0;
  color: var(--pcl-flow-ocean);
  font-family: "Poppins", "Nunito", "Open Sans", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.path-local-pcl-portals.pcl-flow-topics-route .pcl-flow-topics-page__accordion-shell {
  max-width: 980px;
  margin: 0 auto;
}

.path-local-pcl-portals.pcl-flow-topics-route #accordionExercises {
  margin-top: 0.35rem;
}

.path-local-pcl-portals.pcl-flow-topics-route #accordionExercises .card {
  border: 0;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(18, 38, 63, 0.08);
}

.path-local-pcl-portals.pcl-flow-topics-route #accordionExercises .card + .card {
  margin-top: 0.65rem;
}

.path-local-pcl-portals.pcl-flow-topics-route #accordionExercises .card-header {
  border: 0;
  padding: 0;
}

.path-local-pcl-portals.pcl-flow-topics-route #accordionExercises .card-header .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 56px;
  padding: 0.9rem 1rem;
  border-radius: 0;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.15px;
  text-align: left;
  white-space: normal;
  text-decoration: none !important;
}

.path-local-pcl-portals.pcl-flow-topics-route #accordionExercises .card-header .btn .fa {
  transition: transform 0.24s ease;
}

.path-local-pcl-portals.pcl-flow-topics-route #accordionExercises .card-header .btn[aria-expanded="true"] .fa-angle-down {
  transform: rotate(180deg);
}

.path-local-pcl-portals.pcl-flow-topics-route #accordionExercises .flow-ocean-card .btn {
  background: linear-gradient(135deg, var(--pcl-flow-ocean) 0%, var(--pcl-flow-sea) 100%);
}

.path-local-pcl-portals.pcl-flow-topics-route #accordionExercises .flow-deep-card .btn {
  background: linear-gradient(135deg, var(--pcl-flow-ink) 0%, #1d4366 100%);
}

.path-local-pcl-portals.pcl-flow-topics-route #accordionExercises .flow-sun-card .btn {
  background: linear-gradient(135deg, #ffc741 0%, #f7a600 100%);
  color: var(--pcl-flow-ink);
}

.path-local-pcl-portals.pcl-flow-topics-route #accordionExercises .card-body {
  background: #fff;
  padding: 1rem;
}

.path-local-pcl-portals.pcl-flow-topics-route #accordionExercises .unset-color {
  color: inherit;
}

.path-local-pcl-portals.pcl-flow-topics-route #accordionExercises .pcl-flow-topics-page__index-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.path-local-pcl-portals.pcl-flow-topics-route #accordionExercises .pcl-flow-topics-page__index-links a,
.path-local-pcl-portals.pcl-flow-topics-route #accordionExercises .pcl-flow-topic-card__link {
  display: block;
  min-height: 44px;
  padding: 0.75rem 1rem;
  border-radius: 0.85rem;
  border: 2px solid rgba(18, 38, 63, 0.12);
  border-left-width: 6px;
  border-left-color: var(--pcl-flow-sea);
  background: linear-gradient(180deg, #ffffff 0%, #f7fcfe 100%);
  box-shadow: 0 2px 8px rgba(18, 38, 63, 0.05);
  color: var(--pcl-flow-ink);
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.path-local-pcl-portals.pcl-flow-topics-route #accordionExercises .pcl-flow-topics-page__index-links a:hover,
.path-local-pcl-portals.pcl-flow-topics-route #accordionExercises .pcl-flow-topic-card__link:hover {
  text-decoration: none;
  border-left-color: var(--pcl-flow-ocean);
  background: linear-gradient(180deg, rgba(0, 112, 168, 0.08) 0%, rgba(14, 152, 215, 0.03) 100%);
}

.path-local-pcl-portals.pcl-flow-topics-route #accordionExercises .pcl-flow-topics-page__index-links a:focus,
.path-local-pcl-portals.pcl-flow-topics-route #accordionExercises .pcl-flow-topic-card__link:focus {
  outline: 0;
  box-shadow: 0 0 0 4px rgba(14, 152, 215, 0.18);
}

.path-local-pcl-portals.pcl-flow-topics-route #accordionExercises .row > [class^="col-"] .card {
  border-radius: 1rem;
  box-shadow: 0 8px 22px rgba(18, 38, 63, 0.08);
}

.path-local-pcl-portals.pcl-flow-topics-route #accordionExercises .pcl-flow-topic-card {
  height: 100%;
}

.path-local-pcl-portals.pcl-flow-topics-route #accordionExercises .pcl-flow-topic-card .card-header {
  background: transparent;
  padding: 0.75rem 1rem 0.5rem;
}

.path-local-pcl-portals.pcl-flow-topics-route #accordionExercises .pcl-flow-topic-card__title {
  margin: 0;
  color: var(--pcl-flow-ink);
  font-size: 1rem;
  font-weight: 800;
}

.path-local-pcl-portals.pcl-flow-topics-route #accordionExercises .pcl-flow-topic-card .card-body {
  padding: 0.45rem 1rem 1rem;
  background: transparent;
}

.path-local-pcl-portals.pcl-flow-topics-route .pcl-flow-topics-page__footer-banner {
  margin-top: 1.5rem;
}

.path-local-pcl-portals.pcl-flow-topics-route .pcl-flow-topics-page__footer-banner a {
  display: block;
}

.path-local-pcl-portals.pcl-flow-topics-route .pcl-flow-topics-page__footer-banner img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  box-shadow: 0 12px 28px rgba(10, 47, 73, 0.1);
}

@media (max-width: 767.98px) {
  .path-local-pcl-portals.pcl-flow-topics-route .pcl-flow-topics-page__title {
    font-size: 1.65rem;
  }

  .path-local-pcl-portals.pcl-flow-topics-route #accordionExercises .card-header .btn {
    padding-inline: 0.9rem;
  }
}

body.pcl-flow-video-modal-open {
  overflow: hidden;
}

.path-local-pcl-portals .pcl-flow-video-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.75rem 1rem 1rem;
  z-index: 2000;
}

.path-local-pcl-portals .pcl-flow-video-modal.is-open {
  display: flex;
}

.path-local-pcl-portals .pcl-flow-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 24, 33, 0.72);
  backdrop-filter: blur(3px);
}

.path-local-pcl-portals .pcl-flow-video-modal__panel {
  position: relative;
  width: min(960px, 100%);
  background: #fff;
  border-radius: 1.35rem;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.32);
  z-index: 1;
}

.path-local-pcl-portals .pcl-flow-video-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.path-local-pcl-portals .pcl-flow-video-modal__title {
  margin: 0;
  color: #0f1720;
  font-size: 1.05rem;
  font-weight: 800;
}

.path-local-pcl-portals .pcl-flow-video-modal__close {
  position: absolute;
  top: 0.65rem;
  right: 0.75rem;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
  color: #0f1720;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.path-local-pcl-portals .pcl-flow-video-modal__body {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
}

.path-local-pcl-portals .pcl-flow-video-modal__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 575.98px) {
  .path-local-pcl-portals .pcl-flow-video-modal {
    padding: 1rem 0.5rem 0.5rem;
  }

  .path-local-pcl-portals .pcl-flow-video-modal__panel {
    border-radius: 1rem;
  }
}

@media (max-width: 991.98px) {
  .path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__filters {
    grid-template-columns: 1fr;
  }

  .path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__filter {
    justify-content: space-between;
  }

  .path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__filter--search {
    max-width: 100%;
    justify-self: stretch;
  }

  .path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__paginationbar {
    flex-direction: column;
    align-items: stretch;
  }

  .path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__pagination {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__title {
    font-size: 1.6rem;
  }

  .path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__filters,
  .path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__tablewrap,
  .path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__paginationbar {
    border-radius: 20px;
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__filter {
    padding-inline: 0.6rem;
  }

  .path-local-pcl-portals.pcl-flow-resources-route .pagination .page-link {
    min-width: 2.6rem;
  }

  .path-local-pcl-portals.pcl-flow-resources-route .pcl-flow-resources-page__length {
    flex-wrap: wrap;
  }
}

/* ── Legacy card grid (kept for other pages that may reference these) */
.path-local-pcl-portals .pcl-flow-card-grid {
  display: grid;
  gap: 0;
}

.path-local-pcl-portals .pcl-flow-card {
  display: grid;
  grid-template-columns: minmax(200px, 250px) minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 1.1rem 0;
  border-radius: 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(18, 38, 63, 0.12) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.path-local-pcl-portals .pcl-flow-card--pending {
  background: transparent !important;
}

.path-local-pcl-portals .pcl-flow-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 120px;
  padding: 0;
  border-radius: 0 !important;
  background: transparent !important;
}

.path-local-pcl-portals .pcl-flow-card__image {
  max-width: 100%;
  max-height: 140px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.path-local-pcl-portals .new-firework {
  position: absolute;
  top: 24%;
  left: -42px;
  z-index: 5;
  display: block;
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f6e27a 0%, #f1c232 40%, #d4af37 70%, #b8962e 100%);
  color: #3a2a00;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0;
  transform: scale(0.25) rotate(-10deg);
  transform-origin: 100% 50%;
  animation: 2.8s ease-in-out infinite fireworkBadge;
}

.path-local-pcl-portals .new-firework::before {
  content: "";
  position: absolute;
  inset: -20px;
  border-radius: 999px;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.5);
  box-shadow:
    0 -20px 0 0 var(--pcl-flow-mint),
    16px -14px 0 0 #d9c8ff,
    22px 2px 0 0 var(--pcl-flow-sun),
    14px 18px 0 0 #c96c47,
    0 22px 0 0 var(--pcl-flow-mint),
    -14px 18px 0 0 #d9c8ff,
    -22px 2px 0 0 var(--pcl-flow-sun),
    -16px -14px 0 0 #c96c47;
  animation: 2.8s ease-in-out infinite fireworkBadge;
}

.path-local-pcl-portals .pcl-flow-card__title {
  margin: 0 0 0.4rem;
  font-family: "Merriweather", "Georgia", serif;
  font-size: clamp(1.06rem, 1.45vw, 1.32rem);
  line-height: 1.25;
  color: var(--pcl-flow-ink);
}

.path-local-pcl-portals .pcl-flow-card__description,
.path-local-pcl-portals .pcl-flow-card__status {
  margin: 0;
  color: #304f68;
  line-height: 1.52;
  max-width: 46ch;
}

.path-local-pcl-portals .pcl-flow-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.7rem;
}

.path-local-pcl-portals .pcl-flow-card__status {
  margin-top: 0.6rem;
  font-size: 0.93rem;
}

.path-local-pcl-portals .pcl-flow-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 0.65rem;
  padding: 0.4rem 0.85rem;
  border-radius: 0 !important;
  background: linear-gradient(120deg, var(--pcl-flow-ocean) 0%, var(--pcl-flow-sea) 100%);
  color: #fff;
  font-weight: 700;
  font-size: 0.86rem;
  text-decoration: none;
}

.path-local-pcl-portals .pcl-flow-card__button:hover,
.path-local-pcl-portals .pcl-flow-card__button:focus {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 18px rgba(0, 112, 168, 0.24);
}

.path-local-pcl-portals .pcl-flow-card__button--secondary {
  background: linear-gradient(120deg, #e9f1f5 0%, #d8e4eb 100%);
  color: var(--pcl-flow-ink);
}

.path-local-pcl-portals .pcl-flow-card__button--secondary:hover,
.path-local-pcl-portals .pcl-flow-card__button--secondary:focus {
  color: var(--pcl-flow-ink);
}

.path-local-pcl-portals .pcl-flow-card__button--disabled {
  background: linear-gradient(120deg, #96aebc 0%, #7e95a3 100%);
  cursor: default;
}

.path-local-pcl-portals .pcl-flow-reference {
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(18, 38, 63, 0.08);
}

.path-local-pcl-portals .pcl-flow-reference__text {
  margin: 0 0 0.4rem;
  color: #496177;
  font-size: 0.95rem;
}

.path-local-pcl-portals .pcl-flow-reference__link {
  color: var(--pcl-flow-ocean);
  font-weight: 700;
  word-break: break-all;
}

.path-local-pcl-portals .pcl-flow-footer {
  margin-top: 0.25rem;
}

.path-local-pcl-portals .pcl-flow-footer__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
  box-shadow: 0 12px 28px rgba(10, 47, 73, 0.1);
}

.path-local-pcl-portals .pcl-flow-cutoff-page {
  display: grid;
  gap: 1.25rem;
}

.path-local-pcl-portals .pcl-flow-cutoff-page__panel,
.path-local-pcl-portals .pcl-flow-cutoff-page__disclaimer {
  padding: 1.25rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(18, 38, 63, 0.08);
  box-shadow: 0 16px 30px rgba(10, 47, 73, 0.08);
}

.path-local-pcl-portals .pcl-flow-cutoff-page__filters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.path-local-pcl-portals .pcl-flow-cutoff-page__actions {
  display: flex;
  justify-content: center;
}

.path-local-pcl-portals .pcl-flow-cutoff-page__label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--pcl-flow-ink);
}

.path-local-pcl-portals .pcl-flow-cutoff-page__info,
.path-local-pcl-portals .pcl-flow-cutoff-page__disclaimer p {
  margin: 0;
  color: #3b556c;
  line-height: 1.6;
}

.path-local-pcl-portals .pcl-flow-cutoff-page__disclaimer h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  color: var(--pcl-flow-ink);
}

.path-local-pcl-portals .pcl-flow-parent-page {
  display: grid;
  gap: 1.5rem;
}

.path-local-pcl-portals .pcl-flow-parent-page__cta {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.path-local-pcl-portals .pcl-flow-parent-page__poster {
  width: 100%;
  max-width: 512px;
  border-radius: 1rem;
  box-shadow: 0 18px 36px rgba(10, 47, 73, 0.18);
}

.path-local-pcl-portals .pcl-flow-parent-home__about,
.path-local-pcl-portals .pcl-flow-parent-home__guides,
.path-local-pcl-portals .pcl-flow-parent-home__children {
  padding: 1.35rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(18, 38, 63, 0.08);
  box-shadow: 0 16px 30px rgba(10, 47, 73, 0.08);
}

.path-local-pcl-portals .pcl-flow-parent-home__sectionheader h3 {
  margin: 0 0 0.4rem;
  color: var(--pcl-flow-ink);
}

.path-local-pcl-portals .pcl-flow-parent-home__copy {
  display: grid;
  gap: 0.9rem;
}

.path-local-pcl-portals .pcl-flow-parent-home__copy p {
  margin: 0;
  color: #304f68;
  line-height: 1.7;
}

.path-local-pcl-portals .pcl-flow-parent-home__guidegrid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-top: 1rem;
}

.path-local-pcl-portals .pcl-flow-parent-home__guidecard {
  padding: 1.1rem 1.15rem;
  border-radius: 1.05rem;
  background: linear-gradient(180deg, #f7fdff 0%, #ffffff 100%);
  border: 1px solid rgba(63, 199, 244, 0.24);
  box-shadow: 0 12px 24px rgba(10, 47, 73, 0.05);
}

.path-local-pcl-portals .pcl-flow-parent-home__guidecard h4 {
  margin: 0 0 0.45rem;
  color: #174763;
  font-size: 1.02rem;
}

.path-local-pcl-portals .pcl-flow-parent-home__guidecard p {
  margin: 0;
  color: #45627b;
  line-height: 1.6;
}

.path-local-pcl-portals .pcl-flow-parent-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.path-local-pcl-portals .pcl-flow-parent-nav__link {
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(18, 38, 63, 0.12);
  color: var(--pcl-flow-ink);
  font-weight: 800;
  text-decoration: none;
}

.path-local-pcl-portals .pcl-flow-parent-nav__link.is-current {
  background: linear-gradient(120deg, var(--pcl-flow-ocean) 0%, var(--pcl-flow-sea) 100%);
  color: #fff;
}

.path-local-pcl-portals .pcl-flow-parent-nav__link.is-muted {
  opacity: 0.82;
}

.path-local-pcl-portals .pcl-flow-parent-report {
  display: grid;
  gap: 1.5rem;
}

.path-local-pcl-portals .pcl-flow-parent-report__hero,
.path-local-pcl-portals .pcl-flow-parent-report__panel,
.path-local-pcl-portals .pcl-flow-parent-report__empty,
.path-local-pcl-portals .pcl-flow-parent-report__chooser {
  padding: 1.35rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(18, 38, 63, 0.08);
  box-shadow: 0 16px 30px rgba(10, 47, 73, 0.08);
}

.path-local-pcl-portals .pcl-flow-parent-report__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 1fr);
  gap: 1rem;
}

.path-local-pcl-portals .pcl-flow-parent-report__meta {
  align-self: end;
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: rgba(198, 243, 239, 0.42);
}

.path-local-pcl-portals .pcl-flow-parent-report__meta p {
  margin: 0.2rem 0;
  color: #1f4258;
}

.path-local-pcl-portals .pcl-flow-parent-report__chooser h3,
.path-local-pcl-portals .pcl-flow-parent-report__panel h3,
.path-local-pcl-portals .pcl-flow-parent-report__empty h3 {
  margin-top: 0;
}

.path-local-pcl-portals .pcl-flow-parent-report__chipset {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.path-local-pcl-portals .pcl-flow-parent-report__chip {
  display: inline-flex;
  align-items: center;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid rgba(18, 38, 63, 0.1);
  color: var(--pcl-flow-ink);
  font-weight: 700;
  text-decoration: none;
}

.path-local-pcl-portals .pcl-flow-parent-report__chip.is-current {
  background: #ecfccb;
  border-color: #84cc16;
}

.path-local-pcl-portals .pcl-flow-parent-report__cards {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.path-local-pcl-portals .pcl-flow-parent-report__filterbar {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-bottom: 1rem;
}

.path-local-pcl-portals .pcl-flow-parent-report__filterform {
  display: grid;
  gap: 1rem;
}

.path-local-pcl-portals .pcl-flow-parent-report__filtergrid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.path-local-pcl-portals .pcl-flow-parent-report__field {
  display: grid;
  gap: 0.4rem;
}

.path-local-pcl-portals .pcl-flow-parent-report__field span {
  font-size: 0.9rem;
  font-weight: 700;
  color: #174763;
}

.path-local-pcl-portals .pcl-flow-parent-report__field select,
.path-local-pcl-portals .pcl-flow-parent-report__field input {
  min-height: 44px;
  padding: 0.7rem 0.85rem;
  border: 1px solid rgba(18, 38, 63, 0.14);
  border-radius: 0.9rem;
  background: #fff;
}

.path-local-pcl-portals .pcl-flow-parent-report__subjectfilters {
  margin-top: 0.75rem;
}

.path-local-pcl-portals .pcl-flow-parent-report__filtercard {
  padding: 1.1rem 1.2rem;
  border-radius: 1.2rem;
  background: linear-gradient(180deg, #f7fdff 0%, #ffffff 100%);
  border: 1px solid rgba(63, 199, 244, 0.28);
  box-shadow: 0 14px 28px rgba(10, 47, 73, 0.06);
}

.path-local-pcl-portals .pcl-flow-parent-report__filtercard h3 {
  margin: 0.35rem 0 0.45rem;
  font-size: 1.05rem;
  color: #174763;
}

.path-local-pcl-portals .pcl-flow-parent-report__filtercard p:last-child {
  margin: 0;
  color: #45627b;
  line-height: 1.5;
}

.path-local-pcl-portals .pcl-flow-parent-report__card {
  padding: 1.2rem;
  border-radius: 1.2rem;
  background: linear-gradient(180deg, #ffffff 0%, #eff6ff 100%);
  box-shadow: 0 14px 28px rgba(10, 47, 73, 0.08);
}

.path-local-pcl-portals .pcl-flow-parent-report__card h3 {
  margin: 0.35rem 0;
  font-size: 2rem;
}

.path-local-pcl-portals .pcl-flow-parent-report__label {
  margin: 0;
  color: #45627b;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.path-local-pcl-portals .pcl-flow-parent-report__list {
  margin: 0.75rem 0 0;
  padding-left: 1.25rem;
}

.path-local-pcl-portals .pcl-flow-parent-report__bodycopy {
  margin: 0 0 0.75rem;
  color: #3b556c;
  line-height: 1.6;
}

.path-local-pcl-portals .pcl-flow-parent-report__actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin: 0.9rem 0 0;
}

.path-local-pcl-portals .pcl-flow-parent-report__actions--compact {
  margin: 0 0 0.75rem;
}

.path-local-pcl-portals .pcl-flow-parent-report__reportfor {
  margin: 0 0 1rem;
  padding: 0.75rem 1rem;
  border-radius: 0.95rem;
  background: #f0ffff;
  border: 1px solid rgba(63, 199, 244, 0.42);
  color: #1f4258;
}

.path-local-pcl-portals .pcl-flow-parent-report__tablewrap {
  overflow-x: auto;
}

.path-local-pcl-portals .pcl-flow-parent-report__meter {
  margin: 1rem 0 0.5rem;
  height: 0.95rem;
  border-radius: 999px;
  overflow: hidden;
  background: #d8edf6;
}

.path-local-pcl-portals .pcl-flow-parent-report__meter-bar {
  height: 100%;
  background: linear-gradient(90deg, #3fc7f4 0%, #1f8db1 100%);
}

.path-local-pcl-portals .pcl-flow-parent-report__meter-caption {
  margin: 0;
  color: #45627b;
}

.path-local-pcl-portals .pcl-flow-parent-report__table {
  width: 100%;
  border-collapse: collapse;
}

.path-local-pcl-portals .pcl-flow-parent-report__table th,
.path-local-pcl-portals .pcl-flow-parent-report__table td {
  padding: 0.8rem 1rem;
  border-bottom: 1px solid rgba(18, 38, 63, 0.08);
  text-align: left;
}

.path-local-pcl-portals .pcl-flow-parent-report__details summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--pcl-flow-ink);
}

.path-local-pcl-portals .pcl-flow-parent-report__rowlink {
  color: var(--pcl-flow-ocean);
  font-weight: 700;
  text-decoration: none;
}

.path-local-pcl-portals .pcl-flow-parent-report__rowlink:hover,
.path-local-pcl-portals .pcl-flow-parent-report__rowlink:focus {
  color: var(--pcl-flow-sea);
  text-decoration: underline;
}

.path-local-pcl-portals .pcl-flow-parent-report__detailcard {
  margin-top: 0.75rem;
  padding: 0.85rem;
  border-radius: 0.95rem;
  background: #f8fcfe;
  border: 1px solid rgba(63, 199, 244, 0.22);
}

.path-local-pcl-portals .pcl-flow-parent-report__subtable {
  width: 100%;
  border-collapse: collapse;
}

.path-local-pcl-portals .pcl-flow-parent-report__subtable th,
.path-local-pcl-portals .pcl-flow-parent-report__subtable td {
  padding: 0.55rem 0.7rem;
  border-bottom: 1px solid rgba(18, 38, 63, 0.07);
  text-align: left;
  font-size: 0.95rem;
}

@media (max-width: 900px) {
  .path-local-pcl-portals .pcl-flow-parent-report__hero {
    grid-template-columns: 1fr;
  }
}

.path-local-pcl-portals .pcl-flow-parent-page__requirements,
.path-local-pcl-portals .pcl-flow-parent-page__promo {
  padding: 1.25rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(18, 38, 63, 0.08);
  box-shadow: 0 16px 30px rgba(10, 47, 73, 0.08);
}

.path-local-pcl-portals .pcl-flow-parent-page__requirements h3 {
  margin: 0 0 0.5rem;
  color: var(--pcl-flow-ink);
}

.path-local-pcl-portals .pcl-flow-parent-page__requirements p,
.path-local-pcl-portals .pcl-flow-parent-page__promo-note {
  margin: 0;
  color: #3b556c;
  line-height: 1.6;
}

.path-local-pcl-portals .pcl-flow-parent-page__promo-link {
  display: block;
}

.path-local-pcl-portals .pcl-flow-parent-page__promo-image {
  width: 100%;
  border-radius: 1rem;
}

.path-local-pcl-portals .pcl-flow-packages-page {
  display: grid;
  gap: 1.5rem;
}

.path-local-pcl-portals .pcl-flow-packages-page__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.path-local-pcl-portals .pcl-flow-packages-page__panel,
.path-local-pcl-portals .pcl-flow-packages-page__formpanel {
  padding: 1.25rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(18, 38, 63, 0.08);
  box-shadow: 0 16px 30px rgba(10, 47, 73, 0.08);
}

.path-local-pcl-portals .pcl-flow-packages-page__list {
  margin: 0;
  padding-left: 1.1rem;
  color: #304f68;
  line-height: 1.6;
}

.path-local-pcl-portals .pcl-flow-packages-page__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.path-local-pcl-portals .pcl-flow-packages-page__field {
  display: grid;
  gap: 0.35rem;
}

.path-local-pcl-portals .pcl-flow-packages-page__field span,
.path-local-pcl-portals .pcl-flow-packages-page__choices legend {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--pcl-flow-ink);
}

.path-local-pcl-portals .pcl-flow-packages-page__field input {
  min-height: 44px;
  padding: 0.7rem 0.9rem;
  border: 1px solid rgba(18, 38, 63, 0.15);
  border-radius: 0.75rem;
  background: #f4f8fa;
}

.path-local-pcl-portals .pcl-flow-packages-page__choices {
  display: grid;
  gap: 0.6rem;
  margin: 0 0 1rem;
  padding: 1rem;
  border: 1px solid rgba(18, 38, 63, 0.1);
  border-radius: 1rem;
  background: #f8fbfd;
}

.path-local-pcl-portals .pcl-flow-packages-page__choices label {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  color: #304f68;
}

.path-local-pcl-portals .pcl-flow-packages-page__note {
  margin: 0 0 1rem;
  color: #496177;
}

.path-local-pcl-portals .pcl-flow-packages-page__actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.path-local-pcl-portals .pcl-flow-packages-page__feedback {
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
}

.path-local-pcl-portals .pcl-flow-packages-page__feedback p {
  margin: 0;
}

.path-local-pcl-portals .pcl-flow-packages-page__feedback--error {
  background: #ffe2e2;
  border: 1px solid #f2b4b4;
  color: #7a1f1f;
}

.path-local-pcl-portals .pcl-flow-packages-page__feedback--success {
  background: #ddf7ef;
  border: 1px solid #97dec8;
  color: #185b46;
}

.path-local-pcl-portals .pcl-flow-parent-home {
  display: grid;
  gap: 1.5rem;
}

.path-local-pcl-portals .pcl-flow-parent-home__children {
  padding: 1.25rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(18, 38, 63, 0.08);
  box-shadow: 0 16px 30px rgba(10, 47, 73, 0.08);
}

.path-local-pcl-portals .pcl-flow-parent-home__children h3 {
  margin: 0 0 1rem;
  color: var(--pcl-flow-ink);
}

.path-local-pcl-portals .pcl-flow-parent-home__childgrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.path-local-pcl-portals .pcl-flow-parent-home__childcard,
.path-local-pcl-portals .pcl-flow-parent-home__empty {
  padding: 1rem;
  border-radius: 1rem;
  background: #f8fbfd;
  border: 1px solid rgba(18, 38, 63, 0.08);
}

.path-local-pcl-portals .pcl-flow-parent-home__childcard h4 {
  margin: 0 0 0.5rem;
  color: var(--pcl-flow-ink);
}

.path-local-pcl-portals .pcl-flow-parent-home__childcard p,
.path-local-pcl-portals .pcl-flow-parent-home__empty p {
  margin: 0 0 0.4rem;
  color: #304f68;
}

.path-local-pcl-portals #cutoff-scores-table_wrapper .dataTables_filter {
  margin-bottom: 0.75rem;
}

.path-local-pcl-portals #cutoff-scores-table_wrapper .dataTables_filter label {
  font-weight: 700;
  color: var(--pcl-flow-ink);
}

.path-local-pcl-portals #cutoff-scores-table_wrapper .dataTables_filter input {
  margin-left: 0.4rem;
}

.path-local-pcl-portals #cutoff-scores-table {
  width: 100% !important;
}

@media (max-width: 767px) {
  .path-local-pcl-portals .pcl-flow-card {
    grid-template-columns: 1fr;
  }

  .path-local-pcl-portals .pcl-flow-cutoff-page__filters,
  .path-local-pcl-portals .pcl-flow-packages-page__grid,
  .path-local-pcl-portals .pcl-flow-packages-page__row,
  .path-local-pcl-portals .pcl-flow-parent-home__childgrid {
    grid-template-columns: 1fr;
  }

  .path-local-pcl-portals .new-firework {
    left: 242px;
    top: 18%;
    font-size: 0.8rem;
    padding: 8px 12px;
  }

  .path-local-pcl-portals .pcl-flow-row {
    padding: 1.25rem 0;
  }

  .path-local-pcl-portals .pcl-flow-row__text-col {
    padding: 0.75rem 1rem;
  }

  .path-local-pcl-portals .pcl-flow-new-badge {
    top: 0.5rem;
    right: 0.5rem;
  }
}

@keyframes fireworkBadge {
  0% {
    opacity: 0;
    transform: scale(0.25) rotate(-10deg);
  }
  12% {
    opacity: 1;
    transform: scale(1.15) rotate(2deg);
  }
  22% {
    transform: scale(1) rotate(0deg);
  }
  68% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
  78% {
    opacity: 0;
    transform: scale(0.6) rotate(-6deg);
  }
  100% {
    opacity: 0;
    transform: scale(0.25) rotate(-10deg);
  }
}

/* ── Mummy and Me resources page ──────────────────────────────────── */

body.pcl-mam-route #topofscroll,
body.pcl-mam-route .main-inner,
body.pcl-mam-route #region-main {
  background: linear-gradient(180deg, #f8fbfd 0%, #ffffff 100%) !important;
}

.path-local-pcl-portals .pcl-mam-page {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1rem 1.5rem 3rem;
}

/* Header */
.path-local-pcl-portals .pcl-mam-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.95rem;
  padding: 1.4rem 0 1.3rem;
  text-align: center;
}

.path-local-pcl-portals .pcl-mam-header__logo {
  max-width: 380px;
  height: auto;
  border: 1px solid rgba(48, 174, 210, 0.28);
  border-radius: 24px;
  padding: 0.65rem 1.65rem;
  background: linear-gradient(180deg, #ffffff 0%, #f3fbfe 100%);
  box-shadow: 0 14px 30px rgba(18, 38, 63, 0.08);
}

.path-local-pcl-portals .pcl-mam-header__title {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.9rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #177aa4;
}

.path-local-pcl-portals .pcl-mam-header__social {
  display: flex;
  gap: 0.65rem;
  justify-content: center;
}

.path-local-pcl-portals .pcl-mam-social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  font-size: 1.15rem;
  color: #fff;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    opacity 0.18s ease;
  box-shadow: 0 10px 18px rgba(18, 38, 63, 0.12);
}
.path-local-pcl-portals .pcl-mam-social-btn:hover {
  opacity: 0.92;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}
.path-local-pcl-portals .pcl-mam-social-btn--fb  { background: #1877f2; }
.path-local-pcl-portals .pcl-mam-social-btn--yt  { background: #ff0000; }

.path-local-pcl-portals .pcl-mam-search {
  width: 100%;
  max-width: 760px;
  margin-top: 0.15rem;
}

.path-local-pcl-portals .pcl-mam-search__row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: stretch;
}

.path-local-pcl-portals .pcl-mam-search__row .form-control {
  min-height: 3.15rem;
  border: 1px solid rgba(48, 174, 210, 0.24);
  border-right: 0;
  border-radius: 999px 0 0 999px;
  padding-left: 1.1rem;
  box-shadow: 0 10px 20px rgba(18, 38, 63, 0.05);
}

.path-local-pcl-portals .pcl-mam-search__btn {
  min-width: 4.25rem;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(135deg, #30aed2 0%, #177aa4 100%);
  border-color: transparent;
  padding: 0.375rem 1rem;
  box-shadow: 0 10px 20px rgba(23, 122, 164, 0.22);
}

.path-local-pcl-portals .pcl-mam-search__btn:hover {
  background: linear-gradient(135deg, #36b9dd 0%, #16698d 100%);
}

.path-local-pcl-portals .pcl-mam-header__count {
  margin: 0.25rem 0 0;
  padding: 0.35rem 1rem;
  border-radius: 999px;
  background: rgba(48, 174, 210, 0.1);
  font-size: 1.4rem;
  font-weight: 700;
  color: #177aa4;
}

/* Card grid — 4 columns matching production */
.path-local-pcl-portals .pcl-mam-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.35rem;
}

/* Card */
.path-local-pcl-portals .pcl-mam-card {
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid rgba(48, 174, 210, 0.14);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(18, 38, 63, 0.08);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.path-local-pcl-portals .pcl-mam-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(18, 38, 63, 0.12);
}

.path-local-pcl-portals .pcl-mam-card__thumb-wrap {
  display: block;
  overflow: hidden;
}

.path-local-pcl-portals .pcl-mam-card__thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: opacity 0.15s;
}
.path-local-pcl-portals .pcl-mam-card__thumb-wrap:hover .pcl-mam-card__thumb { opacity: 0.9; }

.path-local-pcl-portals .pcl-mam-card__body {
  padding: 0.9rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.55rem;
}

.path-local-pcl-portals .pcl-mam-card__title {
  font-size: 0.98rem;
  font-weight: 700;
  color: #177aa4;
  text-decoration: none;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.path-local-pcl-portals .pcl-mam-card__title:hover { text-decoration: underline; color: #30aed2; }

.path-local-pcl-portals .pcl-mam-card__desc {
  margin: 0;
  font-size: 0.84rem;
  color: #52677a;
  line-height: 1.55;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.path-local-pcl-portals .pcl-mam-card__share {
  align-self: flex-start;
  margin-top: 0.35rem;
  font-size: 0.82rem;
  border-radius: 999px;
  padding-inline: 0.85rem;
}

/* Empty state */
.path-local-pcl-portals .pcl-mam-empty {
  grid-column: 1 / -1;
  padding: 2.25rem 1.5rem;
  text-align: center;
  color: #5a6a7a;
  border: 1px dashed rgba(48, 174, 210, 0.24);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.8);
}

/* Footer banner */
.path-local-pcl-portals .pcl-mam-footer {
  margin-top: 2.6rem;
  background: linear-gradient(135deg, #30aed2 0%, #177aa4 100%);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 34px rgba(18, 38, 63, 0.12);
}

.path-local-pcl-portals .pcl-mam-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 2.4rem;
  gap: 2rem;
}

.path-local-pcl-portals .pcl-mam-footer__tagline {
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.25;
}

.path-local-pcl-portals .pcl-mam-footer__logo {
  max-width: 210px;
  height: auto;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.95);
  padding: 0.55rem 1rem;
  border-radius: 18px;
  box-shadow: 0 12px 22px rgba(18, 38, 63, 0.12);
}

.path-local-pcl-portals .pcl-video-lb {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1rem 1rem;
  z-index: 2000;
}

.path-local-pcl-portals .pcl-video-lb.is-open {
  display: flex;
}

.path-local-pcl-portals .pcl-video-lb__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 24, 33, 0.72);
  backdrop-filter: blur(3px);
}

.path-local-pcl-portals .pcl-video-lb__wrap {
  position: relative;
  width: min(960px, 100%);
  background: #fff;
  border-radius: 1.35rem;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.32);
  z-index: 1;
}

.path-local-pcl-portals .pcl-video-lb__close {
  position: absolute;
  top: 0.65rem;
  right: 0.75rem;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
  color: #0f1720;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

.path-local-pcl-portals .pcl-video-lb__iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #000;
}

/* Responsive */
@media (max-width: 1100px) {
  .path-local-pcl-portals .pcl-mam-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .path-local-pcl-portals .pcl-mam-grid { grid-template-columns: repeat(2, 1fr); }
  .path-local-pcl-portals .pcl-mam-footer__tagline { font-size: 1.2rem; }
  .path-local-pcl-portals .pcl-mam-footer__inner { padding: 1.25rem 1.25rem; gap: 1rem; }
}
@media (max-width: 480px) {
  .path-local-pcl-portals .pcl-mam-grid { grid-template-columns: 1fr; }
  .path-local-pcl-portals .pcl-mam-page { padding-left: 0.9rem; padding-right: 0.9rem; }
  .path-local-pcl-portals .pcl-mam-header__title { font-size: 1.7rem; }
  .path-local-pcl-portals .pcl-mam-header__count { font-size: 1.2rem; }
  .path-local-pcl-portals .pcl-mam-search__btn { min-width: 3.75rem; }
}
