.textBlock--archiveStrip {
  background: #f1f5f8;
  box-sizing: border-box;
  padding: 0 64px;
  width: 100%;
}

.textBlock--archiveStrip .textBlock__container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1280px;
  padding: 64px 0 112px;
  width: 90%;
}

.textBlock--archiveStrip .textBlock__title {
  color: #101828;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.11px;
  line-height: 1.5;
  margin: 0 0 16px;
}

.textBlock--archiveStrip .textBlock__content {
  color: #4a5565;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.textBlock--archiveStrip .textBlock__content p {
  margin: 0 0 1em;
}

.textBlock--archiveStrip .textBlock__content > :first-child {
  margin-top: 0;
}

.textBlock--archiveStrip .textBlock__content > :last-child {
  margin-bottom: 0;
}

.textBlock--archiveStrip .textBlock__content h2,
.textBlock--archiveStrip .textBlock__content h3,
.textBlock--archiveStrip .textBlock__content h4,
.textBlock--archiveStrip .textBlock__content h5,
.textBlock--archiveStrip .textBlock__content h6 {
  color: #101828;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  margin: 1.2em 0 0.5em;
}

.textBlock--archiveStrip .textBlock__content h2 {
  font-size: 24px;
}

.textBlock--archiveStrip .textBlock__content h3 {
  font-size: 20px;
}

.textBlock--archiveStrip .textBlock__content h4,
.textBlock--archiveStrip .textBlock__content h5,
.textBlock--archiveStrip .textBlock__content h6 {
  font-size: 18px;
}

.textBlock--archiveStrip .textBlock__content a {
  color: #101828;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.textBlock--archiveStrip .textBlock__content a:hover,
.textBlock--archiveStrip .textBlock__content a:focus-visible {
  opacity: 0.75;
}

.textBlock--archiveStrip .textBlock__content ul,
.textBlock--archiveStrip .textBlock__content ol {
  margin: 0 0 1em;
  padding-left: 1.4em;
}

.textBlock--archiveStrip .textBlock__content li {
  margin-bottom: 0.35em;
}

.textBlock--archiveStrip .textBlock__actions {
  margin-top: 20px;
}

/* Collapsible archive strip: JS adds/removes .is-clamped and only shows
   the toggle when the clamped content actually overflows 4 lines. */
.textBlock__collapsible {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.textBlock__content.is-clamped {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.textBlock__moreToggle {
  align-items: center;
  align-self: flex-start;
  background: transparent;
  border: 0;
  color: #101828;
  cursor: pointer;
  display: inline-flex;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  gap: 4px;
  line-height: 1.5;
  padding: 0;
}

.textBlock__moreToggle[hidden] {
  display: none;
}

.textBlock__moreToggle:hover,
.textBlock__moreToggle:focus-visible {
  opacity: 0.78;
  text-decoration: underline;
}

.textBlock__moreToggle:focus-visible {
  outline: 2px solid rgba(16, 24, 40, 0.28);
  outline-offset: 2px;
}

.textBlock__moreToggleIcon {
  display: inline-flex;
  height: 18px;
  transition: transform 0.2s ease;
  width: 18px;
}

.textBlock__moreToggleIcon svg {
  height: 100%;
  width: 100%;
}

.textBlock__moreToggle[aria-expanded="true"] .textBlock__moreToggleIcon {
  transform: rotate(180deg);
}

@media (prefers-reduced-motion: reduce) {
  .textBlock__moreToggleIcon {
    transition: none;
  }
}

.textBlock {
  padding: 0;
  background: #f6f8fb;
}

.textBlock--white {
  background: #fff;
  box-sizing: border-box;
  padding: 64px 0;
  width: 100%;
}

.textBlock__container {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
}

.textBlock__top-text {
  color: #1c1c1c;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.14px;
  text-transform: uppercase;
  margin: 0 0 23px 0;
  position: relative;
  width: fit-content;
}

.textBlock__top-text::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #d05d38;
}

.textBlock__title {
  color: #1c1c1c;
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
  margin-bottom: 23px;
}

.textBlock__subtitle {
  color: #1c1c1c;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
  margin: 0;
  margin-bottom: 23px;
}

.textBlock__content {
  color: #1c1c1c;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  margin: 0;
}

.textBlock__content p {
  margin: 0 0 1rem 0;
}

.textBlock__content p:last-child {
  margin-bottom: 0;
}

.textBlock__content a {
  color: #007bff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.textBlock__content a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* Responsive styles */
@media (max-width: 767px) {
  .textBlock--archiveStrip {
    padding: 0 20px;
  }

  .textBlock--archiveStrip .textBlock__title {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .textBlock {
    padding: 3rem 0;
  }

  .textBlock--white {
    padding: 3rem 0;
  }

  .textBlock__header {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

  .textBlock__content {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .textBlock {
    padding: 2rem 0;
  }

  .textBlock--white {
    padding: 2rem 0;
  }

  .textBlock__header {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
}
