@charset "UTF-8";
/*
 Theme Name:   Project Heart
 Theme URI:    https://mantoothcompany.com
 Description:  Project Heart theme
 Author:       Mantooth Company
 Author URI:   https://mantoothcompany.com
 Template:     generatepress
 Version:      0.2
*/
.ph-web p,
.ph-web a,
.ph-web li,
.ph-web h1,
.ph-web h2,
.ph-web h3,
.ph-web h4,
.ph-web h5,
.ph-web h6,
.ph-web .gb-button-text {
  text-wrap: pretty;
}
.ph-web a {
  text-decoration: underline;
}
.ph-web a:focus, .ph-web a:active {
  color: #e0457b;
}
.ph-web a.link-container {
  text-decoration: none;
}
.ph-web footer a:hover {
  text-decoration: underline;
}
.ph-web .mb-40 {
  margin-bottom: 40px !important;
}
.ph-web .mb-30 {
  margin-bottom: 30px !important;
}
.ph-web .link-hover {
  cursor: pointer;
}
.ph-web .no-underline,
.ph-web .no-underline a,
.ph-web ul.no-underline a,
.ph-web ol.no-underline a {
  text-decoration: none !important;
}
.ph-web .full-width-container {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}
.ph-web.home.separate-containers .site-main {
  margin-top: 0;
}
.ph-web.separate-containers.no-sidebar .site-main {
  margin-left: 40px;
  margin-right: 40px;
}
.ph-web.search.separate-containers .site-main > .generate-columns-container {
  margin-bottom: 50px;
}
.ph-web.error404 .generate-columns-container {
  padding-bottom: 60px;
}
.ph-web .searchwp-revised-search-notice {
  width: 100%;
  margin-left: 20px;
}
.ph-web a.ph-button,
.ph-web a.gbp-button--default,
.ph-web a.gbp-button--primary,
.ph-web a.gbp-button--secondary,
.ph-web a.gbp-button--small,
.ph-web a.gbp-button--outline,
.ph-web a.gbp-button--secondary-2,
.ph-web a.gbp-button--secondary-pink-2,
.ph-web a.gbp-button--secondary-pink-container,
.ph-web a.gbp-button--outline-pink,
.ph-web a.gbp-button--primary-pink,
.ph-web a.gbp-button--primary-2,
.ph-web a.gbp-button--primary-alt,
.ph-web a.gbp-button--primary-sq-alt,
.ph-web a.gbp-button--brown-sq,
.ph-web a.gbp-button--white-sq-solid,
.ph-web a.gbp-button--white-sq-outline {
  text-decoration: none !important;
}
.ph-web .w-100 {
  width: 100%;
}
.ph-web .uppercase {
  text-transform: uppercase;
}
.ph-web .object-fit-cover,
.ph-web .object-fit-cover img {
  -o-object-fit: cover;
     object-fit: cover;
}
.ph-web .force-hyphen-break {
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: normal;
}
.ph-web .gb-text-f1d8e769.force-hyphen-break {
  hyphens: manual;
  overflow-wrap: normal;
}
.ph-web .fading-bottom-border {
  -o-border-image: linear-gradient(to right, #cdcbcb, transparent 50%) 1;
     border-image: linear-gradient(to right, #cdcbcb, transparent 50%) 1;
}
.ph-web .div-hr-left {
  margin-left: 0;
}
.ph-web #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu {
  box-sizing: border-box;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ph-web #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-row {
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}
.ph-web #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover > a.mega-menu-link,
.ph-web #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
.ph-web #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
.ph-web #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
.ph-web #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  background-color: #e0457b !important;
  border-radius: 10px 10px 0 0 !important;
  color: #fff !important;
}
.ph-web.ph-lessons-activities-section #mega-menu-wrap-primary #mega-menu-primary > li#mega-menu-item-175340 > a.mega-menu-link {
  background: #e0457b !important;
  color: #fff !important;
  border-radius: 10px 10px 0 0 !important;
}
.ph-web .top-bar > div {
  margin-bottom: -55px;
}
.ph-web.archive .site-header, .ph-web.single-curriculum .site-header, .ph-web:not(.home) .site-header {
  border-bottom: 5px solid #e0457b;
}
.ph-web .home-blog a {
  text-decoration: none;
}
.ph-web .text-divider-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.ph-web .text-divider-title::before,
.ph-web .text-divider-title::after {
  content: "";
  width: 35px;
  height: 3px;
  background-color: white;
}
.ph-web .ph-web .home-blog ul li {
  padding-left: 0;
}
.ph-web .home-blog ul {
  margin-left: 0;
}
.ph-web .home-blog ul li::before {
  content: none;
}
.ph-web ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 0 1.5em;
}
.ph-web ul > li {
  margin-bottom: 8px;
  --bullet-size: 0.45rem;
  --bullet-gap: 0.75rem;
  --list-line-height: 1.7;
  position: relative;
  padding-left: calc(var(--bullet-size) + var(--bullet-gap));
  line-height: var(--list-line-height);
}
.ph-web ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc((var(--list-line-height) * 1em - var(--bullet-size)) / 2);
  width: var(--bullet-size);
  height: var(--bullet-size);
  border-radius: 50%;
  background: #e0457b;
}
.ph-web .main-navigation ul > li,
.ph-web .slideout-navigation ul > li,
.ph-web #generate-slideout-menu ul > li,
.ph-web #mega-menu-wrap-primary ul > li {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.ph-web .main-navigation ul > li::before,
.ph-web .slideout-navigation ul > li::before,
.ph-web #generate-slideout-menu ul > li::before,
.ph-web #mega-menu-wrap-primary ul > li::before {
  content: none;
  display: none;
}
.ph-web .main-navigation ul ul,
.ph-web .main-navigation.sub-menu-left ul ul {
  box-shadow: none;
}
.ph-web p::-moz-selection {
  background-color: #e0457b;
  color: white;
  /* optional: change text color too */
}
.ph-web p::selection {
  background-color: #e0457b;
  color: white;
  /* optional: change text color too */
}
.ph-web blockquote.blue-bg-blockquote {
  border: none;
  border-radius: 12px;
  background: #e9f1f5;
  padding: 86px 80px 76px 82px;
  position: relative;
  font-size: inherit;
  font-weight: 600;
}
.ph-web blockquote.blue-bg-blockquote:before {
  display: block;
  content: url(/wp-content/uploads/2026/06/quotes-white-70w.png);
  font-size: 60px;
  position: absolute;
  left: 5px;
  top: 0;
}
.ph-web blockquote.blue-bg-blockquote p {
  font-size: 26px;
  border-left: 3px solid #a9c9d7;
  padding-left: 60px;
  padding-top: 0;
  margin-bottom: 0;
}
.ph-web blockquote.blue-bg-blockquote cite {
  font-size: 16px;
  color: #e0457b;
  border-left: 3px solid #a9c9d7;
  padding-left: 60px;
  padding-top: 26px;
}
.ph-web blockquote {
  border: none;
  position: relative;
  padding-left: 35px;
}
.ph-web blockquote:before {
  display: block;
  content: url(/wp-content/uploads/2026/06/quotes-blue.png);
  font-size: 60px;
  position: absolute;
  left: 5px;
  top: 20px;
}
.ph-web blockquote p {
  font-size: 18px;
  font-style: normal;
  padding-left: 60px;
  padding-top: 0;
  margin-bottom: 0;
}
.ph-web blockquote cite {
  font-size: 16px;
  font-style: normal;
  padding-left: 60px;
  padding-top: 26px;
}
.ph-web blockquote.white-small-blockquote {
  padding-left: 0;
}
.ph-web blockquote.white-small-blockquote:before {
  content: "";
  width: 44px;
  height: 44px;
  top: 8px;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='%23fff' d='M 20 9 C 20 9 8 20 8 33 L 8 54 L 18 54 L 28 54 L 28 33 C 28 33 24 30 18 30 C 17.763292 30 17.535047 30.012514 17.304688 30.021484 C 15.550216 22.303552 24 13 24 13 L 20 9 z M 48 9 C 48 9 36 20 36 33 L 36 54 L 46 54 L 56 54 L 56 33 C 56 33 52 30 46 30 C 45.763292 30 45.535047 30.012514 45.304688 30.021484 C 43.550216 22.303552 52 13 52 13 L 48 9 z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.ph-web blockquote.white-small-blockquote p,
.ph-web blockquote.white-small-blockquote cite {
  padding-left: 58px;
}
.ph-web .dotted-hr {
  border: none;
  border-top: 3px dotted #92847C;
  background-color: transparent;
  height: 1px;
}
.ph-web .dashed-hr {
  border: none;
  border-top: 3px dashed #e0457b;
  background-color: transparent !important;
  height: 1px;
}
.ph-web .thick-hr {
  height: 3px;
}
.ph-web .styled-table thead {
  background-color: #e9f1f5;
}
.ph-web .styled-table tr td:first-of-type {
  background-color: #f5f4f3;
  width: 125px;
}
.ph-web .styled-table tr td:not(:first-of-type) {
  font-size: 11px;
  text-align: left;
}
.ph-web .ph-timeline-marker::after {
  content: "";
  width: 6px;
  flex: 1;
  min-height: 55px;
  background: #ffb0c8;
}
.ph-web .gb-overlay__content {
  max-width: 50%;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 1024px) {
  .ph-web .gb-overlay__content {
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .ph-web .gb-overlay__content {
    max-width: calc(100% - 60px);
  }
}
.ph-web .gform-theme.gform-theme--framework.gform_wrapper {
  display: flex;
  flex-direction: column;
}
.ph-web .gform-theme.gform-theme--framework.gform_wrapper .gform_heading {
  order: 2;
  margin-top: 20px;
}
.ph-web .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit]) {
  background-color: #4f2c1d !important;
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  border-radius: 12px !important;
  padding: 0.75rem 1.5rem !important;
  font-family: var(--gp-font--poppins) !important;
  padding-right: 50px !important;
  background-image: url("/wp-content/uploads/2026/06/play-icon.png");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 18px 18px;
}
.ph-web .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit]):hover {
  background-color: #e0457b !important;
}
.ph-web .gfield_required_asterisk {
  color: #e0457b !important;
}
.ph-web .gform_heading .gform_required_legend {
  font-size: 12px;
}
.ph-web .gform-footer button.gform_button {
  background-color: #4f2c1d !important;
  background-image: url("/wp-content/uploads/2026/06/play-icon.png");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  border-radius: 12px !important;
  font-size: 13px !important;
  padding-right: 50px !important;
}
.ph-web .gform-footer button.gform_button:hover {
  background-color: #e0457b !important;
}
.ph-web .cmplz-links ul > li::before {
  content: none;
}
.ph-web .cmplz-cookiebanner .cmplz-buttons .cmplz-view-preferences {
  display: block;
}
.ph-web .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences {
  background-color: white;
  border: var(--cmplz_button_accept_background_color) 1px solid;
  color: var(--cmplz_button_accept_background_color);
}
.ph-web .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences:hover {
  background-color: var(--cmplz_button_accept_background_color);
  border: var(--cmplz_button_accept_background_color) 1px solid;
  color: white;
}
.ph-web .newsletter-signup-block .ctct-label-top label {
  display: none !important;
}
.ph-web .newsletter-signup-block .ctct-form-field-email {
  margin-bottom: 0;
  min-width: 300px;
}
.ph-web .newsletter-signup-block .ctct-form-field-email input,
.ph-web .newsletter-signup-block .ctct-form-field-email input:active,
.ph-web .newsletter-signup-block .ctct-form-field-email input:hover {
  border-color: white;
  border-radius: 12px;
  font-size: 14px;
  min-width: 300px;
}
.ph-web .newsletter-signup-block .ctct-form-field-email input::-moz-placeholder {
  color: white;
  font-size: 12px;
  margin-bottom: 0;
}
.ph-web .newsletter-signup-block .ctct-form-field-email input::placeholder {
  color: white;
  font-size: 12px;
  margin-bottom: 0;
}
.ph-web .newsletter-signup-block .ctct-form-field-submit {
  margin-bottom: 0;
}
.ph-web .newsletter-signup-block .ctct-form-field-submit input {
  background-image: url(/wp-content/uploads/2026/06/play-icon.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  border-radius: 12px;
  font-size: 13px;
  padding-right: 50px !important;
}
.ph-web .newsletter-signup-block .ctct-disclosure {
  display: none;
}
.ph-web .newsletter-signup-block .ctct-disclosure a {
  color: white;
}
.ph-web .newsletter-signup-block .ctct-disclosure hr {
  display: none;
}
.ph-web .newsletter-signup-block + .site-footer > footer {
  margin-top: 0;
}
.ph-web .ph-curriculum-outer {
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}
.ph-web .ph-curriculum-wrapper {
  width: 100%;
}
.ph-web .ph-curriculum-layout {
  display: grid;
  grid-template-columns: 302px 1fr;
  gap: 40px;
}
.ph-web .ph-curriculum-sidebar {
  position: relative;
  background: #e9f1f5;
}
.ph-web .ph-curriculum-sidebar::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100vw;
  background: #e9f1f5;
}
.ph-web .ph-curriculum-sidebar-inner {
  position: sticky;
  top: var(--sidebar-sticky-top, 30px);
  border-radius: 8px;
  padding: 24px 0 40px 0;
  z-index: 10;
}
.ph-web .site-footer {
  position: relative;
  z-index: 20;
}
.ph-web .ph-sidebar-header {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 30px;
  padding-right: 10px;
  text-decoration: none !important;
  color: inherit;
  transition: background-color 0.2s ease;
}
.ph-web .ph-sidebar-header:hover, .ph-web .ph-sidebar-header:focus, .ph-web .ph-sidebar-header:active {
  background-color: #c3d9e3;
  text-decoration: none !important;
}
.ph-web .ph-sidebar-header.is-active {
  background-color: #c3d9e3;
  border-bottom: none;
}
.ph-web .ph-sidebar-header * {
  text-decoration: none !important;
}
.ph-web .ph-sidebar-label {
  display: block;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #e9417a;
  margin-bottom: 0;
}
.ph-web .ph-sidebar-title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  color: #333;
}
.ph-web .ph-curriculum-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ph-web .ph-curriculum-nav-item {
  margin-bottom: 0;
  padding-left: 0;
  line-height: normal;
}
.ph-web .ph-curriculum-nav-item::before {
  content: none;
}
.ph-web .ph-curriculum-nav-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding: 12px 30px;
  font-size: 14px;
  color: #4f2c1d;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.ph-web .ph-curriculum-nav-link:hover {
  background-color: #c3d9e3;
  text-decoration: none;
}
.ph-web .ph-curriculum-nav-link.is-active {
  background-color: #c3d9e3;
}
.ph-web .ph-curriculum-nav-link.is-active .ph-lesson-nav-title {
  font-weight: 700;
}
.ph-web .ph-lesson-label {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #e9417a;
}
.ph-web .ph-lesson-nav-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
}
.ph-web .ph-curriculum-main {
  min-width: 0;
  padding-top: 30px;
  padding-bottom: 50px;
}
.ph-web .ph-curriculum-hero {
  background-color: #4f2c1d;
  color: #fff;
  padding: 30px 24px 34px;
  border-radius: 12px;
  margin-bottom: 40px;
}
.ph-web .ph-curriculum-hero-title {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 20px 0;
  line-height: 1.2;
  padding-bottom: 22px;
  position: relative;
}
.ph-web .ph-curriculum-hero-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 6px;
  background-color: #fff;
  border-radius: 3px;
}
.ph-web .ph-curriculum-hero-description {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  max-width: 100%;
  opacity: 0.95;
}
.ph-web .ph-curriculum-hero-description p {
  margin-bottom: 0;
}
.ph-web .ph-educator-resources {
  margin-bottom: 40px;
}
.ph-web .ph-educator-resources-title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 24px 0;
  padding-bottom: 18px;
  position: relative;
}
.ph-web .ph-educator-resources-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 6px;
  background-color: #5b9aa9;
  border-radius: 3px;
}
.ph-web .ph-educator-resources-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}
.ph-web .ph-educator-resources-grid--single {
  grid-template-columns: 1fr;
}
.ph-web .ph-resource-card {
  background: #fff;
  border: 1px solid #b4d0dc;
  border-radius: 8px;
  padding: 24px;
}
.ph-web .ph-resource-card-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 6px 0;
}
.ph-web .ph-resource-card-description {
  font-size: 14px;
  line-height: 1.4;
  color: #555;
  margin: 0 0 20px 0;
}
.ph-web .ph-resource-card-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ph-web .ph-additional-resources-bar {
  display: flex;
  align-items: center;
  gap: 24px;
  background: #fff;
  border: 1px solid #b4d0dc;
  border-radius: 8px;
  padding: 20px 24px;
  margin-top: 25px;
}
.ph-web .ph-additional-resources-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  max-width: 220px;
}
.ph-web .ph-additional-resources-description {
  flex: 1;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  margin: 0;
}
.ph-web .ph-additional-resources-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ph-web .ph-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  padding: 12px 20px;
  transition: background-color 0.2s ease, color 0.2s ease;
  cursor: pointer;
}
.ph-web .ph-btn-primary {
  background-color: #4f2c1d;
  color: #fff;
}
.ph-web .ph-btn-primary:hover {
  background-color: #e0457b;
  text-decoration: none;
}
.ph-web .ph-btn-secondary {
  background-color: #fff;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
}
.ph-web .ph-btn-secondary:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}
.ph-web .ph-btn-teal {
  background-color: #5b9aa9;
  color: #fff;
}
.ph-web .ph-btn-teal:hover {
  background-color: #4a8a99;
  text-decoration: none;
}
.ph-web .ph-btn-small {
  font-size: 15px;
  padding: 6px 40px 6px 36px;
}
.ph-web a.gbp-button-brown-sq {
  text-decoration: none;
  font-size: 12px;
}
.ph-web .gb-shape svg[stroke] :is(path, rect, circle, ellipse, line, polyline, polygon):not([fill]) {
  fill: none;
}
.ph-web .ph-additional-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: linear-gradient(135deg, #f8f8f8 0%, #f0f0f0 100%);
  border: 1px solid #e4e4e4;
  border-radius: 12px;
  padding: 32px;
  margin-top: 40px;
}
.ph-web .ph-additional-cta-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px 0;
}
.ph-web .ph-additional-cta-content p {
  font-size: 14px;
  color: #555;
  margin: 0;
}
.ph-web .ph-lessons-section {
  margin-top: 40px;
  margin-bottom: 100px;
}
.ph-web .ph-lessons-title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 24px 0;
  padding-bottom: 18px;
  position: relative;
}
.ph-web .ph-lessons-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 6px;
  background-color: #5b9aa9;
  border-radius: 3px;
}
.ph-web .ph-lessons-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.ph-web .ph-lesson-card {
  background: #fff;
  border: 2px solid #b4d0dc;
  border-radius: 12px;
  overflow: hidden;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.ph-web .ph-lesson-card:hover {
  background-color: #f9d6e6;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.ph-web .ph-lesson-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  color: inherit;
}
.ph-web .ph-lesson-card-link:hover {
  text-decoration: none;
}
.ph-web .ph-lesson-card-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}
.ph-web .ph-lesson-card-heart {
  position: relative;
  flex-shrink: 0;
  width: 70px;
  height: 64px;
}
.ph-web .ph-heart-icon {
  width: 100%;
  height: 100%;
}
.ph-web .ph-lesson-card-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.ph-web .ph-lesson-card-titles {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 64px;
}
.ph-web .ph-lesson-card-label {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #e0457b;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
.ph-web .ph-lesson-card-title {
  font-size: 22px;
  font-weight: 700;
  color: #4f2c1d;
  margin: 0;
  line-height: 1.2;
}
.ph-web .ph-lesson-card-body {
  flex: 1;
}
.ph-web .ph-lesson-card-summary {
  font-size: 15px;
  line-height: 1.6;
  color: #4f2c1d;
  margin: 0;
}
.ph-web .ph-curriculum-pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  gap: 16px;
}
.ph-web .ph-pagination-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 16px;
  font-size: 15px;
  font-weight: 600;
  color: #4f2c1d;
  text-decoration: none;
  background: #fff;
  border: 2px solid #b4d0dc;
  border-radius: 8px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.ph-web .ph-pagination-link:hover {
  background-color: #f9d6e6;
  border-color: #e0457b;
  text-decoration: none;
}
.ph-web .ph-pagination-link svg {
  flex-shrink: 0;
}
.ph-web .ph-pagination-prev {
  padding: 7px 24px 7px 10px;
}
.ph-web .ph-pagination-prev svg {
  transform: rotate(180deg);
}
.ph-web .ph-pagination-next {
  margin-left: auto;
  padding: 7px 10px 7px 24px;
}
.ph-web .ph-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #4f2c1d;
  margin-bottom: 24px;
}
.ph-web .ph-breadcrumbs a {
  color: #4f2c1d;
  text-decoration: none;
}
.ph-web .ph-breadcrumbs a:hover {
  color: #e0457b;
  text-decoration: underline;
}
.ph-web .ph-breadcrumbs .ph-breadcrumb-separator {
  color: #4f2c1d;
}
.ph-web .ph-breadcrumbs .ph-breadcrumb-current {
  color: #6aa2b9;
}
.ph-web .ph-breadcrumbs .breadcrumb_last {
  color: #6aa2b9;
}
.ph-web .breadcrumb_last {
  color: #6aa2b9;
}
.ph-web .yoast-breadcrumbs,
.ph-web #breadcrumbs,
.ph-web .ph-page-breadcrumbs,
.ph-web .gb-text:has(.breadcrumb_last) {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #4f2c1d;
}
.ph-web .yoast-breadcrumbs a,
.ph-web .yoast-breadcrumbs span:not(.breadcrumb_last),
.ph-web #breadcrumbs a,
.ph-web #breadcrumbs span:not(.breadcrumb_last),
.ph-web .ph-page-breadcrumbs a,
.ph-web .ph-page-breadcrumbs span:not(.breadcrumb_last),
.ph-web .gb-text:has(.breadcrumb_last) a,
.ph-web .gb-text:has(.breadcrumb_last) span:not(.breadcrumb_last) {
  color: #4f2c1d;
}
.ph-web .yoast-breadcrumbs a,
.ph-web #breadcrumbs a,
.ph-web .ph-page-breadcrumbs a,
.ph-web .gb-text:has(.breadcrumb_last) a {
  text-decoration: none;
}
.ph-web .yoast-breadcrumbs a:hover,
.ph-web #breadcrumbs a:hover,
.ph-web .ph-page-breadcrumbs a:hover,
.ph-web .gb-text:has(.breadcrumb_last) a:hover {
  color: #e0457b;
  text-decoration: underline;
}
.ph-web .yoast-breadcrumbs .breadcrumb_last,
.ph-web #breadcrumbs .breadcrumb_last,
.ph-web .ph-page-breadcrumbs .breadcrumb_last,
.ph-web .gb-text:has(.breadcrumb_last) .breadcrumb_last {
  color: #6aa2b9;
}
.ph-web .ph-lesson-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 32px;
}
.ph-web .ph-lesson-header-heart {
  position: relative;
  flex-shrink: 0;
  width: 116px;
  height: 105px;
}
.ph-web .ph-lesson-header-heart .ph-heart-icon {
  width: 100%;
  height: 100%;
}
.ph-web .ph-lesson-header-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}
.ph-web .ph-lesson-header-content {
  flex: 1;
}
.ph-web .ph-lesson-header-label {
  display: block;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4.5px;
  color: #e0457b;
  margin-bottom: 4px;
}
.ph-web .ph-lesson-header-title {
  font-size: 40px;
  font-weight: 700;
  color: #4f2c1d;
  margin: 0;
  padding-bottom: 16px;
  position: relative;
}
.ph-web .ph-lesson-header-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 6px;
  background-color: #e0457b;
  border-radius: 3px;
}
.ph-web .ph-lesson-hero {
  background-color: #4f2c1d;
  color: #fff;
  padding: 40px;
  border-radius: 12px;
  margin-bottom: 32px;
}
.ph-web .ph-lesson-hero-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #e9417a;
  margin-bottom: 12px;
}
.ph-web .ph-lesson-hero-title {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 20px 0;
  line-height: 1.2;
  padding-bottom: 20px;
  border-bottom: 4px solid #e9417a;
}
.ph-web .ph-lesson-hero-description {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  opacity: 0.95;
}
.ph-web .ph-lesson-hero-description p {
  margin: 0 0 12px 0;
}
.ph-web .ph-lesson-hero-description p:last-child {
  margin-bottom: 0;
}
.ph-web .ph-learning-targets {
  background: #e8f4f8;
  border-radius: 12px;
  padding: 20px 24px 20px 40px;
  margin-bottom: 32px;
  box-shadow: inset 18px 0 0 0 #5b9aa9;
}
.ph-web .ph-learning-targets-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 8px 0;
  color: #4f2c1d;
}
.ph-web .ph-learning-targets-content {
  font-size: 15px;
  line-height: 1.6;
  color: #4f2c1d;
}
.ph-web .ph-learning-targets-content p {
  margin: 0 0 12px 0;
}
.ph-web .ph-learning-targets-content p:last-child {
  margin-bottom: 0;
}
.ph-web .ph-learning-targets-content ul {
  margin: 0;
  padding-left: 20px;
}
.ph-web .ph-learning-targets-content li {
  margin-bottom: 8px;
}
.ph-web .ph-learning-targets-content li:last-child {
  margin-bottom: 0;
}
.ph-web .ph-lesson-meta-bar {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  background: #fff;
  border: 1px solid #b4d0dc;
  border-radius: 12px;
  padding: 18px 30px;
  margin-bottom: 32px;
}
.ph-web .ph-lesson-meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.ph-web .ph-lesson-meta-item svg {
  display: none;
}
.ph-web .ph-lesson-meta-item:first-child {
  flex: 0 0 135px;
}
.ph-web .ph-lesson-meta-item:nth-child(2) {
  flex: 1.5;
}
.ph-web .ph-lesson-meta-bar--k5-clubs .ph-lesson-meta-item:first-child,
.ph-web .ph-lesson-meta-bar--k5-clubs .ph-lesson-meta-item:nth-child(2) {
  flex: 0 0 135px;
}
.ph-web .ph-lesson-meta-bar--k5-clubs .ph-lesson-meta-item:nth-child(3) {
  flex: 1 1 auto;
}
.ph-web .ph-lesson-meta-content {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.ph-web .ph-lesson-meta-label {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #4f2c1d;
}
.ph-web .ph-lesson-meta-value {
  font-size: 14px;
  font-weight: 500;
  color: #4f2c1d;
}
.ph-web .ph-downloadable-materials {
  margin-bottom: 40px;
}
.ph-web .ph-downloadable-materials-title {
  font-size: 33px;
  font-weight: 700;
  margin: 0 0 24px 0;
  padding-bottom: 16px;
  position: relative;
}
.ph-web .ph-downloadable-materials-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 6px;
  background-color: #e0457b;
  border-radius: 3px;
}
.ph-web .ph-materials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.ph-web .ph-material-card {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #b4d0dc;
  border-radius: 12px;
  overflow: hidden;
  padding: 30px;
}
.ph-web .ph-material-thumbnail {
  flex-shrink: 0;
  width: 140px;
  background: #f5f5f5;
}
.ph-web .ph-material-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: white;
}
.ph-web .ph-material-content {
  flex: 1;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
.ph-web .ph-material-title {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 8px 0;
  color: #4f2c1d;
}
.ph-web .ph-material-description {
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  margin: 0 0 16px 0;
  flex: 1;
}
.ph-web .ph-material-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.ph-web.post-type-archive-activity .site-header, .ph-web.single-activity .site-header {
  border-bottom: 5px solid #e0457b;
}
.ph-web .ph-activities-outer {
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}
.ph-web .ph-activities-wrapper {
  width: 100%;
}
.ph-web .ph-activities-layout {
  display: grid;
  grid-template-columns: 302px 1fr;
  gap: 40px;
}
.ph-web .ph-activities-sidebar {
  position: relative;
  background: #e9f1f5;
}
.ph-web .ph-activities-sidebar::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100vw;
  background: #e9f1f5;
}
.ph-web .ph-activities-sidebar-inner {
  position: sticky;
  top: var(--sidebar-sticky-top, 30px);
  border-radius: 8px;
  padding: 32px 20px 66px 0;
  z-index: 10;
}
.ph-web .ph-activities-sidebar-label {
  display: block;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #6aa2b9;
  padding-bottom: 12px;
}
.ph-web .ph-activities-sidebar-title {
  display: block;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.2;
  color: #4f2c1d;
  padding-bottom: 16px;
  position: relative;
}
.ph-web .ph-activities-sidebar-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 6px;
  background-color: #e0457b;
  border-radius: 3px;
}
.ph-web .ph-activities-sidebar-description {
  font-size: 14px;
  margin-bottom: 32px;
  color: #4f2c1d;
}
.ph-web .ph-activities-sidebar-section-title {
  display: block;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #e0457b;
  padding-bottom: 8px;
  border-bottom: 2px solid #c3d9e3;
  margin-bottom: 0;
}
.ph-web .ph-activities-sidebar-list {
  margin-bottom: 28px;
}
.ph-web .ph-activities-sidebar-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0 2px;
  color: #4f2c1d;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding-left: 8px;
}
.ph-web .ph-activities-sidebar-link:hover {
  color: #e0457b;
}
.ph-web .ph-activities-sidebar-link.is-active {
  color: #e0457b;
}
.ph-web .ph-activities-sidebar-count {
  font-size: 14px;
  font-weight: 500;
  color: #6aa2b9;
}
.ph-web .ph-activities-sidebar-btn-return {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 600;
  color: #4f2c1d;
  text-decoration: none;
  border: 2px solid #b4d0dc;
  border-radius: 8px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.ph-web .ph-activities-sidebar-btn-return svg {
  background-color: #e0457b;
  color: #fff;
  border-radius: 50px;
  padding: 3px;
}
.ph-web .ph-activities-sidebar-btn-return:hover {
  background-color: #f9d6e6;
  border-color: #e0457b;
  text-decoration: none;
}
.ph-web .ph-sidebar-section {
  margin-bottom: 24px;
}
.ph-web .ph-sidebar-section:last-of-type {
  margin-bottom: 0;
}
.ph-web .ph-sidebar-section-title {
  display: block;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #e9417a;
  padding: 0 30px;
  margin-bottom: 8px;
}
.ph-web .ph-sidebar-section-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ph-web .ph-sidebar-section-item {
  margin-bottom: 0;
}
.ph-web .ph-sidebar-section-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 30px;
  font-size: 14px;
  font-weight: 600;
  color: #4f2c1d;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.ph-web .ph-sidebar-section-link:hover {
  background-color: #c3d9e3;
  text-decoration: none;
}
.ph-web .ph-sidebar-section-link.is-active {
  background-color: #c3d9e3;
  font-weight: 700;
}
.ph-web .ph-sidebar-count {
  font-size: 12px;
  font-weight: 500;
  color: #666;
  background: #fff;
  padding: 2px 8px;
  border-radius: 10px;
}
.ph-web .ph-sidebar-return-btn {
  display: block;
  margin: 30px 30px 0;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #4f2c1d;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 2px solid #b4d0dc;
  border-radius: 8px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.ph-web .ph-sidebar-return-btn:hover {
  background-color: #f9d6e6;
  border-color: #f9d6e6;
  text-decoration: none;
}
.ph-web .ph-activities-main {
  min-width: 0;
  padding-top: 30px;
  padding-bottom: 100px;
}
.ph-web .ph-activities-header {
  margin-bottom: 32px;
}
.ph-web .ph-activities-title {
  font-size: 40px;
  font-weight: 700;
  color: #4f2c1d;
  margin: 0;
  padding-bottom: 16px;
  position: relative;
}
.ph-web .ph-activities-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 6px;
  background-color: #e0457b;
  border-radius: 3px;
}
.ph-web .ph-featured-activities {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 2.5px solid #d2e3ea;
}
.ph-web .ph-featured-activities--shortcode {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.ph-web .ph-featured-activities--shortcode .ph-activity-card-featured {
  background: #fff;
}
.ph-web .ph-activity-card-featured {
  background: #e9f1f5;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.ph-web .ph-activity-featured-thumbnail {
  width: 358px;
  flex-shrink: 0;
  padding: 28px 20px 28px 50px;
  display: flex;
  align-items: center;
}
.ph-web .ph-activity-featured-thumbnail .ph-activity-featured-thumbnail-link {
  display: block;
  width: 100%;
  text-decoration: none;
}
.ph-web .ph-activity-featured-thumbnail .ph-activity-featured-thumbnail-link:hover, .ph-web .ph-activity-featured-thumbnail .ph-activity-featured-thumbnail-link:focus {
  text-decoration: none;
}
.ph-web .ph-activity-featured-thumbnail img {
  width: 100%;
  height: auto;
  border: 2px solid #b4d0dc;
  -o-object-fit: contain;
     object-fit: contain;
  background: #fff;
}
.ph-web .ph-activity-featured-content {
  flex: 1;
  padding: 40px 40px 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ph-web .ph-activity-featured-label {
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #5b9aa9;
  margin-bottom: 6px;
}
.ph-web .ph-activity-featured-title {
  font-size: 28px;
  font-weight: 700;
  color: #4f2c1d;
  margin: 0 0 10px 0;
  line-height: 1.2;
}
.ph-web .ph-activity-featured-title a {
  color: inherit;
  text-decoration: none;
}
.ph-web .ph-activity-featured-title a:hover, .ph-web .ph-activity-featured-title a:focus {
  color: #e0457b;
  text-decoration: none;
}
.ph-web .ph-activity-featured-description {
  font-size: 13px;
  line-height: 1.7;
  color: #4f2c1d;
  margin: 0 0 20px 0;
}
.ph-web .ph-activity-btn-learn-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background-color: #e0457b;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.2s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.ph-web .ph-activity-btn-learn-more:hover {
  background-color: #c72a6d;
  text-decoration: none;
  color: #fff;
}
.ph-web .ph-activity-btn-learn-more svg {
  flex-shrink: 0;
}
.ph-web .ph-sub-featured-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.ph-web .ph-activity-card-sub-featured {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.ph-web .ph-activity-card-sub-featured:first-of-type {
  padding-right: 48px;
  border-right: 2.5px solid #d2e3ea;
}
.ph-web .ph-activity-sub-thumbnail {
  width: 180px;
  flex-shrink: 0;
}
.ph-web .ph-activity-sub-thumbnail .ph-activity-sub-thumbnail-link {
  display: block;
  text-decoration: none;
}
.ph-web .ph-activity-sub-thumbnail .ph-activity-sub-thumbnail-link:hover, .ph-web .ph-activity-sub-thumbnail .ph-activity-sub-thumbnail-link:focus {
  text-decoration: none;
}
.ph-web .ph-activity-sub-thumbnail img {
  width: 100%;
  height: auto;
  border: 1px solid #b8d2de;
  -o-object-fit: contain;
     object-fit: contain;
  background: #fff;
}
.ph-web .ph-activity-sub-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  /*padding-top: 10px;*/
}
.ph-web .ph-activity-sub-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #5b9aa9;
  margin-bottom: 6px;
}
.ph-web .ph-activity-sub-title {
  font-size: 21px;
  font-weight: 700;
  color: #4f2c1d;
  margin: 0 0 16px 0;
  line-height: 1.3;
}
.ph-web .ph-activity-sub-title a {
  color: inherit;
  text-decoration: none;
}
.ph-web .ph-activity-sub-title a:hover, .ph-web .ph-activity-sub-title a:focus {
  color: #e0457b;
  text-decoration: none;
}
.ph-web .ph-activity-sub-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #e0457b;
  text-decoration: none;
}
.ph-web .ph-activity-sub-link:hover {
  color: #4f2c1d;
  text-decoration: none;
}
.ph-web .ph-activity-sub-link svg {
  flex-shrink: 0;
}
.ph-web .ph-activity-btn-download {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #4f2c1d;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.ph-web .ph-activity-btn-download:hover {
  background-color: #e0457b;
  text-decoration: none;
}
.ph-web .ph-activity-btn-download svg {
  flex-shrink: 0;
}
.ph-web .ph-activity-btn-more {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  color: #4f2c1d;
  background: #fff;
  border: 2px solid #b4d0dc;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.ph-web .ph-activity-btn-more:hover {
  background-color: #f9d6e6;
  border-color: #f9d6e6;
  text-decoration: none;
}
.ph-web .ph-activities-grid-section {
  margin-bottom: 40px;
}
.ph-web .ph-activities-grid-title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 24px 0;
  padding-bottom: 18px;
  position: relative;
}
.ph-web .ph-activities-grid-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 6px;
  background-color: #5b9aa9;
  border-radius: 3px;
}
.ph-web .ph-activities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.ph-web .ph-all-activities {
  margin-top: 40px;
}
.ph-web .ph-all-activities-title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 8px 0;
  color: #4f2c1d;
}
.ph-web .ph-all-activities-description {
  font-size: 15px;
  color: #555;
  margin: 0 0 24px 0;
  line-height: 1.6;
  width: 62%;
}
.ph-web .ph-activity-archive-header {
  margin-bottom: 32px;
}
.ph-web .ph-activity-archive-header .ph-activity-single-label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #5b9aa9;
  margin-bottom: 8px;
}
.ph-web .ph-activity-archive-title {
  font-size: 42px;
  font-weight: 700;
  margin: 0;
  color: #4f2c1d;
  line-height: 1.2;
}
.ph-web .ph-all-activities-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.ph-web .ph-activity-archive-pagination {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.ph-web .ph-activity-archive-pagination .ph-pagination-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.ph-web .ph-activity-archive-pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ph-web .ph-activity-archive-pagination li {
  margin: 0;
  padding-left: 0;
  line-height: normal;
}
.ph-web .ph-activity-archive-pagination li::before {
  content: none;
}
.ph-web .ph-activity-archive-pagination .page-numbers a,
.ph-web .ph-activity-archive-pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 46px;
  padding: 0 12px;
  border: 2px solid #b4d0dc;
  border-radius: 8px;
  background: #fff;
  color: #4f2c1d;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
.ph-web .ph-activity-archive-pagination .page-numbers a:hover,
.ph-web .ph-activity-archive-pagination .page-numbers .current {
  background-color: #f9d6e6;
  border-color: #e0457b;
  text-decoration: none;
}
.ph-web .ph-activity-archive-pagination .ph-pagination-nav {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 40px;
  padding: 0 16px;
  font-size: 15px;
  font-weight: 600;
  color: #3c2313;
  background: #fff;
  border: 2px solid #b4d0dc;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.ph-web .ph-activity-archive-pagination .ph-pagination-nav:hover {
  background-color: #f9d6e6;
  border-color: #e0457b;
  text-decoration: none;
}
.ph-web .ph-activity-archive-pagination .ph-pagination-nav svg {
  flex-shrink: 0;
}
.ph-web .ph-activity-archive-pagination .ph-pagination-nav.ph-pagination-prev svg {
  transform: rotate(180deg);
}
.ph-web .paging-navigation {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  margin-bottom: 60px !important;
  padding: 0 20px;
}
.ph-web .paging-navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.ph-web .paging-navigation .nav-previous {
  display: none;
}
.ph-web .paging-navigation .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 2px solid #b4d0dc;
  border-radius: 8px;
  background: #fff;
  color: #3c2313;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}
.ph-web .paging-navigation .page-numbers:hover {
  background-color: #f9d6e6;
  border-color: #e0457b;
  text-decoration: none;
}
.ph-web .paging-navigation .page-numbers.current {
  background-color: #f9d6e6;
  border-color: #e0457b;
  color: #3c2313;
}
.ph-web .paging-navigation .page-numbers.dots {
  border: none;
  background: none;
  min-width: auto;
  padding: 0 4px;
}
.ph-web .paging-navigation .page-numbers.dots:hover {
  background: none;
}
.ph-web .paging-navigation .page-numbers.prev {
  gap: 10px;
  padding: 0 20px 0 12px;
}
.ph-web .paging-navigation .page-numbers.prev .gp-icon {
  display: none;
}
.ph-web .paging-navigation .page-numbers.prev span[aria-hidden=true] {
  display: none;
}
.ph-web .paging-navigation .page-numbers.prev::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='10' fill='%23e0467c'/%3E%3Cpolyline points='12 16 16 12 12 8' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='8' y1='12' x2='16' y2='12' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
  transform: rotate(180deg);
  flex-shrink: 0;
}
.ph-web .paging-navigation .page-numbers.next {
  gap: 10px;
  padding: 0 12px 0 20px;
}
.ph-web .paging-navigation .page-numbers.next::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='10' fill='%23e0467c'/%3E%3Cpolyline points='12 16 16 12 12 8' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='8' y1='12' x2='16' y2='12' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
  flex-shrink: 0;
}
.ph-web .paging-navigation .page-numbers.next span[aria-hidden=true] {
  display: none;
}
.ph-web.single-post .post-navigation {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 32px;
  margin-bottom: 60px !important;
  overflow: visible;
}
.ph-web.single-post .post-navigation .nav-previous,
.ph-web.single-post .post-navigation .nav-next {
  padding: 0;
}
.ph-web.single-post .post-navigation .nav-next {
  order: 2;
  margin-left: auto;
}
.ph-web.single-post .post-navigation .nav-previous {
  order: 1;
}
.ph-web.single-post .post-navigation a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 16px;
  border: 2px solid #b4d0dc;
  border-radius: 8px;
  background: #fff;
  color: #3c2313;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all 0.2s ease;
}
.ph-web.single-post .post-navigation a:hover, .ph-web.single-post .post-navigation a:focus {
  background-color: #f9d6e6;
  border-color: #e0457b;
  color: #3c2313;
  text-decoration: none;
}
.ph-web.single-post .post-navigation .nav-previous a::before,
.ph-web.single-post .post-navigation .nav-next a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='10' fill='%23e0467c'/%3E%3Cpolyline points='12 16 16 12 12 8' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='8' y1='12' x2='16' y2='12' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
  flex-shrink: 0;
}
.ph-web.single-post .post-navigation .nav-previous a::before {
  transform: rotate(180deg);
}
.ph-web.single-post .post-navigation .nav-previous .ph-single-post-pagination-label::before {
  content: "Previous";
}
.ph-web.single-post .post-navigation .nav-next .ph-single-post-pagination-label::before {
  content: "Next";
}
.ph-web .ph-activity-card {
  background: #fff;
  border: 2px solid #b4d0dc;
  border-radius: 12px;
  overflow: hidden;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.ph-web .ph-activity-card:hover {
  background-color: #f9d6e6;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.ph-web .ph-activity-card-thumbnail {
  height: 160px;
  overflow: hidden;
}
.ph-web .ph-activity-card-thumbnail a {
  display: block;
  height: 100%;
  line-height: 0;
}
.ph-web .ph-activity-card-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ph-web .ph-activity-card-content {
  padding: 20px;
}
.ph-web .ph-activity-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.ph-web .ph-activity-meta-badge {
  display: inline-block;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
}
.ph-web .ph-activity-meta-grade {
  background: #e8f4f8;
  color: #5b9aa9;
}
.ph-web .ph-activity-meta-time {
  background: #fef3e8;
  color: #d68c3c;
}
.ph-web .ph-activity-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #4f2c1d;
  margin: 0 0 8px 0;
  line-height: 1.3;
}
.ph-web .ph-activity-card-title-link {
  color: inherit;
  text-decoration: none;
}
.ph-web .ph-activity-card-title-link:hover, .ph-web .ph-activity-card-title-link:focus {
  color: #e0457b;
  text-decoration: none;
}
.ph-web .ph-activity-card-description {
  font-size: 13px;
  line-height: 1.5;
  color: #555;
  margin: 0 0 16px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ph-web .ph-activity-card-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.ph-web .ph-no-results {
  text-align: center;
  padding: 60px 20px;
  background: #f9f9f9;
  border-radius: 12px;
}
.ph-web .ph-no-results-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 12px 0;
  color: #4f2c1d;
}
.ph-web .ph-no-results-message {
  font-size: 16px;
  color: #666;
  margin: 0;
}
.ph-web .ph-activity-single {
  margin-bottom: 50px;
}
.ph-web .ph-activity-single-header {
  display: flex;
  gap: 130px;
}
.ph-web .ph-activity-single-content {
  flex: 1;
}
.ph-web .ph-activity-single-label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #5b9aa9;
  margin-bottom: 8px;
}
.ph-web .ph-activity-single-title {
  font-size: 48px;
  font-weight: 700;
  color: #4f2c1d;
  margin: 0 0 20px 0;
  padding-bottom: 20px;
  line-height: 1.1;
  position: relative;
}
.ph-web .ph-activity-single-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 195px;
  height: 6px;
  background-color: #5b9aa9;
  border-radius: 3px;
}
.ph-web .ph-activity-single-description {
  font-size: 16px;
  line-height: 1.7;
  color: #4f2c1d;
}
.ph-web .ph-activity-single-description p {
  margin: 0 0 16px 0;
}
.ph-web .ph-activity-single-description p:last-child {
  margin-bottom: 0;
}
.ph-web .ph-activity-single-thumbnail {
  flex-shrink: 0;
  width: 35%;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ph-web .ph-activity-single-thumbnail img {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.ph-web .ph-btn-pink {
  background-color: #e0457b;
  color: #fff;
}
.ph-web .ph-btn-pink:hover {
  background-color: #c72970;
  color: #fff;
  text-decoration: none;
}
.ph-web .ph-btn-download-resource {
  width: 100%;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
}
.ph-web .ph-btn-download-resource svg {
  flex-shrink: 0;
}
.ph-web .ph-activity-meta-bar {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  padding: 20px 120px 20px 66px;
  margin-bottom: 32px;
  box-shadow: inset 18px 0 0 0 #6aa2b9;
  border: 1px solid #e1ecf1;
}
.ph-web .ph-activity-meta-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}
.ph-web .ph-activity-meta-row:first-child {
  margin-bottom: 16px;
}
.ph-web .ph-activity-meta-item {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 10px 20px;
  border-right: 1px solid #e4e4e4;
  border: 1px solid #b0ceda;
}
.ph-web .ph-activity-meta-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #888;
}
.ph-web .ph-activity-meta-value {
  font-size: 14px;
  font-weight: 700;
  color: #4f2c1d;
}
.ph-web .ph-activity-meta-cause-link,
.ph-web .ph-activity-meta-filter-link {
  color: inherit;
  text-decoration: none;
}
.ph-web .ph-activity-meta-cause-link:hover, .ph-web .ph-activity-meta-cause-link:focus,
.ph-web .ph-activity-meta-filter-link:hover,
.ph-web .ph-activity-meta-filter-link:focus {
  color: inherit;
  text-decoration: none;
}
.ph-web .ph-activity-pagination {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 16px;
}
.ph-web .ph-related-activities {
  padding-top: 22px;
  border-top: 1px solid #4f2c1d;
  padding-bottom: 60px;
}
.ph-web .ph-related-activities-title {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 20px 0;
  position: relative;
}
.ph-web .ph-related-activities-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.ph-web .ph-activity-card-related {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 2px solid #b4d0dc;
  border-radius: 8px;
  overflow: hidden;
}
.ph-web .ph-activity-related-body {
  display: flex;
  gap: 20px;
  padding: 20px 20px 20px 20px;
  flex: 1;
}
.ph-web .ph-activity-related-thumbnail {
  flex-shrink: 0;
  width: 160px;
}
.ph-web .ph-activity-related-thumbnail a {
  display: block;
  line-height: 0;
}
.ph-web .ph-activity-related-thumbnail img {
  width: 100%;
  height: auto;
  border: 1px solid #b4d0dc;
  border-radius: 4px;
  max-height: 202px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.ph-web .ph-activity-related-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.ph-web .ph-activity-related-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
}
.ph-web .ph-activity-related-grade {
  color: #e0457b;
}
.ph-web .ph-activity-related-time {
  color: #5b9aa9;
}
.ph-web .ph-activity-related-time::before {
  content: "•";
  margin-right: 8px;
  color: #4f2c1d;
}
.ph-web .ph-activity-related-title {
  font-size: 22px;
  font-weight: 700;
  color: #4f2c1d;
  margin: 0 0 8px 0;
  line-height: 1.2;
}
.ph-web .ph-activity-related-title-link {
  color: inherit;
  text-decoration: none;
}
.ph-web .ph-activity-related-title-link:hover, .ph-web .ph-activity-related-title-link:focus {
  color: #e0457b;
  text-decoration: none;
}
.ph-web .ph-activity-related-description {
  font-size: 14px;
  line-height: 1.3;
  color: #4f2c1d;
  font-weight: 500;
  margin: 0;
}
.ph-web .ph-activity-related-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  background: #e8f4f8;
  padding: 14px 20px;
  margin-top: auto;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.ph-web .ph-activity-related-footer:hover {
  background-color: #d4e8ed;
}
.ph-web .ph-activity-related-text {
  font-size: 13px;
  font-weight: 500;
  color: #5b9aa9;
}
.ph-web .ph-activity-related-link {
  font-size: 13px;
  font-weight: 500;
  color: #5b9aa9;
  padding-right: 2px;
}
.ph-web .ph-activity-related-separator {
  color: #5b9aa9;
}
.ph-web .ph-activity-related-arrow {
  color: #5b9aa9;
}
.ph-web .ph-activity-related-arrow svg {
  display: block;
}
.ph-web .ph-activity-related-arrow:hover {
  color: #4a8999;
}

.ph-spotlights-page,
.ph-spotlight-single-page {
  background: #fff;
}

.ph-spotlights-page {
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}

.ph-spotlight-single-page {
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}

.ph-spotlights-wrapper {
  width: 100%;
  padding: 40px 0 20px;
}

.ph-spotlight-single-wrapper {
  width: 100%;
  padding: 40px 0 20px;
}

.ph-spotlights-hero {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(420px, 560px);
  gap: 70px;
  align-items: start;
  margin-bottom: 72px;
}

.ph-spotlights-hero-copy {
  max-width: 100%;
  width: 550px;
}

.ph-spotlights-kicker {
  display: block;
  color: #6aa2b9;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: 5px 0 5px;
  text-transform: uppercase;
}

.ph-spotlight-single-header {
  margin-bottom: 40px;
}

.ph-spotlights-hero-copy h2,
.ph-spotlight-single-header h1 {
  color: #4f2c1d;
  margin: 0 0 24px;
  padding-bottom: 28px;
  position: relative;
}

.ph-spotlights-hero-copy h2,
.ph-spotlight-single-header h1 {
  font-weight: 700;
  line-height: 1.2;
}

.ph-spotlights-hero-copy h2 {
  font-size: 54px;
}

.ph-spotlight-single-header h1 {
  font-size: 50px;
  padding-bottom: 20px;
}

.ph-spotlights-hero-copy h2::after,
.ph-spotlight-single-header h1::after {
  background: #e0457b;
}

.ph-spotlight-single-header h1::after {
  background: #6aa2b9;
}

.ph-spotlights-hero-copy h2::after,
.ph-spotlight-single-header h1::after {
  border-radius: 3px;
  bottom: 0;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  width: 220px;
}

.ph-spotlights-hero-copy p {
  color: #4f2c1d;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
  max-width: 100%;
}

.ph-spotlight-featured-card {
  color: #4f2c1d;
}

.ph-spotlight-featured-media,
.ph-spotlight-card-media {
  background: #e9f1f5;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.ph-spotlight-featured-media {
  aspect-ratio: 16/9;
  border-radius: 8px;
}

.ph-spotlight-featured-media iframe,
.ph-spotlight-featured-media img,
.ph-spotlight-card-media iframe,
.ph-spotlight-card-media img {
  border: 0;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.ph-spotlight-video-trigger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.ph-spotlight-video-trigger:focus-visible {
  outline: 3px solid #e0457b;
  outline-offset: -3px;
}

.ph-spotlight-video-trigger .ph-spotlight-play {
  align-items: center;
  background: transparent;
  color: #e0457b;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 46px;
}

.ph-spotlight-video-trigger .ph-spotlight-play::before {
  background: rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  content: "";
  height: 35px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  z-index: 0;
}

.ph-spotlight-video-trigger .ph-spotlight-play svg {
  display: block;
  height: 53px;
  position: relative;
  width: 53px;
  z-index: 1;
}

.ph-spotlight-featured-video-badge {
  align-items: center;
  background: rgba(79, 44, 29, 0.72);
  border-radius: 999px;
  bottom: 14px;
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  gap: 8px;
  padding: 6px 12px 6px 7px;
  position: absolute;
  right: 12px;
  text-transform: uppercase;
}

.ph-spotlight-play {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.ph-action-featured-shortcode {
  color: #e0457b;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.ph-action-featured-shortcode p {
  margin: 18px 0 0;
}

.ph-action-featured-shortcode a {
  color: inherit;
  text-decoration: none;
}

.ph-action-featured-shortcode a:hover,
.ph-action-featured-shortcode a:focus {
  text-decoration: underline;
}

.ph-spotlight-featured-copy {
  padding-top: 14px;
}

.ph-spotlight-featured-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 8px;
}

.ph-spotlight-featured-title a,
.ph-spotlight-card-title a {
  color: #4f2c1d;
  text-decoration: none;
}

.ph-spotlight-featured-title span {
  color: #e0457b;
}

.ph-spotlight-featured-title a:hover,
.ph-spotlight-card-title a:hover {
  color: #e0457b;
  text-decoration: none;
}

.ph-spotlight-featured-copy p {
  color: #4f2c1d;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.ph-spotlights-list-header {
  align-items: center;
  background: #fff;
  border: 1px solid #e1ecf1;
  border-radius: 12px;
  box-shadow: inset 18px 0 0 0 #5b9aa9;
  display: grid;
  gap: 50px;
  grid-template-columns: auto minmax(0, 1fr);
  margin-bottom: 58px;
  padding: 20px 24px 20px 40px;
}

.ph-spotlights-list-header h2 {
  color: #4f2c1d;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

.ph-spotlights-list-header p {
  color: #4f2c1d;
  font-size: 16px;
  line-height: 1.45;
  margin: 0;
}

.ph-spotlights-grid {
  display: grid;
  gap: 56px 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ph-spotlights-list--no-pagination > .ph-spotlights-grid {
  padding-bottom: 100px;
}

.ph-spotlight-card {
  background: #fff;
  border: 1px solid #d7e5eb;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(79, 44, 29, 0.12);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.ph-spotlight-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.ph-spotlight-card-media {
  aspect-ratio: 16/9;
}

.ph-spotlight-card-media .ph-spotlight-play {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ph-spotlight-card-content {
  flex: 1;
  padding: 16px 18px 20px;
}

.ph-spotlight-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}

.ph-spotlight-card-tags span {
  background: #e9f1f5;
  border: 1px solid #b4d0dc;
  color: #4f2c1d;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  padding: 5px 7px;
  text-transform: uppercase;
}

.ph-spotlight-card-title {
  color: #4f2c1d;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.08;
  margin: 0 0 10px;
}

.ph-spotlight-card-summary {
  color: #4f2c1d;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.ph-spotlight-card-footer {
  align-items: center;
  background: #e9f1f5;
  color: #4f2c1d;
  display: grid;
  font-size: 13px;
  font-weight: 400;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto auto;
  min-height: 48px;
  padding: 10px 18px;
  text-decoration: none !important;
  text-transform: uppercase;
}

.ph-spotlight-card-footer:visited,
.ph-spotlight-card-footer:focus,
.ph-spotlight-card-footer:hover {
  color: #4f2c1d;
  text-decoration: none !important;
}

.ph-web a.ph-spotlight-card-footer,
.ph-web a.ph-spotlight-card-footer:visited,
.ph-web a.ph-spotlight-card-footer:focus,
.ph-web a.ph-spotlight-card-footer:hover {
  color: #4f2c1d;
  text-decoration: none !important;
}

.ph-spotlight-card-footer span {
  min-width: 0;
  overflow: hidden;
  text-decoration: none !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ph-spotlight-card-footer strong {
  color: #4f2c1d;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none !important;
  text-transform: none;
}

.ph-spotlight-card-footer:hover {
  background: #f9d6e6;
}

.ph-spotlight-card-footer:hover strong {
  text-decoration: none !important;
}

.ph-spotlight-single-wrapper .ph-breadcrumbs {
  margin-bottom: 26px;
}

.ph-spotlight-single-layout {
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: stretch;
}

.ph-spotlight-single-media {
  aspect-ratio: 16/9;
  background: #e9f1f5;
  border-radius: 8px;
  margin-bottom: 32px;
  overflow: hidden;
}

.ph-spotlight-single-media iframe,
.ph-spotlight-single-media img {
  border: 0;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.ph-spotlight-fact-strip {
  background: #fff;
  border: 1px solid #e1ecf1;
  border-radius: 12px;
  box-shadow: inset 18px 0 0 0 #5b9aa9;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 34px;
  padding: 15px 33px 15px 64px;
}

.ph-spotlight-fact {
  border: 1px solid #e1ecf1;
  min-width: 0;
  padding: 14px;
}

.ph-spotlight-fact span {
  color: #90a3ab;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.ph-spotlight-fact strong {
  color: #4f2c1d;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.ph-spotlight-summary,
.ph-spotlight-description {
  color: #4f2c1d;
  font-size: 16px;
  line-height: 1.65;
}

.ph-spotlight-summary {
  font-weight: 700;
  margin-bottom: 18px;
}

.ph-spotlight-description p,
.ph-spotlight-summary p {
  margin: 0 0 18px;
}

.ph-spotlight-sidebar {
  background: #e9f1f5;
  padding: 34px 20px;
}

.ph-spotlight-sidebar-section {
  border-bottom: 2px solid #c3d9e3;
  margin-bottom: 29px;
  padding-bottom: 12px;
}

.ph-spotlight-sidebar-section:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.ph-spotlight-sidebar-section--concepts {
  border-bottom: 0;
  margin-bottom: 70px;
  padding-bottom: 0;
}

.ph-spotlight-sidebar-section--concepts h2 {
  text-wrap: wrap;
}

.ph-spotlight-sidebar h2 {
  border-bottom: 2px solid #c3d9e3;
  color: #e0457b;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.25;
  margin: 0 0 13px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.ph-spotlight-sidebar-section + .ph-spotlight-sidebar-section h2 {
  border-bottom: 0;
  padding-bottom: 0;
}

.ph-spotlight-sidebar dl {
  margin: 0;
}

.ph-spotlight-sidebar dl div {
  display: grid;
  gap: 8px;
  grid-template-columns: 105px minmax(0, 1fr);
  margin-bottom: 12px;
}

.ph-spotlight-sidebar dt {
  color: #4f2c1d;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.ph-spotlight-sidebar dd {
  color: #6aa2b9;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.25;
  margin: 0;
  overflow-wrap: anywhere;
  text-align: right;
}

.ph-spotlight-sidebar ul {
  color: #4f2c1d;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.45;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.ph-spotlight-sidebar ul > li {
  --bullet-size: 0.25rem;
  --bullet-gap: 0.75rem;
  line-height: 1.45;
  list-style: none;
  margin-bottom: 14px;
  padding-left: calc(var(--bullet-size) + var(--bullet-gap));
  position: relative;
}

.ph-spotlight-sidebar ul > li::before {
  background: #4f2c1d !important;
  border-radius: 50%;
  content: "" !important;
  display: block !important;
  height: var(--bullet-size) !important;
  left: 0 !important;
  position: absolute !important;
  top: calc((1.45em - var(--bullet-size)) / 2) !important;
  width: var(--bullet-size) !important;
}

.ph-spotlight-sidebar-cta {
  background: #6aa2b9;
  border-radius: 8px;
  color: #fff;
  padding: 34px;
}

.ph-spotlight-sidebar-cta h2 {
  border-bottom: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-bottom: 12px;
  padding-bottom: 0;
  text-transform: none;
}

.ph-spotlight-sidebar-cta p {
  font-size: 15px;
  line-height: 1.45;
  margin: 0 0 16px;
}

.ph-spotlight-sidebar-cta a {
  align-items: center;
  background: #fff;
  border-radius: 4px;
  color: #4f2c1d;
  display: inline-flex;
  font-size: 15px;
  font-weight: 600;
  gap: 8px;
  padding: 9px 12px;
  text-decoration: none;
}

.ph-spotlight-sidebar-cta a::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='none' stroke='%234f2c1d' stroke-width='6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='60' cy='60' r='44'/%3E%3Cpath d='M50 38 L78 60 L50 82 Z'/%3E%3C/svg%3E") center/contain no-repeat;
  content: "";
  flex: 0 0 auto;
  height: 22px;
  width: 22px;
}

.ph-spotlight-single-pagination {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin: 32px 0 0;
  overflow: visible;
}

.ph-spotlight-nav-link {
  align-items: center;
  background: #fff;
  border: 2px solid #b4d0dc;
  border-radius: 8px;
  color: #3c2313;
  display: inline-flex;
  font-size: 15px;
  font-weight: 600;
  gap: 10px;
  justify-content: center;
  line-height: 1;
  min-height: 40px;
  padding: 0 16px;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.ph-spotlight-nav-link--next {
  margin-left: auto;
}

.ph-spotlight-nav-link:hover,
.ph-spotlight-nav-link:focus {
  background-color: #f9d6e6;
  border-color: #e0457b;
  color: #3c2313;
  text-decoration: none !important;
}

.ph-spotlight-nav-link::before,
.ph-spotlight-nav-link::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='10' fill='%23e0467c'/%3E%3Cpolyline points='12 16 16 12 12 8' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='8' y1='12' x2='16' y2='12' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 20px;
  width: 20px;
}

.ph-spotlight-nav-link--prev::before {
  transform: rotate(180deg);
}

.ph-spotlight-nav-link--prev::after,
.ph-spotlight-nav-link--next::before {
  display: none;
}

.ph-related-spotlights {
  border-top: 2px solid #b4d0dc;
  margin-bottom: 100px;
  margin-top: 44px;
  padding-top: 26px;
}

.ph-related-spotlights > h2 {
  color: #4f2c1d;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 28px;
}

.ph-no-spotlights-message {
  color: #4f2c1d;
  font-weight: 700;
}

@media (max-width: 1175px) {
  .ph-spotlights-hero,
  .ph-spotlight-single-layout {
    grid-template-columns: 1fr;
  }
  .ph-spotlights-hero {
    gap: 30px;
    margin-bottom: 42px;
  }
  .ph-spotlights-hero-copy {
    width: 100%;
  }
  .ph-spotlights-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ph-spotlight-fact-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ph-spotlight-sidebar {
    padding: 24px;
  }
  .ph-related-spotlights {
    margin-bottom: 80px;
  }
  .ph-spotlights-list--no-pagination > .ph-spotlights-grid {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .ph-spotlights-page {
    padding: 0 30px;
  }
  .ph-spotlights-wrapper {
    padding: 57px 0 20px;
  }
  .ph-spotlights-hero-copy h2 {
    font-size: 48px;
  }
}
@media (max-width: 680px) {
  .ph-spotlights-page {
    padding: 0 30px;
  }
  .ph-spotlight-single-page {
    padding: 0 30px;
  }
  .ph-spotlight-single-wrapper {
    padding: 30px 0 0;
  }
  .ph-related-spotlights {
    margin-bottom: 60px;
  }
  .ph-spotlights-list-header {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .ph-spotlights-grid {
    gap: 28px;
    grid-template-columns: 1fr;
  }
  .ph-spotlights-list--no-pagination > .ph-spotlights-grid {
    padding-bottom: 60px;
  }
  .ph-spotlights-kicker {
    font-size: 14px;
  }
  .ph-spotlight-single-header h1 {
    font-size: 48px;
  }
  .ph-spotlight-fact-strip {
    gap: 16px;
    grid-template-columns: 1fr;
    padding: 15px 18px 15px 48px;
  }
  .ph-spotlight-card-footer span {
    white-space: normal;
  }
}
.ph-case-studies-page,
.ph-case-study-single-page {
  background: #fff;
  box-sizing: border-box;
  padding: 0 40px;
  width: 100%;
}

.ph-case-studies-wrapper,
.ph-case-study-single-wrapper {
  padding: 40px 0 20px;
  width: 100%;
}

.ph-case-studies-hero {
  align-items: start;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(360px, 1fr) minmax(420px, 520px);
  margin-bottom: 68px;
}

.ph-case-studies-hero-copy {
  max-width: 550px;
}

.ph-case-studies-kicker {
  color: #6aa2b9;
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: 5px 0 5px;
  text-transform: uppercase;
}

.ph-case-studies-hero-copy h2,
.ph-case-study-single-header h1 {
  color: #4f2c1d;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 24px;
  padding-bottom: 22px;
  position: relative;
}

.ph-case-studies-hero-copy h2 {
  font-size: 54px;
}

.ph-case-study-single-header {
  margin-bottom: 34px;
}

.ph-case-study-single-header h1 {
  font-size: 48px;
  padding-bottom: 20px;
}

.ph-case-studies-hero-copy h2::after,
.ph-case-study-single-header h1::after {
  background: #6aa2b9;
  border-radius: 3px;
  bottom: 0;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  width: 220px;
}

.ph-case-studies-hero-copy h2::after {
  background: #e0457b;
}

.ph-case-studies-hero-copy p {
  color: #4f2c1d;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}

.ph-case-study-featured-card {
  color: #4f2c1d;
}

.ph-case-study-featured-media-wrap,
.ph-case-study-card-media-wrap {
  position: relative;
}

.ph-case-study-featured-media,
.ph-case-study-card-media,
.ph-case-study-single-media {
  background: #e9f1f5;
  display: block;
  overflow: hidden;
  position: relative;
}

.ph-case-study-featured-media,
.ph-case-study-single-media {
  aspect-ratio: 16/9;
  border-radius: 8px;
}

.ph-case-study-single-media {
  margin-bottom: 28px;
}

.ph-case-study-card-media {
  aspect-ratio: 16/9;
}

.ph-case-study-featured-media iframe,
.ph-case-study-featured-media img,
.ph-case-study-card-media iframe,
.ph-case-study-card-media img,
.ph-case-study-single-media iframe,
.ph-case-study-single-media img {
  border: 0;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.ph-case-study-video-trigger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.ph-case-study-video-trigger:focus-visible {
  outline: 3px solid #e0457b;
  outline-offset: -3px;
}

.ph-case-study-play {
  align-items: center;
  color: #e0457b;
  display: inline-flex;
  height: 52px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
}

.ph-case-study-play::before {
  background: rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  content: "";
  height: 40px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  z-index: 0;
}

.ph-case-study-play svg {
  display: block;
  height: 58px;
  position: relative;
  width: 58px;
  z-index: 1;
}

.ph-case-study-featured-badge,
.ph-case-study-card-tags span {
  background: #e9f1f5;
  border: 1px solid #b4d0dc;
  color: #4f2c1d;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1;
  padding: 5px 7px;
  text-transform: uppercase;
}

.ph-case-study-featured-badge {
  left: 12px;
  position: absolute;
  top: 12px;
}

.ph-case-study-featured-copy {
  align-items: start;
  display: grid;
  gap: 10px;
  grid-template-columns: auto minmax(0, 1fr);
  padding-top: 12px;
}

.ph-case-study-featured-copy--no-teacher {
  grid-template-columns: 1fr;
}

.ph-case-study-featured-teacher-avatar {
  align-items: center;
  display: flex;
}

.ph-case-study-featured-teacher-avatar img {
  border-radius: 50%;
  display: block;
  height: 42px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 42px;
}

.ph-case-study-featured-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
}

.ph-case-study-featured-teacher-name {
  color: #6aa2b9;
}

.ph-case-study-featured-title a,
.ph-case-study-card-title a {
  color: #4f2c1d;
  text-decoration: none;
}

.ph-case-study-featured-title a:hover,
.ph-case-study-card-title a:hover {
  color: #e0457b;
  text-decoration: none;
}

.ph-case-studies-list-header {
  align-items: center;
  background: #fff;
  border: 1px solid #e1ecf1;
  border-radius: 12px;
  box-shadow: inset 18px 0 0 0 #5b9aa9;
  display: grid;
  gap: 50px;
  grid-template-columns: auto minmax(0, 1fr);
  margin-bottom: 58px;
  padding: 20px 24px 20px 40px;
}

.ph-case-studies-list-header h2 {
  color: #4f2c1d;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

.ph-case-studies-list-header p {
  color: #4f2c1d;
  font-size: 16px;
  line-height: 1.45;
  margin: 0;
}

@media (max-width: 768px) {
  .ph-case-studies-page {
    padding: 0 30px;
  }
  .ph-case-studies-hero-copy h2 {
    font-size: 48px;
  }
  .ph-case-studies-wrapper {
    padding: 57px 0 20px;
  }
  .ph-case-study-single-wrapper {
    padding: 30px 0 20px;
  }
  .ph-case-studies-list-header h2,
  .ph-spotlights-list-header h2 {
    font-size: 24px;
  }
}
.ph-case-studies-grid {
  display: grid;
  gap: 56px 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ph-case-studies-list--no-pagination > .ph-case-studies-grid {
  padding-bottom: 100px;
}

.ph-card-linkable {
  position: relative;
}

.ph-card-linkable .ph-card-stretched-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.ph-web .ph-card-linkable:hover .ph-spotlight-card-footer,
.ph-web .ph-card-linkable:focus-within .ph-spotlight-card-footer,
.ph-web .ph-card-linkable:hover .ph-case-study-card-footer,
.ph-web .ph-card-linkable:focus-within .ph-case-study-card-footer {
  background: #f9d6e6;
}

.ph-web .ph-card-linkable:hover .ph-activity-related-footer,
.ph-web .ph-card-linkable:focus-within .ph-activity-related-footer {
  background-color: #d4e8ed;
}

.ph-web .ph-card-linkable:hover .ph-activity-related-arrow,
.ph-web .ph-card-linkable:focus-within .ph-activity-related-arrow {
  color: #4a8999;
}

.ph-web .ph-card-linkable:hover .ph-activity-btn-learn-more,
.ph-web .ph-card-linkable:focus-within .ph-activity-btn-learn-more {
  background-color: #c72a6d;
  color: #fff;
}

.ph-web .ph-card-linkable:hover .ph-activity-sub-link,
.ph-web .ph-card-linkable:focus-within .ph-activity-sub-link {
  color: #4f2c1d;
}

.ph-case-study-card {
  background: #fff;
  border: 1px solid #d7e5eb;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(79, 44, 29, 0.12);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.ph-case-study-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: space-between;
  left: 10px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}

.ph-case-study-card-content {
  flex: 1;
  padding: 18px 18px 20px;
}

.ph-case-study-teachers {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.ph-case-study-teacher {
  align-items: center;
  color: #6aa2b9;
  display: flex;
  gap: 12px;
  min-width: 0;
}

.ph-case-study-teacher img,
.ph-case-study-teacher-avatar-placeholder {
  border-radius: 50%;
  flex: 0 0 auto;
  height: 42px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 42px;
}

.ph-case-study-teacher-avatar-placeholder {
  align-items: center;
  background: #6aa2b9;
  display: inline-flex;
  justify-content: center;
}

.ph-case-study-teacher-avatar-placeholder::before {
  background: url(/wp-content/uploads/2026/07/blue-heart.png) center/contain no-repeat;
  content: "";
  display: block;
  margin-top: 3px;
  height: 76%;
  width: 80%;
}

.ph-case-study-teacher strong {
  color: #6aa2b9;
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
}

.ph-case-study-teacher small {
  color: #4f2c1d;
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  margin-top: 3px;
}

.ph-case-study-teachers--card {
  margin-bottom: 14px;
}

.ph-case-study-card-title {
  color: #4f2c1d;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.12;
  margin: 0 0 10px;
}

.ph-case-study-card-summary {
  color: #4f2c1d;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.ph-case-study-card-footer {
  align-items: center;
  background: #e9f1f5;
  color: #4f2c1d;
  display: grid;
  font-size: 13px;
  font-weight: 400;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto auto;
  min-height: 48px;
  padding: 10px 18px;
  text-decoration: none !important;
  text-transform: uppercase;
}

.ph-case-study-card-footer:visited,
.ph-case-study-card-footer:focus,
.ph-case-study-card-footer:hover {
  color: #4f2c1d;
  text-decoration: none !important;
}

.ph-web a.ph-case-study-card-footer,
.ph-web a.ph-case-study-card-footer:visited,
.ph-web a.ph-case-study-card-footer:focus,
.ph-web a.ph-case-study-card-footer:hover {
  color: #4f2c1d;
  text-decoration: none !important;
}

.ph-case-study-card-footer-details {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}

.ph-case-study-card-footer-item {
  align-items: center;
  display: inline-flex;
  gap: 6px;
}

.ph-case-study-card-footer-separator {
  color: #4f2c1d;
  line-height: 1;
}

.ph-case-study-card-footer small {
  color: #4f2c1d;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.ph-case-study-card-footer .ph-case-study-resource-icon {
  color: #4f2c1d;
  height: 16px;
  width: 16px;
}

.ph-case-study-card-footer strong {
  color: #4f2c1d;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none !important;
  text-transform: none;
}

.ph-case-study-card-footer:hover {
  background: #f9d6e6;
}

.ph-case-study-card-footer:hover strong {
  text-decoration: none !important;
}

.ph-case-study-single-wrapper .ph-breadcrumbs {
  margin-bottom: 26px;
}

.ph-case-study-single-layout {
  align-items: stretch;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) 340px;
}

.ph-case-study-teachers--single {
  gap: 26px;
  margin-top: 6px;
}

.ph-case-study-teachers--single .ph-case-study-teacher {
  padding-right: 26px;
}

.ph-case-study-teachers--single .ph-case-study-teacher img {
  height: 60px;
  width: 60px;
}

.ph-case-study-teachers--single .ph-case-study-teacher + .ph-case-study-teacher {
  border-left: 1px solid #b4d0dc;
  padding-left: 26px;
}

.ph-case-study-content {
  color: #4f2c1d;
  font-size: 16px;
  line-height: 1.45;
}

.ph-case-study-content-section {
  margin-bottom: 18px;
}

.ph-case-study-content h2 {
  color: #6aa2b9;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 4px;
}

.ph-case-study-content p {
  margin: 0 0 14px;
}

.ph-case-study-sidebar {
  background: #e9f1f5;
  padding: 34px 20px;
}

.ph-case-study-sidebar-section {
  margin-bottom: 29px;
  padding-bottom: 18px;
}

.ph-case-study-sidebar-section--details {
  border-bottom: 2px solid #c3d9e3;
}

.ph-case-study-sidebar h2 {
  border-bottom: 2px solid #c3d9e3;
  color: #6aa2b9;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.25;
  margin: 0 0 13px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.ph-case-study-sidebar-section + .ph-case-study-sidebar-section h2 {
  border-bottom: 0;
  padding-bottom: 0;
}

.ph-case-study-sidebar dl {
  margin: 0;
}

.ph-case-study-sidebar dl div {
  display: grid;
  gap: 8px;
  grid-template-columns: 110px minmax(0, 1fr);
  margin-bottom: 12px;
}

.ph-case-study-sidebar dt {
  color: #4f2c1d;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.ph-case-study-sidebar dd {
  color: #6aa2b9;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.25;
  margin: 0;
  overflow-wrap: anywhere;
  text-align: right;
}

.ph-case-study-resource-list {
  display: grid;
  gap: 8px;
}

.ph-case-study-resource-list a {
  align-items: center;
  background: #e0457b;
  border-radius: 3px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 7px;
  justify-content: flex-start;
  line-height: 1.15;
  padding: 6px 9px;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}

.ph-case-study-resource-icon {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  height: 12px;
  justify-content: center;
  width: 12px;
}

.ph-case-study-resource-icon svg {
  display: block;
  fill: currentColor;
  height: 100%;
  width: 100%;
}

.ph-case-study-resource-list a:hover,
.ph-case-study-resource-list a:focus {
  background: #c72f64;
  color: #fff;
  text-decoration: none;
}

.ph-case-study-sidebar-cta {
  background: #6aa2b9;
  border-radius: 8px;
  color: #fff;
  padding: 34px;
}

.ph-case-study-sidebar-cta h2 {
  border-bottom: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4;
  margin: 0 0 12px;
  padding-bottom: 0;
  text-transform: none;
}

.ph-case-study-sidebar-cta p {
  font-size: 15px;
  line-height: 1.45;
  margin: 0 0 16px;
}

.ph-case-study-sidebar-cta a {
  align-items: center;
  background: #fff;
  border-radius: 4px;
  color: #4f2c1d;
  display: inline-flex;
  font-size: 15px;
  font-weight: 600;
  gap: 8px;
  padding: 9px 12px;
  text-decoration: none;
}

.ph-case-study-sidebar-cta a::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='none' stroke='%234f2c1d' stroke-width='6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='60' cy='60' r='44'/%3E%3Cpath d='M50 38 L78 60 L50 82 Z'/%3E%3C/svg%3E") center/contain no-repeat;
  content: "";
  flex: 0 0 auto;
  height: 22px;
  width: 22px;
}

.ph-related-case-studies {
  border-top: 2px solid #b4d0dc;
  margin-bottom: 100px;
  margin-top: 44px;
  padding-top: 26px;
}

.ph-related-case-studies > h2 {
  color: #4f2c1d;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 28px;
}

.ph-no-case-studies-message {
  color: #4f2c1d;
  font-weight: 700;
}

@media (max-width: 1175px) {
  .ph-case-studies-hero,
  .ph-case-study-single-layout {
    grid-template-columns: 1fr;
  }
  .ph-case-studies-hero {
    gap: 30px;
    margin-bottom: 42px;
  }
  .ph-case-studies-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ph-case-study-sidebar {
    padding: 24px;
  }
  .ph-related-case-studies {
    margin-bottom: 80px;
  }
  .ph-case-studies-list--no-pagination > .ph-case-studies-grid {
    padding-bottom: 80px;
  }
}
@media (max-width: 680px) {
  .ph-case-studies-page,
  .ph-case-study-single-page {
    padding: 0 30px;
  }
  .ph-case-studies-list-header {
    gap: 8px;
    grid-template-columns: 1fr;
  }
  .ph-case-studies-grid {
    gap: 28px;
    grid-template-columns: 1fr;
  }
  .ph-case-studies-list--no-pagination > .ph-case-studies-grid {
    padding-bottom: 60px;
  }
  .ph-case-studies-kicker {
    font-size: 14px;
  }
  .ph-case-study-single-header h1 {
    font-size: 48px;
  }
  .ph-case-study-teachers--single .ph-case-study-teacher,
  .ph-case-study-teachers--single .ph-case-study-teacher + .ph-case-study-teacher {
    border-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .ph-related-case-studies {
    margin-bottom: 60px;
  }
}
.div-hr {
  width: 180px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-top: 8px solid;
  border-radius: 6px;
}

.wide-left-curve-border {
  box-shadow: inset 25px 0 0 0 #6aa2b9;
}

.getting-started-video {
  margin: 0;
}
.getting-started-video .wp-block-embed__wrapper {
  aspect-ratio: 16/9;
  background-color: white;
  border: 2px solid white;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}
.getting-started-video .wp-block-embed__wrapper::before {
  content: none !important;
  display: none !important;
  padding-top: 0 !important;
}
.getting-started-video .wp-block-embed__wrapper > span {
  display: block;
  inset: 0;
  position: absolute;
}
.getting-started-video .cmplz-blocked-content-container {
  background-position: center !important;
  border-radius: inherit;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100% !important;
  inset: 0 !important;
  max-height: none;
  position: absolute !important;
  width: 100% !important;
  z-index: 2;
}
.getting-started-video .cmplz-blocked-content-notice {
  background-color: #4f2c1d;
  color: white;
  cursor: pointer;
  font-size: 16px;
  left: 50% !important;
  line-height: 1.4;
  margin: 0;
  max-width: calc(100% - 40px);
  padding: 12px 22px;
  pointer-events: auto;
  top: 50% !important;
  transform: translate(0%, 0%) !important;
  white-space: normal;
  width: auto !important;
  z-index: 3;
}

.getting-started-video video,
.getting-started-video iframe {
  border: 0;
  border-radius: 0;
  display: block;
  height: 100% !important;
  inset: 0;
  position: absolute;
  width: 100% !important;
}

@media (max-width: 1260px) {
  .ph-web .getting-started-video-section {
    grid-template-columns: 1fr !important;
  }
}
.mp_wrapper {
  padding-bottom: 50px !important;
  width: 50% !important;
}
.mp_wrapper button[type=submit],
.mp_wrapper input[type=submit],
.mp_wrapper a.button,
.mp_wrapper .mepr-submit {
  border-radius: 12px !important;
  border: none !important;
  font-size: 0.8rem !important;
  font-weight: 500;
  background-color: #4f2c1d !important;
  padding: 0.75rem 1.5rem !important;
}

@media (max-width: 1028px) {
  .mp_wrapper {
    width: 100% !important;
  }
}
.mepr-nav-item {
  padding-left: 0 !important;
}

.mepr-nav-item::before {
  content: none !important;
}

.mp_wrapper .mepr_price {
  display: none !important;
}

#mepr-account-welcome-message,
.mepr_price_cell,
.mepr-subscriptions,
.mepr-payments,
.mepr-home {
  display: none !important;
}

@media (min-width: 1029px) and (max-width: 1257px) {
  .four-col-info-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .four-col-info-bar > div > div {
    width: 292px;
  }
  .four-col-info-bar > div:nth-of-type(2) {
    border-right-width: 0 !important;
  }
}
@media (min-width: 1025px) {
  .ph-web .slider-container div#n2-ss-4 .n2-ss-slider-2 {
    border-top-left-radius: 30px;
  }
  .ph-web .home-blog a {
    text-decoration: none;
  }
  .ph-web .left-heart-bg {
    position: relative;
  }
  .ph-web .left-heart-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(/wp-content/uploads/2026/05/Heart-Background-left.png) 0 25%/595px no-repeat;
    opacity: 0.1;
    z-index: 0;
  }
  .ph-web .right-heart-bg {
    position: relative;
  }
  .ph-web .right-heart-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(/wp-content/uploads/2026/05/Heart-Background-right.png) 100% 72%/580px no-repeat;
    opacity: 0.1;
    z-index: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .ph-web .slider-container div#n2-ss-4 .n2-ss-slider-1 {
    min-height: 993px !important;
  }
}
@media (min-width: 1201px) and (max-width: 1420px) {
  .ph-web .slider-container div#n2-ss-4 .n2-ss-slider-1 {
    min-height: 855px !important;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .ph-web .ph-activities-grid,
  .ph-web .ph-all-activities-grid {
    grid-template-columns: 1fr;
  }
  .ph-web .ph-activity-related-body {
    flex-direction: column;
    gap: 16px;
  }
  .ph-web .ph-activity-related-thumbnail {
    width: 100%;
  }
}
@media (min-width: 1171px) {
  .ph-web .mobile-menu-control-wrapper button.menu-toggle,
  .ph-web .main-navigation button.menu-toggle,
  .ph-web .main-navigation .menu-bar-items .slideout-toggle,
  .ph-web #mega-menu-wrap-primary .mega-menu-toggle {
    display: none !important;
  }
}
@media (max-width: 1170px) {
  .ph-web .has-inline-mobile-toggle .inside-header {
    margin-bottom: 20px;
  }
  .ph-web #mobile-menu-control-wrapper button.menu-toggle {
    display: none !important;
  }
  .ph-web .main-navigation .menu-bar-items .slideout-toggle {
    display: flex !important;
  }
  .ph-web.slide-opened .menu-bar-item.slideout-toggle, html.slide-opened .ph-web .menu-bar-item.slideout-toggle, .ph-web.slide-opened .menu-bar-item.slideout-toggle a, html.slide-opened .ph-web .menu-bar-item.slideout-toggle a, .ph-web.slide-opened .menu-bar-item.slideout-toggle .gp-icon, html.slide-opened .ph-web .menu-bar-item.slideout-toggle .gp-icon {
    display: none !important;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .ph-web.slide-opened #mobile-menu-control-wrapper .menu-bar-items, html.slide-opened .ph-web #mobile-menu-control-wrapper .menu-bar-items {
    display: none !important;
  }
  .ph-web #generate-slideout-menu a {
    text-decoration: none;
  }
  .ph-web:not(.logged-in) #generate-slideout-menu .account, .ph-web.logged-in #generate-slideout-menu .login {
    display: none;
  }
  .ph-web .main-navigation.slideout-navigation {
    margin-top: 87px;
    overflow: hidden;
  }
  .ph-web .slideout-overlay {
    background-color: transparent;
    pointer-events: none;
    z-index: 100002;
  }
  .ph-web.slide-opened, html.slide-opened .ph-web {
    overflow-x: hidden;
  }
  .ph-web .slideout-overlay button.slideout-exit {
    color: #4f2c1d;
    left: auto !important;
    line-height: 1;
    padding: 0;
    pointer-events: auto;
    right: 47px !important;
    top: 37px;
    width: auto;
    z-index: 100003;
  }
  .ph-web .slideout-navigation.main-navigation .main-nav > ul {
    gap: 10px;
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .ph-web #generate-slideout-menu.main-navigation .main-nav ul ul li a {
    padding-top: 5px;
    padding-bottom: 0;
  }
  .ph-web #generate-slideout-menu .mobile-menu-heading > a {
    color: #e0457b;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
    padding-top: 24px;
    padding-bottom: 2px;
  }
  .ph-web #generate-slideout-menu.main-navigation .main-nav ul ul li.mobile-menu-heading:first-of-type > a {
    padding-top: 5px;
  }
  .ph-web #generate-slideout-menu.main-navigation .main-nav ul ul li.mobile-menu-heading:not(:first-of-type) > a {
    padding-top: 15px;
  }
  .ph-web .top-bar {
    display: none;
  }
}
@media (max-width: 1350px) {
  .ph-web .ph-activity-meta-bar {
    padding-right: 66px;
  }
}
@media (max-width: 1175px) {
  .ph-web .ph-activity-single-header {
    flex-direction: column;
    gap: 24px;
  }
  .ph-web .ph-activity-single-thumbnail {
    width: 100%;
    max-width: 300px;
  }
}
@media (max-width: 1024px) {
  .ph-web .home-hero {
    background: #e0457b;
  }
  .ph-web .white-home-hero {
    background: white;
  }
  .ph-web .slider-container div#n2-ss-4 .n2-ss-slider-1 {
    min-height: 600px !important;
  }
  .ph-web .mobile-menu-control-wrapper button.menu-toggle {
    display: none !important;
  }
  .ph-web .ph-curriculum-outer {
    padding: 0 40px;
  }
  .ph-web .ph-curriculum-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .ph-web .ph-curriculum-sidebar {
    padding: 12px 40px 0;
    margin: 0 -40px;
    background: #e9f1f5;
    order: -1;
  }
  .ph-web .ph-sidebar-header {
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #e4e4e4;
    padding: 8px 12px;
  }
  .ph-web .ph-sidebar-header.is-active {
    background-color: #c3d9e3;
    border-color: #c3d9e3;
  }
  .ph-web .ph-curriculum-main {
    padding: 24px 0;
  }
  .ph-web .ph-curriculum-sidebar-inner {
    position: static;
    max-height: none;
    overflow: visible;
  }
  .ph-web .ph-curriculum-nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .ph-web .ph-curriculum-nav-item {
    margin-bottom: 0;
  }
  .ph-web .ph-curriculum-nav-link {
    padding: 8px 12px;
    font-size: 13px;
    border: 1px solid #e4e4e4;
    background: #fff;
  }
  .ph-web .ph-lessons-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .ph-web .ph-educator-resources-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .ph-web .ph-additional-resources-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .ph-web .ph-additional-cta {
    flex-direction: column;
    text-align: center;
  }
  .ph-web .ph-lesson-meta-bar {
    flex-direction: column;
    gap: 16px;
  }
  .ph-web .ph-lesson-meta-item {
    min-width: auto;
  }
  .ph-web .ph-lesson-meta-item:first-child {
    flex: 0;
  }
  .ph-web .ph-materials-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .ph-web .ph-material-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .ph-web .ph-material-thumbnail {
    width: auto;
    max-width: 100%;
    height: 180px;
    margin-bottom: 20px;
  }
  .ph-web .ph-material-content {
    padding-left: 0;
    padding-right: 0;
  }
  .ph-web .ph-curriculum-pagination {
    margin-bottom: 32px;
  }
  .ph-web .ph-activities-outer {
    padding: 0 40px;
  }
  .ph-web .ph-activities-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .ph-web .ph-activities-sidebar {
    padding: 12px 40px 0;
    margin: 0 -40px;
    background: #e9f1f5;
    order: -1;
  }
  .ph-web .ph-activities-sidebar-inner {
    position: static;
    max-height: none;
    overflow: visible;
    padding: 16px 0;
  }
  .ph-web .ph-sidebar-section {
    margin-bottom: 16px;
  }
  .ph-web .ph-sidebar-section-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 30px;
  }
  .ph-web .ph-sidebar-section-link {
    padding: 6px 12px;
    font-size: 13px;
    border: 1px solid #e4e4e4;
    background: #fff;
    border-radius: 6px;
  }
  .ph-web .ph-sidebar-section-link:hover, .ph-web .ph-sidebar-section-link.is-active {
    background-color: #c3d9e3;
    border-color: #c3d9e3;
  }
  .ph-web .ph-sidebar-count {
    display: none;
  }
  .ph-web .ph-sidebar-return-btn {
    display: none;
  }
  .ph-web .ph-activities-sidebar-btn-return {
    display: none;
  }
  .ph-web .ph-activities-main {
    display: flex;
    flex-direction: column;
    padding: 24px 0;
  }
  .ph-web .ph-all-activities {
    order: 1;
  }
  .ph-web .ph-featured-activities {
    gap: 30px;
    margin-bottom: 40px;
    margin-top: 48px;
    order: 2;
    padding-bottom: 40px;
  }
  .ph-web .ph-featured-activities:not(.ph-featured-activities--shortcode)::before {
    background: linear-gradient(#6aa2b9, #6aa2b9) left bottom/270px 7px no-repeat;
    color: #4f2c1d;
    content: "Featured Activities";
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 18px;
  }
  .ph-web .ph-featured-activities--shortcode {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .ph-web .ph-activity-card-featured {
    flex-direction: column;
  }
  .ph-web .ph-activity-featured-thumbnail {
    width: 50%;
    padding: 30px;
  }
  .ph-web .ph-activity-featured-content {
    width: 100%;
    padding: 20px 30px 30px;
  }
  .ph-web .ph-activity-featured-title {
    font-size: 26px;
  }
  .ph-web .ph-sub-featured-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .ph-web .ph-activity-sub-thumbnail {
    width: 140px;
  }
  .ph-web .ph-activity-sub-title {
    font-size: 18px;
  }
  .ph-web .ph-activities-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .ph-web .ph-all-activities-description {
    width: 100%;
  }
  .ph-web .ph-all-activities-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .ph-web .ph-activity-single-header {
    flex-direction: column;
    gap: 24px;
  }
  .ph-web .ph-activity-single-thumbnail {
    width: 100%;
    max-width: 300px;
  }
  .ph-web .ph-activity-meta-bar {
    padding: 16px 20px 16px 40px;
  }
  .ph-web .ph-activity-meta-row {
    grid-template-columns: repeat(3, 1fr);
  }
  .ph-web .ph-activity-meta-row:first-child {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .ph-web .ph-activity-card-sub-featured:first-of-type {
    border-right: none;
  }
  .ph-web .ph-activity-meta-item {
    padding: 10px 20px;
  }
  .ph-web .ph-related-activities-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .ph-web .ph-activity-related-thumbnail {
    width: 120px;
  }
  .ph-web .ph-activity-related-title {
    font-size: 18px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .ph-web .ph-all-activities {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .ph-web .ph-lesson-header {
    flex-direction: column;
  }
  .ph-web .ph-lesson-header-label {
    font-size: 16px;
  }
  .ph-web .ph-lesson-header-title {
    font-size: 30px;
  }
  .ph-web .has-inline-mobile-toggle .inside-header {
    margin-bottom: 20px;
    margin-top: -10px;
  }
  .ph-web .site-header .header-image {
    width: 220px;
  }
  .ph-web blockquote.blue-bg-blockquote {
    padding: 86px 30px 30px 30px;
  }
  .ph-web blockquote.blue-bg-blockquote p {
    border-left: none;
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 0;
  }
  .ph-web blockquote.blue-bg-blockquote cite {
    color: #e0457b;
    border-left: none;
    padding-left: 0;
    padding-top: 26px;
  }
  .ph-web blockquote {
    padding-left: 0;
    padding-right: 0;
  }
  .ph-web blockquote p {
    padding-top: 80px;
    padding-left: 0;
  }
  .ph-web blockquote cite {
    padding-left: 0;
  }
  .ph-web .ph-curriculum-outer {
    padding: 0 30px;
  }
  .ph-web .ph-curriculum-sidebar {
    display: none;
  }
  .ph-web .ph-curriculum-hero {
    padding: 24px;
  }
  .ph-web .ph-curriculum-hero-title {
    font-size: 24px;
    padding-bottom: 16px;
  }
  .ph-web .ph-curriculum-hero-description {
    font-size: 14px;
  }
  .ph-web .ph-lessons-grid {
    grid-template-columns: 1fr;
  }
  .ph-web .ph-resource-card {
    padding: 20px;
  }
  .ph-web .ph-additional-resources-bar {
    padding: 16px 20px;
  }
  .ph-web .ph-lesson-card-link {
    padding: 16px;
  }
  .ph-web .ph-lesson-card-heart {
    width: 56px;
    height: 52px;
  }
  .ph-web .ph-lesson-card-number {
    font-size: 22px;
  }
  .ph-web .ph-lesson-card-titles {
    min-height: 52px;
  }
  .ph-web .ph-lesson-card-title {
    font-size: 18px;
  }
  .ph-web .ph-lesson-card-summary {
    font-size: 14px;
  }
  .ph-web .ph-lesson-hero {
    padding: 24px;
  }
  .ph-web .ph-lesson-hero-title {
    font-size: 24px;
    padding-bottom: 16px;
  }
  .ph-web .ph-lesson-hero-description {
    font-size: 14px;
  }
  .ph-web .ph-learning-targets {
    padding: 20px 24px 20px 40px;
  }
  .ph-web .ph-lesson-meta-bar {
    padding: 16px 20px;
  }
  .ph-web .ph-downloadable-materials-title {
    font-size: 28px;
  }
  .ph-web .ph-material-title {
    font-size: 22px;
  }
  .ph-web .ph-material-content {
    padding: 0;
  }
  .ph-web .ph-material-thumbnail {
    height: 140px;
  }
  .ph-web .ph-activities-outer {
    padding: 0 30px;
  }
  .ph-web .ph-activities-sidebar {
    display: none;
  }
  .ph-web .ph-activities-title {
    font-size: 28px;
  }
  .ph-web .ph-all-activities-title {
    font-size: 48px;
  }
  .ph-web .ph-activities-main {
    padding-top: 20px;
  }
  .ph-web .ph-featured-activities {
    gap: 24px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .ph-web .ph-featured-activities--shortcode {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .ph-web .ph-featured-activities--shortcode .ph-activity-featured-description {
    display: none;
  }
  .ph-web .ph-activity-card-featured {
    border-radius: 16px;
  }
  .ph-web .ph-activity-featured-thumbnail {
    width: 100%;
    padding: 16px;
  }
  .ph-web .ph-activity-featured-thumbnail img {
    border-radius: 8px;
  }
  .ph-web .ph-activity-featured-content {
    padding: 16px 20px 24px;
  }
  .ph-web .ph-activity-featured-label {
    font-size: 12px;
    letter-spacing: 1.5px;
  }
  .ph-web .ph-activity-featured-title {
    font-size: 22px;
  }
  .ph-web .ph-activity-featured-description {
    display: none;
  }
  .ph-web .ph-activity-btn-learn-more {
    padding: 10px 20px;
    font-size: 14px;
  }
  .ph-web .ph-sub-featured-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .ph-web .ph-activity-card-sub-featured {
    gap: 16px;
  }
  .ph-web .ph-activity-sub-thumbnail {
    width: 120px;
  }
  .ph-web .ph-activity-sub-thumbnail img {
    border-radius: 8px;
  }
  .ph-web .ph-activity-sub-label {
    font-size: 11px;
  }
  .ph-web .ph-activity-sub-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .ph-web .ph-activities-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .ph-web .ph-all-activities-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .ph-web .ph-activity-archive-pagination .ph-pagination-inner {
    flex-direction: column;
  }
  .ph-web .ph-activity-archive-pagination .ph-pagination-next {
    margin-left: 0;
    align-self: center;
  }
  .ph-web .ph-activity-card-thumbnail {
    height: 180px;
  }
  .ph-web .ph-activity-card-content {
    padding: 16px;
  }
  .ph-web .ph-activity-card-actions {
    flex-direction: column;
  }
  .ph-web .ph-activity-card-actions .ph-activity-btn-download,
  .ph-web .ph-activity-card-actions .ph-activity-btn-more {
    width: 100%;
    justify-content: center;
  }
  .ph-web .ph-activity-single-label {
    font-size: 14px;
    letter-spacing: 2px;
  }
  .ph-web .ph-activity-single-title {
    font-size: 28px;
  }
  .ph-web .ph-activity-single-thumbnail {
    max-width: 100%;
  }
  .ph-web .ph-activity-meta-bar {
    padding: 16px 16px 16px 36px;
  }
  .ph-web .ph-activity-meta-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .ph-web .ph-activity-meta-row:first-child {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .ph-web .ph-activity-meta-item {
    padding: 10px 20px;
    border: 1px solid #b0ceda;
  }
  .ph-web .ph-activity-pagination {
    gap: 16px;
  }
  .ph-web .ph-activity-pagination .ph-pagination-link {
    justify-content: center;
  }
  .ph-web .ph-activity-pagination .ph-pagination-next {
    margin-left: auto;
  }
  .ph-web .ph-related-activities-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .ph-web .ph-activity-related-body {
    flex-direction: column;
    gap: 16px;
  }
  .ph-web .ph-activity-related-thumbnail {
    width: 100%;
  }
  .ph-web .ph-activity-related-title {
    font-size: 18px;
  }
  .ph-web .ph-activity-related-footer {
    padding: 12px 16px;
  }
}
.ph-educator-resources--multiple-additional .ph-additional-resources-title {
  width: 220px;
  max-width: none;
  flex-shrink: 0;
}

.ph-featured-project-ideas {
  width: 100%;
  margin: 0;
}

.ph-featured-project-ideas-grid {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-auto-rows: auto auto auto;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 0;
}

.ph-featured-project-idea-card {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  min-width: 0;
  margin-bottom: 20px;
}

.ph-featured-project-idea-meta {
  padding: 13px 18px;
  background: #f9d6e6;
  border: 2px solid #b4d0dc;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  color: #3c2313;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
}

.ph-featured-project-idea-grade-level {
  color: #e03280;
}

.ph-featured-project-idea-grade-dot,
.ph-featured-project-idea-meta-separator {
  color: #3c2313;
  margin: 0 4px;
}

.ph-featured-project-idea-grade-range {
  color: #6aa2b9;
}

.ph-featured-project-idea-body {
  display: flex;
  flex-direction: column;
  padding: 15px 15px 30px;
  background: #fff;
  border: 2px solid #b4d0dc;
  border-top: none;
  border-radius: 0 0 8px 8px;
}

.ph-featured-project-idea-heading {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 5px;
  align-items: center;
  margin-bottom: 18px;
}

.ph-featured-project-idea-icon {
  color: #e0457b;
}
.ph-featured-project-idea-icon img,
.ph-featured-project-idea-icon svg {
  display: block;
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.ph-featured-project-idea-title {
  color: #3c2313;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.24;
  margin: 0;
}

.ph-featured-project-idea-title-link,
.ph-featured-project-idea-title a {
  color: inherit;
  text-decoration: none !important;
}
.ph-featured-project-idea-title-link:hover,
.ph-featured-project-idea-title a:hover {
  color: inherit;
  text-decoration: none !important;
}

.ph-featured-project-idea-description {
  color: #3c2313;
  font-size: 16px;
  line-height: 1.42;
  margin: 0;
  padding: 0 15px;
}

.ph-featured-project-idea-more {
  align-self: flex-start;
  color: #6aa2b9;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 10px;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-align: center;
}
.ph-featured-project-idea-more:hover {
  color: #e03280;
}

@media (max-width: 1488px) {
  .ph-featured-project-ideas-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ph-featured-project-ideas-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 1451px) {
  .pink-curriculum-section .curriculum-summary-boxes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .ph-featured-project-ideas-grid {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 20px;
  }
  .ph-featured-project-idea-card {
    display: flex;
    flex-direction: column;
  }
}
.ph-cause-carousel {
  --ph-cause-carousel-height: 250px;
  --ph-cause-carousel-card-size: 255px;
  --ph-cause-carousel-gap: 42px;
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  -moz-column-gap: 28px;
       column-gap: 28px;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.ph-cause-carousel-viewport {
  position: relative;
  min-height: var(--ph-cause-carousel-height);
  overflow: visible;
}

.ph-cause-carousel-track {
  position: relative;
  min-height: var(--ph-cause-carousel-height);
}

.ph-cause-carousel-slide {
  position: absolute;
  top: 8px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  min-height: 0;
  padding: 24px 20px 28px;
  color: #fff;
  background: #d8759d;
  border-radius: 8px !important;
  overflow: hidden;
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.45s ease, opacity 0.45s ease, background-color 0.45s ease, box-shadow 0.45s ease;
}
.ph-cause-carousel-slide:hover, .ph-cause-carousel-slide:focus {
  color: #fff;
  text-decoration: none !important;
  background: #e0457b;
}
.ph-cause-carousel-slide.is-visible {
  opacity: 0.9;
  pointer-events: auto;
}
.ph-cause-carousel-slide.is-active {
  background: #d44a7d;
  box-shadow: 0 22px 42px rgba(60, 35, 19, 0.22);
  opacity: 1;
  z-index: 2;
}

.ph-cause-carousel-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 112px;
  margin-bottom: 18px;
}

.ph-cause-carousel-icon-image {
  display: block;
  width: 112px;
  height: 112px;
  -o-object-fit: contain;
     object-fit: contain;
}

.ph-cause-carousel-title {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.2px;
}

.ph-cause-carousel-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 80px;
  padding: 0;
  color: #c3d9e3;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: color 0.2s ease;
}
.ph-cause-carousel-arrow:hover, .ph-cause-carousel-arrow:focus {
  color: #e0457b;
  background: transparent;
}
.ph-cause-carousel-arrow svg {
  display: block;
}

.ph-cause-carousel-dots {
  grid-column: 2;
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
}

.ph-cause-carousel-dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 2px solid #c3d9e3;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.ph-cause-carousel-dot.is-active, .ph-cause-carousel-dot:hover, .ph-cause-carousel-dot:focus {
  background: #e0457b;
  border-color: #e0457b;
}

@media (max-width: 1024px) {
  .ph-cause-carousel {
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
}
@media (max-width: 640px) {
  .ph-cause-carousel {
    grid-template-columns: 30px minmax(0, 1fr) 30px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .ph-cause-carousel-arrow {
    width: 30px;
  }
  .ph-cause-carousel-arrow svg {
    width: 20px;
    height: 36px;
  }
}
.ph-project-ideas-section .ph-project-ideas-outer {
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}
.ph-project-ideas-section .ph-project-ideas-wrapper {
  width: 100%;
}
.ph-project-ideas-section .ph-project-ideas-layout {
  display: grid;
  grid-template-columns: 302px 1fr;
  gap: 40px;
}
.ph-project-ideas-section .ph-project-ideas-sidebar {
  position: relative;
  background: #e9f1f5;
}
.ph-project-ideas-section .ph-project-ideas-sidebar::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100vw;
  background: #e9f1f5;
}
.ph-project-ideas-section .ph-project-ideas-sidebar-inner {
  position: sticky;
  top: var(--sidebar-sticky-top, 30px);
  padding: 32px 20px 66px 0;
  z-index: 10;
}
.ph-project-ideas-section .ph-project-ideas-sidebar-header {
  margin-bottom: 20px;
}
.ph-project-ideas-section .ph-project-ideas-sidebar-icon-label {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 12px;
}
.ph-project-ideas-section .ph-project-ideas-sidebar-icon {
  color: #e0457b;
  display: block;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
.ph-project-ideas-section .ph-project-ideas-sidebar-label {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #e0457b;
}
.ph-project-ideas-section .ph-project-ideas-sidebar-title {
  font-size: 36px;
  font-weight: 700;
  color: #4f2c1d;
  margin: 0;
  padding-bottom: 16px;
  position: relative;
  line-height: 1.1;
}
.ph-project-ideas-section .ph-project-ideas-sidebar-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 6px;
  background-color: #e0457b;
  border-radius: 3px;
}
.ph-project-ideas-section .ph-project-ideas-sidebar-description {
  font-size: 14px;
  line-height: 1.6;
  color: #4f2c1d;
  margin: 20px 0 0 0;
}
.ph-project-ideas-section .ph-on-this-page-nav {
  margin-top: 32px;
  padding-left: 0;
  border-left: 0;
}
.ph-project-ideas-section .ph-on-this-page-heading {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #e0457b;
  margin: 0 0 12px 0;
  padding-left: 30px;
}
.ph-project-ideas-section .ph-on-this-page-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ph-project-ideas-section .ph-on-this-page-list li {
  position: relative;
  margin-bottom: 2px;
  padding-left: 0;
  line-height: normal;
}
.ph-project-ideas-section .ph-on-this-page-list li::before {
  content: none;
}
.ph-project-ideas-section .ph-on-this-page-list li.is-active a {
  font-weight: bold;
}
.ph-project-ideas-section .ph-on-this-page-list a {
  display: block;
  position: relative;
  padding: 10px 0 10px 26px;
  font-size: 15px;
  font-weight: 600;
  color: #4f2c1d;
  text-decoration: none;
  transition: color 0.2s ease;
}
.ph-project-ideas-section .ph-on-this-page-list a::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 8px;
  background-color: #c3d9e3;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.ph-project-ideas-section .ph-on-this-page-list a:hover {
  color: #e0457b;
}
.ph-project-ideas-section .ph-on-this-page-list a:hover::before, .ph-project-ideas-section .ph-on-this-page-list a:focus::before, .ph-project-ideas-section .ph-on-this-page-list a.is-active::before {
  opacity: 1;
}
.ph-project-ideas-section .ph-project-ideas-sidebar-btn-return {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 600;
  color: #4f2c1d;
  border: 2px solid #b4d0dc;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.ph-project-ideas-section .ph-project-ideas-sidebar-btn-return:hover {
  background-color: #f9d6e6;
  border-color: #f9d6e6;
  text-decoration: none;
}
.ph-project-ideas-section .ph-project-ideas-sidebar-btn-return svg {
  background-color: #e0457b;
  color: #fff;
  border-radius: 50px;
  padding: 3px;
}
.ph-project-ideas-section .site-footer {
  position: relative;
  z-index: 20;
}
.ph-project-ideas-section .ph-project-ideas-main {
  min-width: 0;
  padding-top: 16px;
  padding-bottom: 50px;
}
.ph-project-ideas-section .ph-project-ideas-breadcrumb {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #4f2c1d;
  margin-bottom: 24px;
}
.ph-project-ideas-section .ph-project-ideas-breadcrumb a {
  color: #4f2c1d;
  text-decoration: none;
}
.ph-project-ideas-section .ph-project-ideas-breadcrumb a:hover {
  color: #e0457b;
  text-decoration: underline;
}
.ph-project-ideas-section .ph-project-ideas-breadcrumb .ph-breadcrumb-separator {
  margin: 0 8px;
  color: #4f2c1d;
}
.ph-project-ideas-section .ph-project-ideas-breadcrumb .ph-breadcrumb-current {
  color: #4f2c1d;
  font-weight: 600;
}
.ph-project-ideas-section .ph-project-ideas-breadcrumb .breadcrumb_last {
  color: #6aa2b9;
}
.ph-project-ideas-section .ph-partners-section {
  background: #6aa2b9;
  color: #fff;
  border-radius: 12px;
  padding: 30px 75px 40px;
  margin-bottom: 40px;
  text-align: center;
}
.ph-project-ideas-section .ph-partners-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-bottom: 18px;
  position: relative;
}
.ph-project-ideas-section .ph-partners-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 5px;
  background-color: #fff;
  border-radius: 3px;
}
.ph-project-ideas-section .ph-partners-intro {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 auto 30px;
  opacity: 0.95;
}
.ph-project-ideas-section .ph-partners-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  max-width: 900px;
  margin: 0 auto;
}
.ph-project-ideas-section .ph-partners-column {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.ph-project-ideas-section .ph-partners-column-icon {
  flex-shrink: 0;
}
.ph-project-ideas-section .ph-partners-column-icon img {
  display: block;
  width: 105px;
  height: auto;
  max-width: 105px;
}
.ph-project-ideas-section .ph-partners-column-icon .ph-partners-map--usa {
  width: 155px;
  max-width: 155px;
}
.ph-project-ideas-section .ph-partners-column-content {
  flex: 1;
  text-align: center;
}
.ph-project-ideas-section .ph-partners-column-title {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}
.ph-project-ideas-section .ph-partners-column-description {
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 16px 0;
  opacity: 0.9;
}
.ph-project-ideas-section .ph-partners-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 600;
  color: #4f2c1d;
  background: #fff;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.ph-project-ideas-section .ph-partners-btn:hover {
  background-color: #e0457b;
  color: #fff;
  text-decoration: none;
}
.ph-project-ideas-section .ph-partners-btn svg {
  flex-shrink: 0;
}
.ph-project-ideas-section .ph-project-ideas-section {
  margin-bottom: 50px;
}
.ph-project-ideas-section .ph-project-ideas-section-title {
  font-size: 32px;
  font-weight: 700;
  color: #4f2c1d;
  margin: 0 0 20px 0;
  padding-bottom: 18px;
  position: relative;
}
.ph-project-ideas-section .ph-project-ideas-section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 5px;
  background-color: #5b9aa9;
  border-radius: 3px;
}
.ph-project-ideas-section .ph-project-ideas-section-intro {
  font-size: 15px;
  line-height: 1.7;
  color: #4f2c1d;
  margin: 0 0 30px 0;
  max-width: 700px;
}
.ph-project-ideas-section .ph-project-ideas-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.ph-project-ideas-section .ph-project-idea-card {
  background: #fff;
  border: 2px solid #b4d0dc;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.ph-project-ideas-section .ph-project-idea-card-content {
  display: block;
  padding: 20px;
  color: inherit;
  flex: 1;
}
.ph-project-ideas-section .ph-project-idea-card-header {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-bottom: 12px;
}
.ph-project-ideas-section .ph-project-idea-card-icon {
  color: #e0457b;
  flex-shrink: 0;
}
.ph-project-ideas-section .ph-project-idea-card-icon svg,
.ph-project-ideas-section .ph-project-idea-card-icon img {
  display: block;
}
.ph-project-ideas-section .ph-project-idea-card-icon svg {
  width: 50px;
  height: 50px;
}
.ph-project-ideas-section .ph-project-idea-card-icon img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.ph-project-ideas-section .ph-project-idea-card-meta {
  min-width: 0;
  padding-top: 0;
}
.ph-project-ideas-section .ph-project-idea-card-heading {
  min-width: 0;
}
.ph-project-ideas-section .ph-project-idea-grade {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
}
.ph-project-ideas-section .ph-project-idea-grade-level {
  color: #e0457b;
}
.ph-project-ideas-section .ph-project-idea-grade-dot,
.ph-project-ideas-section .ph-project-idea-grade-group-separator {
  color: #4f2c1d;
}
.ph-project-ideas-section .ph-project-idea-grade-range {
  color: #6aa2b9;
}
.ph-project-ideas-section .ph-project-idea-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #4f2c1d;
  margin: 3px 0 0 0;
  line-height: 1.3;
}
.ph-project-ideas-section .ph-project-idea-card-description {
  font-size: 14px;
  line-height: 1.6;
  color: #4f2c1d;
  margin: 0;
}
.ph-project-ideas-section .ph-project-idea-card-actions {
  padding: 0 12px 12px 20px;
  display: flex;
  justify-content: flex-end;
}
.ph-project-ideas-section .ph-project-idea-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  background: #6aa2b9;
  transition: all 0.2s ease;
}
.ph-project-ideas-section .ph-project-idea-card-btn:hover {
  color: #fff;
  background: #5b93aa;
  text-decoration: none;
}
.ph-project-ideas-section .ph-project-idea-card-btn svg {
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ph-project-ideas-section .ph-books-media-section {
  margin-bottom: 50px;
}
.ph-project-ideas-section .ph-books-media-title {
  font-size: 32px;
  font-weight: 700;
  color: #4f2c1d;
  margin: 0 0 20px 0;
  padding-bottom: 18px;
  position: relative;
}
.ph-project-ideas-section .ph-books-media-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 5px;
  background-color: #5b9aa9;
  border-radius: 3px;
}
.ph-project-ideas-section .ph-books-media-intro {
  font-size: 15px;
  line-height: 1.7;
  color: #4f2c1d;
  margin: 0 0 30px 0;
  max-width: 700px;
}
.ph-project-ideas-section .ph-books-media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}
.ph-project-ideas-section .ph-book-media-card {
  display: flex;
  background: #6aa2b9;
  border-radius: 12px;
  overflow: hidden;
  min-height: 150px;
  border: 1px solid #b4d0dc;
}
.ph-project-ideas-section .ph-book-media-card-image {
  flex-shrink: 0;
  width: 50%;
  padding: 15px;
  background: #fff;
}
.ph-project-ideas-section .ph-book-media-card-image a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.ph-project-ideas-section .ph-book-media-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ph-project-ideas-section .ph-book-media-card-content {
  flex: 1;
  padding: 20px 18px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.ph-project-ideas-section .ph-book-media-card-title {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 30px 0;
  line-height: 1.3;
}
.ph-project-ideas-section .ph-book-media-card-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #fff;
  opacity: 0.9;
}
.ph-project-ideas-section .ph-book-media-card-link:hover {
  text-decoration: underline;
  opacity: 1;
}
.ph-project-ideas-section .ph-book-media-card-link svg {
  flex-shrink: 0;
}
.ph-project-ideas-section .ph-cause-activities-section,
.ph-project-ideas-section .ph-cause-spotlights-section {
  margin-bottom: 50px;
}
.ph-project-ideas-section .ph-cause-activities-title,
.ph-project-ideas-section .ph-cause-spotlights-title {
  font-size: 32px;
  font-weight: 700;
  color: #4f2c1d;
  margin: 0 0 20px 0;
  padding-bottom: 18px;
  position: relative;
}
.ph-project-ideas-section .ph-cause-activities-title::after,
.ph-project-ideas-section .ph-cause-spotlights-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 5px;
  background-color: #5b9aa9;
  border-radius: 3px;
}
.ph-project-ideas-section .ph-cause-spotlights-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ph-project-ideas-section .ph-cause-spotlights-section h2.ph-cause-spotlights-title {
  margin-bottom: 25px;
}
.ph-project-ideas-section .ph-cause-activities-intro {
  font-size: 15px;
  line-height: 1.7;
  color: #4f2c1d;
  margin: 0 0 30px 0;
  max-width: 700px;
}
.ph-project-ideas-section .ph-cause-navigation {
  margin-top: 50px;
  padding-top: 30px;
}
.ph-project-ideas-section .ph-cause-navigation-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ph-project-ideas-section .ph-cause-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 16px;
  font-size: 15px;
  font-weight: 600;
  color: #4f2c1d;
  background: #fff;
  border: 2px solid #b4d0dc;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.ph-project-ideas-section .ph-cause-nav-link:hover {
  background-color: #f9d6e6;
  border-color: #e0457b;
  text-decoration: none;
}
.ph-project-ideas-section .ph-cause-nav-link svg {
  flex-shrink: 0;
}
.ph-project-ideas-section .ph-cause-nav-link--prev {
  padding: 0 16px;
}
.ph-project-ideas-section .ph-cause-nav-link--next {
  padding: 0 16px;
}
.ph-project-ideas-section .ph-cause-nav-placeholder {
  width: 220px;
}
@media (max-width: 1220px) {
  .ph-project-ideas-section .ph-books-media-grid,
  .ph-project-ideas-section .ph-cause-activities-grid,
  .ph-project-ideas-section .ph-cause-spotlights-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .ph-project-ideas-section .ph-project-ideas-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .ph-project-ideas-section .ph-project-ideas-sidebar {
    background: transparent;
    margin-top: 30px;
  }
  .ph-project-ideas-section .ph-project-ideas-sidebar::before {
    display: none;
  }
  .ph-project-ideas-section .ph-project-ideas-sidebar-inner {
    position: static;
    padding: 20px;
    background: #e9f1f5;
    border-radius: 12px;
  }
  .ph-project-ideas-section .ph-project-ideas-sidebar-title {
    font-size: 32px;
  }
  .ph-project-ideas-section .ph-on-this-page-nav {
    display: none;
  }
  .ph-project-ideas-section .ph-partners-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .ph-project-ideas-section .ph-project-ideas-outer {
    padding: 0 30px;
  }
  .ph-project-ideas-section .ph-project-ideas-sidebar-inner {
    padding: 16px;
  }
  .ph-project-ideas-section .ph-project-ideas-sidebar-title {
    font-size: 28px;
  }
  .ph-project-ideas-section .ph-project-ideas-sidebar-icon {
    width: 50px;
    height: 50px;
  }
  .ph-project-ideas-section .ph-project-ideas-grid {
    grid-template-columns: 1fr;
  }
  .ph-project-ideas-section .ph-partners-section {
    padding: 24px 20px 30px;
  }
  .ph-project-ideas-section .ph-partners-column {
    align-items: center;
    flex-direction: column;
  }
  .ph-project-ideas-section .ph-partners-title {
    font-size: 24px;
  }
  .ph-project-ideas-section .ph-project-ideas-section-title,
  .ph-project-ideas-section .ph-books-media-title,
  .ph-project-ideas-section .ph-cause-activities-title,
  .ph-project-ideas-section .ph-cause-spotlights-title {
    font-size: 26px;
  }
  .ph-project-ideas-section .ph-cause-navigation-inner {
    flex-direction: column;
    gap: 16px;
  }
  .ph-project-ideas-section .ph-cause-nav-link {
    width: 100%;
    justify-content: center;
  }
  .ph-project-ideas-section .ph-cause-nav-placeholder {
    display: none;
  }
  .ph-project-ideas-section .ph-books-media-grid {
    grid-template-columns: 1fr;
  }
  .ph-project-ideas-section .ph-book-media-card {
    flex-direction: column;
  }
  .ph-project-ideas-section .ph-book-media-card-image {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */