.child-h2-stack {
  width: 100%;
}

.child-h2-stack__inner {
  width: min(740px, 100%);
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: transparent;
}

.resources-page-template .child-h2-stack__inner {
  border: 1px solid transparent;
  border-radius: 16px;
  transition: none;
}

.resources-page-template .child-h2-stack__inner:hover {
  transform: none;
  border-color: transparent;
  background: transparent;
}

.child-h2-stack__title {
  margin: 0;
  color: #15324b;
}

.child-h2-stack__eyebrow {
  margin: 0;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 14px;
  border-radius: 999px;
  background: #040c2f;
  color: #ffffff;
  font-family: var(--body-regular-font-family, "Inter-Regular", sans-serif);
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
}

.child-h2-stack__body,
.child-h2-stack__h3-body,
.child-h2-stack__subtext {
  color: #22313f;
}

.child-h2-stack__body p,
.child-h2-stack__h3-body p,
.child-h2-stack__subtext p {
  margin: 0 0 16px;
}

.child-h2-stack__body p:last-child,
.child-h2-stack__h3-body p:last-child,
.child-h2-stack__subtext p:last-child {
  margin-bottom: 0;
}

.child-h2-stack__body a,
.child-h2-stack__h3-body a,
.child-h2-stack__subtext a,
.child-h2-stack .accordion__main-content a,
.child-h2-stack .accordion__sub-content a {
  color: var(--accent-secondary, #2f80b7);
  font-weight: 600;
  text-decoration: none;
  box-shadow: none;
  transition: color 180ms ease, opacity 180ms ease;
}

.child-h2-stack__body a:hover,
.child-h2-stack__h3-body a:hover,
.child-h2-stack__subtext a:hover,
.child-h2-stack .accordion__main-content a:hover,
.child-h2-stack .accordion__sub-content a:hover {
  color: #15324b;
  opacity: 0.92;
}

.child-h2-stack__body a:focus-visible,
.child-h2-stack__h3-body a:focus-visible,
.child-h2-stack__subtext a:focus-visible,
.child-h2-stack .accordion__main-content a:focus-visible,
.child-h2-stack .accordion__sub-content a:focus-visible {
  outline: 2px solid rgba(47, 128, 183, 0.65);
  outline-offset: 2px;
  border-radius: 2px;
}

.child-h2-stack__h3,
.child-h2-stack__subheading {
  margin: 0;
  color: #15324b;
}

.child-h2-stack__accordion-list {
  margin-top: 8px;
  width: 100%;
}

.child-h2-stack__accordion-title {
  margin: 0;
  color: #15324b;
}

.child-h2-stack__body img,
.child-h2-stack__h3-body img,
.child-h2-stack__subtext img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 24px;
  overflow: hidden;
  margin: 20px 0 24px;
}

.child-h2-stack__body p:has(> img),
.child-h2-stack__h3-body p:has(> img),
.child-h2-stack__subtext p:has(> img) {
  margin: 0;
}

.child-h2-stack .accordion__main-content img,
.child-h2-stack .accordion__sub-content img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 24px;
  margin: 18px 0 24px;
}

.child-h2-stack .accordion__main-content p:has(> img),
.child-h2-stack .accordion__sub-content p:has(> img) {
  margin: 0;
}
