.edu-news-hub {
  --edu-news-red: #d41414;
  --edu-news-red-dark: #a80b0d;
  --edu-news-navy: #142747;
  --edu-news-copy: #66738a;
  --edu-news-line: #e5e9f0;
  overflow: hidden;
  background: #f8fafc;
  color: var(--edu-news-navy);
  font-family: "Be Vietnam Pro", sans-serif;
}

.edu-news-hub,
.edu-news-hub * {
  box-sizing: border-box;
}

.edu-news-hub__container {
  position: relative;
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.edu-news-hub__hero {
  position: relative;
  z-index: 2;
  padding: 38px 0 54px;
  overflow: visible;
  background:
    radial-gradient(circle at 11% 15%, rgba(212, 20, 20, .09), transparent 17rem),
    radial-gradient(circle at 88% 28%, rgba(212, 20, 20, .055), transparent 21rem),
    linear-gradient(125deg, #fffaf8 0%, #fff5f2 58%, #fffaf8 100%);
  color: var(--edu-news-navy);
  isolation: isolate;
}

.edu-news-hub__hero::before {
  position: absolute;
  top: -40px;
  right: -20px;
  width: 360px;
  height: 260px;
  z-index: -1;
  background-image: radial-gradient(rgba(212, 20, 20, .2) 1px, transparent 1.5px);
  background-size: 13px 13px;
  content: "";
  opacity: .34;
  transform: rotate(-7deg);
}

.edu-news-hub__breadcrumb {
  display: flex;
  align-items: center;
  margin-bottom: 31px;
  color: #7a6670;
  font-size: 11px;
  gap: 9px;
}

.edu-news-hub__breadcrumb a {
  color: var(--edu-news-red) !important;
  text-decoration: none !important;
}

.edu-news-hub__hero-grid {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1.15fr) minmax(420px, .85fr);
  gap: 54px;
}

.edu-news-hub__eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 12px !important;
  color: var(--edu-news-red) !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  gap: 10px;
}

.edu-news-hub__eyebrow::before {
  width: 30px;
  height: 2px;
  border-radius: 99px;
  background: var(--edu-news-red);
  content: "";
}

.edu-news-hub__hero h1 {
  max-width: 680px;
  margin: 0 !important;
  color: var(--edu-news-navy) !important;
  font-size: clamp(38px, 5vw, 66px) !important;
  font-weight: 800 !important;
  letter-spacing: -.055em;
  line-height: 1.05 !important;
  text-transform: uppercase;
}

.edu-news-hub__hero h1 strong {
  color: var(--edu-news-red);
  font: inherit;
}

.edu-news-hub__hero-copy > p:last-child {
  max-width: 670px;
  margin: 18px 0 0 !important;
  color: #665f69 !important;
  font-size: 14px;
  line-height: 1.75;
}

.edu-news-hub__hero-panel {
  display: grid;
  padding: 19px;
  border: 1px solid rgba(212, 20, 20, .13);
  border-radius: 20px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 18px 42px rgba(130, 25, 31, .09);
  backdrop-filter: blur(12px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.edu-news-hub__hero-panel span {
  display: grid;
  min-width: 0;
  padding: 4px 14px;
  text-align: center;
  gap: 4px;
}

.edu-news-hub__hero-panel span + span {
  border-left: 1px solid rgba(212, 20, 20, .12);
}

.edu-news-hub__hero-panel strong {
  color: var(--edu-news-red);
  font-size: 25px;
  font-weight: 800;
}

.edu-news-hub__hero-panel small {
  color: #786d76;
  font-size: 9px;
  line-height: 1.4;
}

.edu-news-hub__search {
  position: relative;
  z-index: 8;
  display: grid;
  width: min(790px, 100%);
  min-height: 64px;
  align-items: center;
  margin: 38px 0 -86px;
  padding: 7px;
  border: 1px solid rgba(222, 227, 235, .9);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(10, 26, 50, .18);
  grid-template-columns: 48px minmax(0, 1fr) auto;
}

.edu-news-hub__search > span {
  display: grid;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #fff0ef;
  color: var(--edu-news-red);
  place-items: center;
}

.edu-news-hub__search svg,
.edu-news-hub__meta svg,
.edu-news-hub__placeholder svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.edu-news-hub__search input {
  width: 100%;
  height: 48px;
  margin: 0 !important;
  padding: 0 14px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--edu-news-navy);
  font-size: 13px;
}

.edu-news-hub__search button {
  min-width: 135px;
  min-height: 48px;
  margin: 0 !important;
  padding: 8px 18px !important;
  border: 0 !important;
  border-radius: 11px !important;
  background: linear-gradient(135deg, #df201e, #b70d0d) !important;
  box-shadow: 0 9px 22px rgba(183, 13, 13, .23);
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.edu-news-hub__content {
  position: relative;
  z-index: 1;
  padding: 74px 0 48px;
  background:
    radial-gradient(circle at 0 26%, rgba(212, 20, 20, .045), transparent 17rem),
    linear-gradient(180deg, #f8fafc, #fff 35%, #f8fafc 100%);
}

.edu-news-hub__topics-shell {
  position: relative;
  margin-bottom: 34px;
  padding: 0 38px;
}

.edu-news-hub__topics {
  display: flex;
  padding: 5px;
  overflow-x: auto;
  border: 1px solid var(--edu-news-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(20, 39, 71, .05);
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  gap: 4px;
}

.edu-news-hub__topics::-webkit-scrollbar {
  display: none;
}

.edu-news-hub__topics a {
  display: inline-flex;
  min-height: 39px;
  min-width: max-content;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 9px;
  color: var(--edu-news-navy) !important;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.25;
  scroll-snap-align: start;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
}

.edu-news-hub__topics-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 32px;
  height: 32px;
  padding: 0 !important;
  border: 1px solid rgba(212, 20, 20, .18);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 5px 16px rgba(20, 39, 71, .12);
  color: var(--edu-news-red);
  cursor: pointer;
  transform: translateY(-50%);
  place-items: center;
}

.edu-news-hub__topics-arrow span {
  display: block;
  font-size: 25px;
  line-height: 1;
  transform: translateY(-1px);
}

.edu-news-hub__topics-arrow--prev {
  left: 0;
}

.edu-news-hub__topics-arrow--next {
  right: 0;
}

.edu-news-hub__topics-arrow:disabled {
  visibility: hidden;
  pointer-events: none;
}

.edu-news-hub__topics a.is-active {
  background: var(--edu-news-red);
  box-shadow: 0 8px 18px rgba(212, 20, 20, .19);
  color: #fff !important;
}

.edu-news-hub__section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 20px;
}

.edu-news-hub__section-heading p {
  margin: 0 0 5px !important;
  color: var(--edu-news-red) !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.edu-news-hub__section-heading h2 {
  margin: 0 !important;
  color: var(--edu-news-navy) !important;
  font-size: clamp(20px, 2.5vw, 29px) !important;
  font-weight: 800 !important;
  letter-spacing: -.035em;
  line-height: 1.3 !important;
}

.edu-news-hub__section-heading > a {
  flex: 0 0 auto;
  color: var(--edu-news-red) !important;
  font-size: 10px;
  font-weight: 750;
  text-decoration: none !important;
}

.edu-news-hub__lead-grid {
  display: grid;
  align-items: stretch;
  margin-bottom: 28px;
  grid-template-columns: minmax(0, 1.16fr) minmax(420px, .84fr);
  gap: 16px;
}

.edu-news-hub__lead-card,
.edu-news-hub__mini-card,
.edu-news-hub__card {
  min-width: 0;
  margin: 0;
}

.edu-news-hub__lead-card > a {
  position: relative;
  display: block;
  min-height: 505px;
  overflow: hidden;
  border-radius: 20px;
  background: var(--edu-news-navy);
  box-shadow: 0 18px 44px rgba(20, 39, 71, .14);
  color: #fff !important;
  text-decoration: none !important;
  isolation: isolate;
}

.edu-news-hub__lead-media,
.edu-news-hub__lead-overlay {
  position: absolute;
  inset: 0;
}

.edu-news-hub__lead-media {
  z-index: -2;
}

.edu-news-hub__lead-overlay {
  z-index: -1;
  background: linear-gradient(180deg, transparent 18%, rgba(120, 5, 10, .06) 39%, rgba(190, 9, 15, .98) 100%);
}

.edu-news-hub__image,
.edu-news-hub__placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.edu-news-hub__image {
  max-width: none !important;
  margin: 0 !important;
  object-fit: cover;
  transition: transform .35s ease;
}

.edu-news-hub__placeholder {
  display: grid;
  background: linear-gradient(145deg, #f8e9e8, #edf2f7);
  color: rgba(212, 20, 20, .38);
  place-items: center;
}

.edu-news-hub__placeholder svg {
  width: 54px;
  height: 54px;
}

.edu-news-hub__badge {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 7px 12px;
  border-radius: 8px;
  background: var(--edu-news-red);
  box-shadow: 0 8px 22px rgba(141, 8, 10, .27);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.edu-news-hub__lead-copy {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  padding: 40px 28px 27px;
  background: linear-gradient(180deg, transparent 0%, rgba(212, 20, 20, .17) 32%, rgba(185, 9, 14, .9) 100%);
  gap: 8px;
}

.edu-news-hub__lead-copy > small,
.edu-news-hub__mini-copy > small,
.edu-news-hub__card-copy > small {
  color: #ff827e;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.edu-news-hub__lead-copy > small {
  color: #fff !important;
}

.edu-news-hub__lead-copy > strong {
  color: #fff !important;
  font-size: clamp(20px, 2.7vw, 31px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.25;
}

.edu-news-hub__lead-copy > span:not(.edu-news-hub__meta) {
  color: rgba(255, 255, 255, .92) !important;
  font-size: 11px;
  line-height: 1.6;
}

.edu-news-hub__meta {
  display: flex;
  align-items: center;
  color: #8490a4;
  font-size: 9px;
  gap: 12px;
}

.edu-news-hub__lead-copy .edu-news-hub__meta {
  margin-top: 3px;
  color: #fff !important;
}

.edu-news-hub__lead-copy .edu-news-hub__meta svg {
  color: #fff !important;
  stroke: currentColor;
}

.edu-news-hub__meta > span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.edu-news-hub__meta svg {
  width: 14px;
  height: 14px;
}

.edu-news-hub__lead-side {
  display: grid;
  min-height: 505px;
  grid-template-rows: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.edu-news-hub__mini-card > a {
  display: grid;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--edu-news-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 9px 26px rgba(20, 39, 71, .055);
  color: var(--edu-news-navy) !important;
  grid-template-columns: minmax(190px, 42%) minmax(0, 1fr);
  text-decoration: none !important;
}

.edu-news-hub__mini-media {
  position: relative;
  display: block;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: #fff;
}

.edu-news-hub__mini-media .edu-news-hub__image,
.edu-news-hub__mini-media .edu-news-hub__placeholder {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  min-height: 100%;
  object-fit: contain;
}

.edu-news-hub__mini-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 7px 10px;
}

.edu-news-hub__mini-copy > strong {
  display: -webkit-box;
  margin: 2px 0 5px;
  overflow: hidden;
  color: var(--edu-news-navy);
  font-size: 11.5px;
  font-weight: 750;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.edu-news-hub__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}

.edu-news-hub__card > a {
  display: flex;
  height: 100%;
  min-height: 386px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--edu-news-line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 10px 29px rgba(20, 39, 71, .055);
  color: var(--edu-news-navy) !important;
  text-decoration: none !important;
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.edu-news-hub__card-media {
  display: block;
  overflow: hidden;
  background: #edf1f6;
  aspect-ratio: 16 / 9;
}

.edu-news-hub__card-copy {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 17px;
}

.edu-news-hub__card-copy > strong {
  display: -webkit-box;
  margin: 7px 0 15px;
  overflow: hidden;
  color: var(--edu-news-navy);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.edu-news-hub__read-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid #eef1f5;
  color: var(--edu-news-red);
  font-size: 10px;
  font-weight: 800;
}

.edu-news-hub__read-more i {
  font-size: 17px;
  font-style: normal;
}

.edu-news-hub__pagination {
  margin-top: 34px;
}

.edu-news-hub__pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 6px;
}

.edu-news-hub__pagination a,
.edu-news-hub__pagination span {
  display: grid;
  min-width: 38px;
  height: 38px;
  place-items: center;
  padding: 0 10px;
  border: 1px solid var(--edu-news-line);
  border-radius: 10px;
  background: #fff;
  color: var(--edu-news-navy) !important;
  font-size: 10px;
  font-weight: 750;
  text-decoration: none !important;
}

.edu-news-hub__pagination span.current {
  border-color: var(--edu-news-red);
  background: var(--edu-news-red);
  color: #fff !important;
}

.edu-news-hub__empty {
  display: grid;
  min-height: 340px;
  place-items: center;
  padding: 40px;
  border: 1px dashed #d9e0e9;
  border-radius: 20px;
  background: #fff;
  text-align: center;
}

.edu-news-hub__empty > span {
  display: grid;
  width: 70px;
  height: 70px;
  border-radius: 18px;
  background: #fff0ef;
  color: var(--edu-news-red);
  place-items: center;
}

.edu-news-hub__empty h2 {
  margin: 12px 0 0 !important;
  color: var(--edu-news-navy) !important;
  font-size: 22px !important;
}

.edu-news-hub__empty p {
  margin: 0 !important;
  color: var(--edu-news-copy) !important;
  font-size: 12px;
}

.edu-news-hub__empty a {
  color: var(--edu-news-red) !important;
  font-size: 11px;
  font-weight: 800;
}

.edu-news-hub__cta {
  position: relative;
  display: grid;
  align-items: center;
  margin-top: 42px;
  padding: 25px 30px;
  overflow: hidden;
  border-radius: 20px;
  background:
    radial-gradient(circle at 92% 15%, rgba(255, 255, 255, .16), transparent 12rem),
    linear-gradient(125deg, #b50e11, #dc1919 65%, #951015);
  box-shadow: 0 18px 40px rgba(166, 12, 15, .18);
  color: #fff;
  grid-template-columns: minmax(260px, .75fr) minmax(560px, 1.25fr);
  gap: 25px;
}

.edu-news-hub__cta small {
  color: #ffb6b4;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.edu-news-hub__cta h2 {
  margin: 4px 0 4px !important;
  color: #fff !important;
  font-size: 21px !important;
  font-weight: 800 !important;
}

.edu-news-hub__cta p {
  margin: 0 !important;
  color: rgba(255, 255, 255, .76) !important;
  font-size: 11px;
}

.edu-news-hub__cta-form {
  display: grid;
  min-width: 0;
  align-items: center;
  grid-template-columns: minmax(150px, 1fr) minmax(150px, 1fr) auto;
  gap: 9px;
}

.edu-news-hub__cta-form > .edu-consult-school__trap {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.edu-news-hub__cta-field {
  display: block;
  min-width: 0;
  margin: 0;
}

.edu-news-hub__cta-field input {
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 0 15px !important;
  border: 1px solid rgba(255, 255, 255, .54) !important;
  border-radius: 11px !important;
  outline: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  color: var(--edu-news-navy) !important;
  font-family: inherit !important;
  font-size: 11px !important;
}

.edu-news-hub__cta-field input:focus {
  border-color: #fff !important;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .2) !important;
}

.edu-news-hub__cta-field input::placeholder {
  color: #7d8798;
  opacity: 1;
}

.edu-news-hub__cta-submit {
  display: inline-flex !important;
  min-height: 48px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 10px 17px !important;
  border: 1px solid #fff !important;
  border-radius: 11px !important;
  background: #fff !important;
  box-shadow: 0 9px 22px rgba(92, 4, 7, .18) !important;
  color: var(--edu-news-red) !important;
  font-family: inherit !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  white-space: nowrap;
  gap: 8px;
}

.edu-news-hub__cta-submit b {
  font-size: 16px;
}

.edu-news-hub__cta-submit:disabled {
  cursor: wait;
  opacity: .7;
}

.edu-news-hub__cta-privacy,
.edu-news-hub__cta-status {
  grid-column: 1 / -1;
  text-align: center;
}

.edu-news-hub__cta-privacy {
  margin-top: -2px !important;
  font-size: 8px !important;
}

.edu-news-hub__cta-status {
  display: none;
  margin-top: -4px !important;
  padding: 6px 9px;
  border-radius: 7px;
  background: rgba(255, 255, 255, .12);
  font-size: 9px !important;
}

.edu-news-hub__cta-status.is-visible {
  display: block;
}

.edu-news-hub__cta-status.is-success {
  color: #fff !important;
}

.edu-news-hub__cta-status.is-error {
  background: #fff;
  color: #a20e12 !important;
}

@media (hover: hover) and (pointer: fine) {
  .edu-news-hub__topics a:not(.is-active):hover {
    background: #fff2f1;
    color: var(--edu-news-red) !important;
  }

  .edu-news-hub__lead-card > a:hover .edu-news-hub__image,
  .edu-news-hub__mini-card > a:hover .edu-news-hub__image,
  .edu-news-hub__card > a:hover .edu-news-hub__image {
    transform: scale(1.025);
  }

  .edu-news-hub__card > a:hover {
    border-color: rgba(212, 20, 20, .24);
    box-shadow: 0 16px 34px rgba(20, 39, 71, .1);
    transform: translateY(-3px);
  }
}

@media (max-width: 980px) {
  .edu-news-hub__hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .edu-news-hub__hero-panel {
    max-width: 620px;
  }

  .edu-news-hub__lead-grid {
    grid-template-columns: 1fr;
  }

  .edu-news-hub__lead-side {
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .edu-news-hub__mini-card > a {
    display: block;
  }

  .edu-news-hub__mini-media {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .edu-news-hub__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .edu-news-hub__cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .edu-news-hub__container {
    width: min(100% - 24px, 1200px);
  }

  .edu-news-hub__hero {
    padding: 25px 0 47px;
  }

  .edu-news-hub__breadcrumb {
    margin-bottom: 23px;
  }

  .edu-news-hub__hero h1 {
    font-size: 36px !important;
  }

  .edu-news-hub__hero-copy > p:last-child {
    font-size: 12px;
  }

  .edu-news-hub__hero-panel {
    padding: 13px 7px;
  }

  .edu-news-hub__hero-panel span {
    padding: 3px 7px;
  }

  .edu-news-hub__hero-panel strong {
    font-size: 19px;
  }

  .edu-news-hub__hero-panel small {
    font-size: 8px;
  }

  .edu-news-hub__search {
    min-height: 56px;
    margin-top: 29px;
    margin-bottom: -76px;
    grid-template-columns: 40px minmax(0, 1fr) auto;
  }

  .edu-news-hub__search > span {
    width: 36px;
    height: 36px;
  }

  .edu-news-hub__search input {
    height: 42px;
    padding: 0 8px !important;
    font-size: 11px;
  }

  .edu-news-hub__search button {
    min-width: 48px;
    min-height: 42px;
    padding: 7px 12px !important;
    font-size: 0 !important;
  }

  .edu-news-hub__search button span {
    font-size: 18px;
  }

  .edu-news-hub__content {
    padding-top: 62px;
  }

  .edu-news-hub__topics {
    margin-bottom: 0;
  }

  .edu-news-hub__topics-shell {
    margin-bottom: 27px;
    padding-right: 34px;
    padding-left: 34px;
  }

  .edu-news-hub__section-heading {
    align-items: start;
  }

  .edu-news-hub__section-heading h2 {
    font-size: 20px !important;
  }

  .edu-news-hub__lead-card > a {
    min-height: 390px;
  }

  .edu-news-hub__lead-copy {
    padding: 36px 18px 19px;
  }

  .edu-news-hub__lead-copy > strong {
    font-size: 20px;
  }

  .edu-news-hub__lead-copy > span:not(.edu-news-hub__meta) {
    display: none;
  }

  .edu-news-hub__lead-side {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .edu-news-hub__mini-card > a {
    display: grid;
    min-height: 125px;
    grid-template-columns: 132px minmax(0, 1fr);
  }

  .edu-news-hub__mini-media {
    height: 100%;
    min-height: 125px;
    aspect-ratio: auto;
  }

  .edu-news-hub__mini-copy {
    padding: 9px 10px;
  }

  .edu-news-hub__mini-copy > strong {
    margin: 5px 0 9px;
    font-size: 11px;
    -webkit-line-clamp: 3;
  }

  .edu-news-hub__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .edu-news-hub__card > a {
    display: grid;
    min-height: 135px;
    grid-template-columns: 138px minmax(0, 1fr);
  }

  .edu-news-hub__card-media {
    aspect-ratio: auto;
  }

  .edu-news-hub__card-copy {
    padding: 13px;
  }

  .edu-news-hub__card-copy > strong {
    margin: 5px 0 9px;
    font-size: 11.5px;
    -webkit-line-clamp: 3;
  }

  .edu-news-hub__read-more {
    display: none;
  }

  .edu-news-hub__pagination .page-numbers li:nth-child(n+6):not(:last-child) {
    display: none;
  }

  .edu-news-hub__cta {
    display: grid;
    padding: 22px 18px;
  }

  .edu-news-hub__cta h2 {
    font-size: 18px !important;
  }

  .edu-news-hub__cta-form {
    grid-template-columns: 1fr;
  }

  .edu-news-hub__cta-submit {
    width: 100% !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .edu-news-hub__image,
  .edu-news-hub__card > a {
    transition: none !important;
  }
}
