:root {
  --p123-orange: #F68D2C;
  --p123-orange-700: #CF6F13;
  --p123-lightblue: #4A90BF;
  --p123-lightblue-700: #2F6F99;
  --p123-pink: #F92A82;
  --p123-pink-700: #CC1866;
  --p123-darkblue: #323C94;
  --p123-darkblue-800: #222A6F;
  --p123-white: #FFFFFF;
  --p123-ink: #1F2937;
  --p123-paper: #F7FAFC;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;
  --shadow-card: 0 4px 14px rgba(0,0,0,0.08);
  --ring: 0 0 0 4px rgba(74,144,191,.35);
}

body.path-local-pcl-portals.pcl-p123-route {
  background: linear-gradient(180deg, rgba(74,144,191,.06), rgba(255,255,255,.95) 40%), #fff;
  color: var(--p123-ink);
}

.path-local-pcl-portals.pcl-p123-route .container .text-center h1,
.path-local-pcl-portals.pcl-p123-route .pcl-p123-hero__copy .pcl-p123-title {
  font-weight: 800;
  letter-spacing: .2px;
  color: var(--p123-darkblue);
  margin: 1rem 0 1.25rem;
}

.path-local-pcl-portals.pcl-p123-route .pcl-p123-topics-page__accordion-shell {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.path-local-pcl-portals.pcl-p123-route #accordionExercises {
  margin-top: .5rem;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}

.path-local-pcl-portals.pcl-p123-route #accordionExercises .card {
  border: 0;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.path-local-pcl-portals.pcl-p123-route #accordionExercises .card + .card {
  margin-top: .5rem;
}

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

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

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

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

.path-local-pcl-portals.pcl-p123-route #accordionExercises .lightpurple-card .btn {
  color: var(--p123-white);
  background-color: var(--p123-darkblue);
}

.path-local-pcl-portals.pcl-p123-route #accordionExercises .deeppurple-card .btn {
  color: var(--p123-white);
  background-color: var(--p123-orange);
}

.path-local-pcl-portals.pcl-p123-route #accordionExercises .lightpurple-card .btn:hover,
.path-local-pcl-portals.pcl-p123-route #accordionExercises .deeppurple-card .btn:hover {
  filter: brightness(1.03);
}

.path-local-pcl-portals.pcl-p123-route #accordionExercises .lightpurple-card .btn:focus,
.path-local-pcl-portals.pcl-p123-route #accordionExercises .deeppurple-card .btn:focus {
  box-shadow: var(--ring);
}

.path-local-pcl-portals.pcl-p123-route #accordionExercises .collapse {
  background: transparent;
}

.path-local-pcl-portals.pcl-p123-route #accordionExercises .card-body {
  background: var(--p123-paper);
  padding: 1rem;
}

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

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

.path-local-pcl-portals.pcl-p123-route #accordionExercises .pcl-p123-topics-page__index-links a {
  display: block;
  background: var(--p123-white);
  border: 2px solid rgba(74,144,191,.15);
  border-left-width: 6px;
  border-left-color: var(--p123-lightblue);
  border-radius: var(--radius-md);
  padding: .75rem 1rem;
  line-height: 1.3;
  min-height: 44px;
  font-weight: 600;
  letter-spacing: .15px;
  color: var(--p123-darkblue);
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
  text-decoration: none;
}

.path-local-pcl-portals.pcl-p123-route #accordionExercises .pcl-p123-topics-page__index-links a:hover {
  text-decoration: none;
  background: linear-gradient(0deg, rgba(246,141,44,.08), rgba(246,141,44,0));
  border-left-color: var(--p123-orange);
}

.path-local-pcl-portals.pcl-p123-route #accordionExercises .pcl-p123-topics-page__index-links a:focus {
  outline: 0;
  box-shadow: var(--ring);
}

.path-local-pcl-portals.pcl-p123-route #accordionExercises .pcl-p123-topics-page__index-links a:active {
  transform: translateY(1px);
}

.path-local-pcl-portals.pcl-p123-route #accordionExercises .row > [class^="col-"] .card {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}

.path-local-pcl-portals.pcl-p123-route #accordionExercises .pcl-p123-topic-card {
  height: 100%;
  border: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
}

.path-local-pcl-portals.pcl-p123-route #accordionExercises .pcl-p123-topic-card .card-header {
  background: transparent;
  padding: .75rem 1rem .5rem;
  border-bottom: 0;
}

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

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

.path-local-pcl-portals.pcl-p123-route #accordionExercises .pcl-p123-topic-card__link {
  display: block;
  background: var(--p123-white);
  border: 2px solid rgba(74,144,191,.15);
  border-left-width: 6px;
  border-left-color: var(--p123-lightblue);
  border-radius: var(--radius-md);
  padding: .75rem 1rem;
  line-height: 1.3;
  min-height: 44px;
  font-weight: 600;
  letter-spacing: .15px;
  color: var(--p123-darkblue);
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
  text-decoration: none;
}

.path-local-pcl-portals.pcl-p123-route #accordionExercises .pcl-p123-topic-card__link:hover {
  text-decoration: none;
  background: linear-gradient(0deg, rgba(246,141,44,.08), rgba(246,141,44,0));
  border-left-color: var(--p123-orange);
}

.path-local-pcl-portals.pcl-p123-route #accordionExercises .pcl-p123-topic-card__link:focus {
  outline: 0;
  box-shadow: var(--ring);
}

.path-local-pcl-portals.pcl-p123-route #accordionExercises .pcl-p123-topic-card__link:active {
  transform: translateY(1px);
}

.path-local-pcl-portals.pcl-p123-route #accordionExercises .pcl-p123-topic-card .btn {
  white-space: normal;
}

.path-local-pcl-portals.pcl-p123-route #accordionExercises h4.std5,
.path-local-pcl-portals.pcl-p123-route #accordionExercises h4.std3,
.path-local-pcl-portals.pcl-p123-route #accordionExercises h4.std1 {
  display: inline-block;
  margin: 0;
  padding: .4rem .6rem;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 800;
  color: var(--p123-white);
  letter-spacing: .3px;
}

.path-local-pcl-portals.pcl-p123-route #accordionExercises h4.std5 {
  background-image: linear-gradient(135deg, var(--p123-orange), var(--p123-orange-700));
}

.path-local-pcl-portals.pcl-p123-route #accordionExercises h4.std3 {
  background-image: linear-gradient(135deg, var(--p123-lightblue), var(--p123-lightblue-700));
}

.path-local-pcl-portals.pcl-p123-route #accordionExercises h4.std1 {
  background-image: linear-gradient(135deg, var(--p123-pink), var(--p123-pink-700));
}

@media (max-width: 767.98px) {
  .path-local-pcl-portals.pcl-p123-route .container .text-center h1 {
    font-size: 1.5rem;
  }

  .path-local-pcl-portals.pcl-p123-route #accordionExercises .card-header .btn {
    padding: 1rem 1rem;
    min-height: 56px;
  }

  .path-local-pcl-portals.pcl-p123-route #accordionExercises .pcl-p123-topic-card .card-body {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
