[data-cordtex-redesign="desktop-v1"].ct-prepreg-production-page .ct-woven-capabilities__media img {
  object-position: center;
}

[data-cordtex-redesign="desktop-v1"].ct-prepreg-production-page .ct-woven-capabilities__panel {
  grid-template-rows: 3.75rem minmax(0, 1fr) 3.25rem 3.75rem;
}

[data-cordtex-redesign="desktop-v1"].ct-prepreg-production-page .ct-prepreg-production__hybrid {
  display: flex;
  min-inline-size: 0;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-inline: clamp(1.5rem, 2.5vw, 3rem);
  border-block-start: 1px solid var(--ct-color-line-strong);
  background: #f4f4f1;
  color: var(--ct-color-ink);
  font-size: var(--ct-type-meta);
  letter-spacing: .055em;
  text-decoration: none;
  white-space: nowrap;
}

[data-cordtex-redesign="desktop-v1"].ct-prepreg-production-page .ct-prepreg-production__hybrid > span {
  color: var(--ct-color-muted);
  font-weight: var(--ct-font-weight-medium);
}

[data-cordtex-redesign="desktop-v1"].ct-prepreg-production-page .ct-prepreg-production__hybrid strong {
  font-weight: var(--ct-font-weight-semibold);
}

[data-cordtex-redesign="desktop-v1"].ct-prepreg-production-page .ct-prepreg-production__hybrid b {
  margin-inline-start: .65rem;
  color: var(--ct-color-signal);
  font-weight: var(--ct-font-weight-semibold);
}

[data-cordtex-redesign="desktop-v1"].ct-prepreg-production-page .ct-prepreg-production__hybrid:is(:hover, :focus-visible) strong {
  text-decoration: underline;
  text-decoration-color: var(--ct-color-signal);
  text-underline-offset: .25rem;
}

@media (max-width: 56.25rem) {
  [data-cordtex-redesign="desktop-v1"].ct-prepreg-production-page .ct-prepreg-production__hybrid {
    padding-inline: 1.25rem;
  }
}

@media (max-width: 44rem) {
  [data-cordtex-redesign="desktop-v1"].ct-prepreg-production-page .ct-prepreg-production__hybrid {
    gap: .5rem;
    padding-inline: 1rem;
    font-size: var(--ct-type-micro);
  }

  [data-cordtex-redesign="desktop-v1"].ct-prepreg-production-page .ct-prepreg-production__hybrid b {
    margin-inline-start: .35rem;
  }
}

@media (max-height: 52rem) and (min-width: 44.0625rem) {
  [data-cordtex-redesign="desktop-v1"].ct-prepreg-production-page .ct-woven-capabilities__panel {
    grid-template-rows: 3.25rem minmax(0, 1fr) 2.65rem 3.25rem;
  }
}

@media (max-height: 44rem) and (min-width: 44.0625rem) {
  [data-cordtex-redesign="desktop-v1"].ct-prepreg-production-page .ct-woven-capabilities__panel {
    grid-template-rows: 2.85rem minmax(0, 1fr) 2.5rem 2.85rem;
  }
}
