.cp-editorial-page { overflow-x: clip; }

.cp-hero-news {
  background-color: #082f59;
  background-image:
    linear-gradient(90deg, #004a97 0%, rgba(0, 74, 151, 0) 59.0625%),
    url("../images/ai-originals/secondary-hero-outline.svg"),
    url("../images/editorial-pages/news-hero.jpg");
  background-repeat: no-repeat;
  background-position: center, center, center;
  background-size: 100% 100%, 100% 100%, cover;
}
.cp-hero-news h1 {
  width: max-content;
  margin-left: 0;
  color: transparent;
  background: linear-gradient(90deg, #fff 0%, #f7fbff 30%, #d8efff 57%, #73b5ed 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

.cp-hero-technical,
.cp-hero-application,
.cp-hero-article {
  background-color: #082f59;
  background-repeat: no-repeat;
  background-position: center, center, center;
  background-size: 100% 100%, 100% 100%, cover;
}
.cp-hero-technical {
  background-image:
    linear-gradient(90deg, #004a97 0%, rgba(0, 74, 151, 0) 59.0625%),
    url("../images/ai-originals/secondary-hero-outline.svg"),
    url("../images/editorial-pages/tech-hero.webp");
}
.cp-hero-application {
  background-image:
    linear-gradient(90deg, #004a97 0%, rgba(0, 74, 151, 0) 59.0625%),
    url("../images/ai-originals/secondary-hero-outline.svg"),
    url("../images/editorial-pages/application-hero.jpg");
}
.cp-hero-article {
  background-image:
    linear-gradient(90deg, #004a97 0%, rgba(0, 74, 151, 0) 59.0625%),
    url("../images/ai-originals/secondary-hero-outline.svg"),
    url("../images/editorial-pages/industry-machining-center.webp");
}
.cp-hero-technical h1,
.cp-hero-application h1,
.cp-hero-article h1 {
  width: max-content;
  margin-left: 0;
  color: transparent;
  background: linear-gradient(90deg, #fff 0%, #f7fbff 30%, #d8efff 57%, #73b5ed 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

.cp-editorial-intro { background: #fff; }
.cp-editorial-intro > .cp-shell {
  padding-block: 90px;
  display: grid;
  grid-template-columns: 560px minmax(0, 1fr);
  gap: 150px;
  align-items: center;
}
.cp-editorial-intro h2 {
  margin: 0;
  color: var(--cp-blue);
  font-size: 52px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -.035em;
}
.cp-editorial-intro-heading > p {
  margin: 0 0 18px;
  color: #9b9ea2;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .12em;
}
.cp-editorial-intro-copy {
  max-width: 680px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cp-editorial-intro-copy > p {
  margin: 0;
  color: #60656a;
  font-size: 17px;
  line-height: 1.65;
}
.cp-editorial-inquiry-action {
  width: 182px;
  position: static;
  margin: 34px 0 0;
}

.cp-news-library { padding-block: 112px 142px; background: #f2f4f6; }
.cp-editorial-card { min-width: 0; display: block; color: inherit; background: #fff; text-decoration: none; }
.cp-editorial-card-media { aspect-ratio: 4 / 3; display: block; overflow: hidden; background: #dfe4e9; }
.cp-editorial-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.cp-editorial-card-copy { padding: 28px 26px 30px; display: flex; flex-direction: column; }
.cp-editorial-card-copy > small { color: #969ca2; font-size: 12px; line-height: 1.4; font-weight: 700; letter-spacing: .045em; }
.cp-editorial-card-copy > small i { width: 18px; height: 1px; margin: 0 9px 3px; display: inline-block; background: var(--cp-yellow); }
.cp-editorial-card-copy > strong { margin-top: 14px; color: var(--cp-blue); font-size: 22px; line-height: 1.34; }
.cp-editorial-card-copy > span { margin-top: 16px; color: #60656a; font-size: 15px; line-height: 1.6; }
.cp-editorial-card-copy > em { margin-top: 24px; display: inline-flex; align-items: center; gap: 9px; color: var(--cp-blue); font-size: 13px; font-style: normal; font-weight: 700; }
.cp-editorial-card-copy > em > i { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--cp-blue); }
.cp-editorial-card-copy > em svg { width: 14px; height: 14px; }
.cp-editorial-card:hover .cp-editorial-card-media img,
.cp-editorial-card:focus-visible .cp-editorial-card-media img { transform: scale(1.025); }
.cp-editorial-card:hover .cp-editorial-card-copy > strong,
.cp-editorial-card:focus-visible .cp-editorial-card-copy > strong { text-decoration: underline; text-underline-offset: 4px; }
.cp-editorial-card:focus-visible { outline: 2px solid var(--cp-yellow); outline-offset: 4px; }

.cp-news-library > .cp-shell > .cp-editorial-card { min-height: 540px; display: grid; grid-template-columns: 56% 44%; }
.cp-news-library > .cp-shell > .cp-editorial-card .cp-editorial-card-media { height: 100%; aspect-ratio: auto; }
.cp-news-library > .cp-shell > .cp-editorial-card .cp-editorial-card-copy { padding: 55px 50px; justify-content: center; }
.cp-news-library > .cp-shell > .cp-editorial-card .cp-editorial-card-copy > strong { font-size: 34px; line-height: 1.25; }
.cp-news-library > .cp-shell > .cp-editorial-card .cp-editorial-card-copy > span { font-size: 16px; }
.cp-news-card-row { margin-top: 32px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.cp-news-card-row .cp-editorial-card-copy { min-height: 250px; }
.cp-news-card-row .cp-editorial-card-copy > strong {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cp-news-card-row .cp-editorial-card-copy > span {
  height: 3.2em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cp-news-card-row .cp-editorial-card-copy > em { margin-top: auto; padding-top: 14px; }

.cp-editorial-grid-library { padding-block: 112px 142px; background: #f2f4f6; }
.cp-editorial-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.cp-editorial-card.compact {
  min-height: 250px;
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  border: 1px solid #e0e4e8;
  box-shadow: 0 8px 22px rgba(17, 47, 76, .045);
}
.cp-editorial-card.compact .cp-editorial-card-media { height: 100%; aspect-ratio: auto; }
.cp-editorial-card.compact .cp-editorial-card-copy { min-height: 250px; padding: 27px 29px 25px; }
.cp-editorial-card.compact .cp-editorial-card-copy > small { font-size: 11px; }
.cp-editorial-card.compact .cp-editorial-card-copy > strong { margin-top: 9px; font-size: 20px; line-height: 1.3; }
.cp-editorial-card.compact .cp-editorial-card-copy > span { margin-top: 12px; font-size: 14px; line-height: 1.55; }
.cp-editorial-card.compact .cp-editorial-card-copy > em { margin-top: auto; padding-top: 16px; font-size: 12px; }
.cp-editorial-card.compact .cp-editorial-card-copy > em > i { width: 23px; height: 23px; }

.cp-application-page .cp-editorial-card.compact {
  --cp-application-card-height: 250px;
  height: var(--cp-application-card-height);
  min-height: 0;
  grid-template-columns: calc(var(--cp-application-card-height) * 4 / 3) minmax(0, 1fr);
  align-items: stretch;
}
.cp-application-page .cp-editorial-card.compact .cp-editorial-card-media {
  width: 100%;
  height: var(--cp-application-card-height);
  aspect-ratio: 4 / 3;
}
.cp-application-page .cp-editorial-card.compact .cp-editorial-card-copy { height: var(--cp-application-card-height); min-height: 0; overflow: hidden; }
.cp-application-page .cp-editorial-card.compact .cp-editorial-card-copy > strong,
.cp-application-page .cp-editorial-card.compact .cp-editorial-card-copy > span { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; }
.cp-application-page .cp-editorial-card.compact .cp-editorial-card-copy > strong { -webkit-line-clamp: 2; }
.cp-application-page .cp-editorial-card.compact .cp-editorial-card-copy > span { -webkit-line-clamp: 3; }

.cp-editorial-pagination { margin-top: 58px; display: flex; justify-content: center; }
.cp-editorial-pagination > .page-numbers {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  list-style: none;
}
.cp-editorial-pagination a.page-numbers,
.cp-editorial-pagination span.page-numbers {
  min-width: 44px;
  height: 44px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cfd6dc;
  color: var(--cp-blue);
  background: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}
.cp-editorial-pagination a:hover,
.cp-editorial-pagination a:focus-visible,
.cp-editorial-pagination .current {
  border-color: var(--cp-yellow);
  background: var(--cp-yellow);
}
.cp-editorial-pagination a:focus-visible { outline: 2px solid var(--cp-blue); outline-offset: 2px; }
.cp-pagination-arrow {
  width: 19px;
  height: 14px;
  display: block;
  position: relative;
}
.cp-pagination-arrow::before {
  content: "";
  width: 17px;
  height: 2px;
  position: absolute;
  left: 1px;
  top: 6px;
  background: currentColor;
}
.cp-pagination-arrow::after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  right: 1px;
  top: 3px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}
.cp-pagination-arrow-prev { transform: scaleX(-1); }
.cp-pagination-a11y {
  width: 1px;
  height: 1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.cp-article-content-band { padding-block: 112px 142px; background: #f2f4f6; }
.cp-article-layout { display: grid; grid-template-columns: minmax(0, 950px) 420px; gap: 70px; align-items: start; }
.cp-article-content { padding: 0 55px 72px; background: #fff; }
.cp-article-body-heading { padding: 52px 0 46px; scroll-margin-top: 150px; }
.cp-article-body-heading > p { margin: 0 0 18px; color: #969ca2; font-size: 13px; line-height: 1.4; font-weight: 700; letter-spacing: .06em; }
.cp-article-body-heading > p i { width: 24px; height: 1px; margin: 0 10px 4px; display: inline-block; background: var(--cp-yellow); }
.cp-article-body-heading h1 { margin: 0; color: var(--cp-blue); font-size: 48px; line-height: 1.13; letter-spacing: -.04em; }
.cp-article-body-heading > span { margin-top: 24px; display: block; color: #60656a; font-size: 18px; line-height: 1.62; }
.cp-article-content figure { aspect-ratio: 4 / 3; margin: 0 0 54px; overflow: hidden; background: #dce2e8; }
.cp-article-content figure img { width: 100%; height: 100%; object-fit: cover; }
.cp-article-content > p { margin: 0 0 27px; color: #545d65; font-size: 18px; line-height: 1.74; }
.cp-application-article-section > p { margin: 0 0 27px; color: #545d65; font-size: 18px; line-height: 1.74; }
.cp-article-richtext { min-width: 0; color: #545d65; overflow-wrap: break-word; }
.cp-article-richtext p { margin: 0 0 27px; color: #545d65; font-size: 18px; line-height: 1.74; }
.cp-article-richtext h3,
.cp-article-richtext h4 { margin: 42px 0 18px; color: var(--cp-blue); line-height: 1.3; }
.cp-article-richtext h3 { font-size: 27px; }
.cp-article-richtext h4 { font-size: 22px; }
.cp-article-richtext a { color: var(--cp-blue); text-underline-offset: 3px; }
.cp-article-richtext img { max-width: 100%; height: auto; }
.cp-article-richtext .wp-video { width: 100% !important; max-width: 100%; margin: 0 0 42px; }
.cp-article-richtext video { width: 100%; max-width: 100%; height: auto; display: block; background: #07111c; }
.cp-article-richtext .gallery { margin: 0 0 42px !important; display: grid !important; gap: 14px; }
.cp-article-richtext .gallery-columns-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cp-article-richtext .gallery-columns-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cp-article-richtext .gallery-columns-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cp-article-richtext .gallery-item { width: auto !important; margin: 0 !important; }
.cp-article-richtext .gallery-item img { width: 100%; height: 100%; border: 0 !important; object-fit: cover; }
.cp-article-richtext table { width: 100%; margin: 34px 0 42px; display: block; overflow-x: auto; border-collapse: collapse; font-size: 15px; line-height: 1.5; }
.cp-article-richtext tbody { width: 100%; min-width: 640px; display: table; }
.cp-article-richtext th,
.cp-article-richtext td { padding: 13px 15px; border: 1px solid #d8dde2; text-align: left; vertical-align: top; }
.cp-article-richtext tr:first-child td,
.cp-article-richtext th { color: var(--cp-blue); background: #f0f3f5; font-weight: 700; }
.cp-article-content h2 { margin: 55px 0 22px; color: var(--cp-blue); font-size: 34px; line-height: 1.22; letter-spacing: -.02em; scroll-margin-top: 150px; }
.cp-article-content ul { margin: 0; padding-left: 23px; color: #545d65; font-size: 17px; line-height: 1.72; }
.cp-article-content li + li { margin-top: 10px; }
.cp-article-content li::marker { color: var(--cp-yellow); }
.cp-article-content strong { color: var(--cp-blue); }

.cp-article-sidebar { min-width: 0; align-self: stretch; }
.cp-article-sidebar-sticky { position: sticky; top: 140px; }
.cp-article-outline { margin-bottom: 24px; padding: 27px 30px 25px; border-top: 4px solid var(--cp-yellow); background: #fff; }
.cp-article-outline > p { margin: 0 0 18px; color: var(--cp-blue); font-size: 20px; line-height: 1.3; font-weight: 700; letter-spacing: .035em; }
.cp-article-outline ol { margin: 0; padding: 0; list-style: none; }
.cp-article-outline li + li { border-top: 1px solid #e3e6e9; }
.cp-article-outline a { min-height: 44px; padding-block: 10px; display: grid; grid-template-columns: 32px minmax(0, 1fr); gap: 9px; align-items: start; color: #505a63; font-size: 14px; line-height: 1.45; text-decoration: none; }
.cp-article-outline a > span { color: #9b9ea2; font-size: 12px; font-weight: 700; letter-spacing: .06em; }
.cp-article-outline a:hover,
.cp-article-outline a:focus-visible { color: var(--cp-blue); }
.cp-article-outline a:focus-visible { outline: 2px solid var(--cp-yellow); outline-offset: 2px; }
.cp-article-inquiry { position: static; }
.cp-article-inquiry .cp-contact-form { --cp-form-row-gap: 13px; --cp-form-column-gap: 13px; width: 420px; min-height: 625px; padding: 37px 34px; box-shadow: none; }
.cp-article-inquiry .cp-contact-form h3 { margin: 0 0 9px; font-size: 30px; line-height: 1.2; }
.cp-article-inquiry .cp-contact-form > p { min-height: 96px; margin: 0; font-size: 16px; line-height: 1.55; }
.cp-article-inquiry .cp-form-grid { gap: var(--cp-form-row-gap) var(--cp-form-column-gap); }
.cp-article-inquiry .cp-contact-form input,
.cp-article-inquiry .cp-contact-form textarea { height: 50px; margin-top: 13px; padding: 0 14px; font-size: 13px; }
.cp-article-inquiry .cp-contact-form .cp-form-grid input { margin-top: 0; }
.cp-article-inquiry .cp-contact-form textarea { height: 100px; min-height: 100px; padding-top: 12px; }
.cp-article-inquiry .cp-contact-form button { height: 62px; margin-top: 13px; padding: 0; font-size: 14px; }

.cp-related-products { padding-block: 90px 110px; background: #fff; }
.cp-related-products h2 { margin: 0 0 48px; color: var(--cp-blue); font-size: 46px; line-height: 1.15; text-align: center; }
.cp-related-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.cp-related-product-card { min-width: 0; color: inherit; text-align: center; text-decoration: none; }
.cp-related-product-card > span { aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; border: 1px solid #e0e3e6; background: #f4f5f6; }
.cp-related-product-card img { width: 88%; height: 88%; object-fit: contain; object-position: center; clip-path: inset(4px); transition: transform .3s ease; }
.cp-related-product-card strong { margin-top: 17px; display: block; color: var(--cp-blue); font-size: 19px; line-height: 1.35; }
.cp-related-product-card small { margin-top: 5px; display: block; color: #92979c; font-size: 13px; line-height: 1.45; }
.cp-related-product-card:hover img,
.cp-related-product-card:focus-visible img { transform: scale(1.025); }
.cp-related-product-card:focus-visible { outline: 2px solid var(--cp-yellow); outline-offset: 5px; }

@media (max-width: 1500px) {
  .cp-editorial-intro > .cp-shell { grid-template-columns: minmax(380px, 43%) minmax(0, 1fr); gap: 7vw; }
  .cp-news-card-row { gap: 20px; }
  .cp-editorial-grid { gap: 22px; }
  .cp-editorial-card.compact { grid-template-columns: minmax(190px, 38%) minmax(0, 1fr); }
  .cp-editorial-card.compact .cp-editorial-card-copy { padding-inline: 24px; }
  .cp-application-page .cp-editorial-grid { grid-template-columns: 1fr; }
  .cp-application-page .cp-editorial-card.compact { --cp-application-card-height: 280px; }
  .cp-article-layout { grid-template-columns: minmax(0, 1fr) minmax(360px, 420px); gap: 4vw; }
  .cp-article-sidebar-sticky { top: 100px; }
  .cp-article-inquiry .cp-contact-form { width: 100%; }
}

@media (max-width: 1000px) {
  .cp-editorial-intro > .cp-shell { grid-template-columns: 1fr; gap: 30px; align-items: start; padding-block: 72px; }
  .cp-news-library > .cp-shell > .cp-editorial-card { min-height: 0; grid-template-columns: 1fr; }
  .cp-news-library > .cp-shell > .cp-editorial-card .cp-editorial-card-media { aspect-ratio: 4 / 3; }
  .cp-news-library > .cp-shell > .cp-editorial-card .cp-editorial-card-copy { padding: 36px 30px; }
  .cp-news-card-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cp-editorial-grid { grid-template-columns: 1fr; gap: 28px; }
  .cp-editorial-card.compact { min-height: 280px; grid-template-columns: minmax(280px, 42%) minmax(0, 1fr); }
  .cp-editorial-card.compact .cp-editorial-card-copy { padding: 30px 32px 28px; }
  .cp-editorial-card.compact .cp-editorial-card-copy { min-height: 280px; }
  .cp-editorial-card.compact .cp-editorial-card-copy > strong { font-size: 24px; }
  .cp-article-layout { grid-template-columns: 1fr; gap: 65px; }
  .cp-article-sidebar { width: 100%; max-width: 615px; }
  .cp-article-sidebar-sticky { position: static; }
  .cp-article-inquiry { width: 100%; max-width: 615px; position: static; }
  .cp-article-inquiry .cp-contact-form { width: 100%; }
  .cp-related-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px 22px; }
}

@media (max-width: 600px) {
  .cp-hero-news,
  .cp-hero-technical,
  .cp-hero-application,
  .cp-hero-article { background-position: center, center, 62% center; background-size: 100% 100%, auto 50%, auto 100%; }
  .cp-hero-news h1,
  .cp-hero-technical h1,
  .cp-hero-application h1,
  .cp-hero-article h1 { width: 100%; overflow-wrap: normal; word-break: normal; }
  .cp-editorial-intro > .cp-shell { min-height: 0; padding-block: 52px; }
  .cp-editorial-intro h2 { font-size: 34px; line-height: 1.1; }
  .cp-editorial-intro-copy > p { font-size: 15px; line-height: 1.62; }
  .cp-news-library,
  .cp-editorial-grid-library { padding-block: 58px 70px; }
  .cp-news-library > .cp-shell > .cp-editorial-card .cp-editorial-card-copy { padding: 29px 22px; }
  .cp-news-library > .cp-shell > .cp-editorial-card .cp-editorial-card-copy > strong { font-size: 25px; }
  .cp-news-card-row { grid-template-columns: 1fr; gap: 28px; }
  .cp-news-card-row .cp-editorial-card-copy { min-height: 0; }
  .cp-editorial-grid { grid-template-columns: 1fr; gap: 28px; }
  .cp-editorial-card.compact { min-height: 0; display: block; }
  .cp-application-page .cp-editorial-card.compact { height: auto; }
  .cp-editorial-card.compact .cp-editorial-card-media { height: auto; aspect-ratio: 4 / 3; }
  .cp-application-page .cp-editorial-card.compact .cp-editorial-card-media { height: auto; }
  .cp-editorial-card.compact .cp-editorial-card-copy { min-height: 0; padding: 29px 22px 31px; }
  .cp-application-page .cp-editorial-card.compact .cp-editorial-card-copy { height: auto; overflow: visible; }
  .cp-editorial-card.compact .cp-editorial-card-copy > strong { font-size: 23px; }
  .cp-editorial-card.compact .cp-editorial-card-copy > span { font-size: 15px; }
  .cp-editorial-pagination { margin-top: 42px; }
  .cp-editorial-pagination > .page-numbers { gap: 7px; }
  .cp-editorial-pagination a.page-numbers,
  .cp-editorial-pagination span.page-numbers { min-width: 40px; height: 40px; padding-inline: 10px; font-size: 12px; }
  .cp-article-content-band { padding-block: 58px 70px; }
  .cp-article-content { padding: 0 20px 46px; }
  .cp-article-body-heading { padding: 38px 0 34px; }
  .cp-article-body-heading h1 { font-size: 36px; line-height: 1.16; }
  .cp-article-body-heading > span { margin-top: 20px; font-size: 16px; line-height: 1.62; }
  .cp-article-content figure { margin: 0 0 36px; }
  .cp-article-content > p { font-size: 16px; line-height: 1.68; }
  .cp-application-article-section > p { font-size: 16px; line-height: 1.68; }
  .cp-article-richtext p { font-size: 16px; line-height: 1.68; }
  .cp-article-richtext h3 { margin-top: 36px; font-size: 23px; }
  .cp-article-richtext h4 { margin-top: 32px; font-size: 19px; }
  .cp-article-richtext .wp-video,
  .cp-article-richtext .gallery { margin-bottom: 32px !important; }
  .cp-article-richtext .gallery-columns-3,
  .cp-article-richtext .gallery-columns-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cp-article-richtext table { margin-block: 28px 34px; font-size: 14px; }
  .cp-article-content h2 { margin-top: 42px; font-size: 27px; }
  .cp-article-content ul { padding-left: 19px; font-size: 15px; line-height: 1.65; }
  .cp-article-inquiry .cp-contact-form { min-height: 0; padding: 34px 20px; }
  .cp-article-inquiry .cp-contact-form h3 { font-size: 27px; }
  .cp-article-inquiry .cp-contact-form > p { min-height: 0; margin: 10px 0 18px; font-size: 15px; }
  .cp-related-products { padding-block: 62px 70px; }
  .cp-related-products h2 { margin-bottom: 34px; font-size: 34px; }
  .cp-related-product-grid { gap: 30px 14px; }
  .cp-related-product-card strong { margin-top: 12px; font-size: 15px; }
  .cp-related-product-card small { font-size: 12px; }
}
