.articles-zoom-page {
  padding-bottom: 3rem;
}

.articles-zoom-layout-section {
  padding: 2rem 0 3rem;
}

.articles-zoom-layout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  grid-template-areas:
    "title rail"
    "content rail";
  gap: 1.5rem 2rem;
  align-items: start;
}

.articles-zoom-title-block {
  grid-area: title;
  min-width: 0;
}

.articles-zoom-title-block .stack-main-title {
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.12;
  letter-spacing: 0;
}

.articles-zoom-slogan,
.articles-zoom-summary {
  max-width: 78ch;
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1.75;
}

.articles-zoom-summary {
  margin-top: 1rem;
}

.articles-zoom-summary p:last-child,
.articles-zoom-body p:last-child {
  margin-bottom: 0;
}

.articles-zoom-action-card,
.articles-zoom-content-card,
.articles-zoom-hero-illustration,
.articles-zoom-tearsheet-card {
  border: 1px solid #dfe5f1;
  border-radius: 1.375rem;
  background: #fff;
  box-shadow: 0 1rem 2.125rem rgba(23, 60, 143, 0.06);
}

.articles-zoom-hero-illustration {
  grid-area: media;
  align-self: start;
  overflow: hidden;
}

.articles-zoom-action-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: flex-end;
  min-height: 10rem;
  padding: 1.25rem;
}

.articles-zoom-tearsheet-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem 1.125rem;
  color: #fff;
  border-color: #1143a3;
  background: #1143a3;
  font-size: 1.05rem;
line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.articles-zoom-tearsheet-card:hover {
  color: #fff;
  border-color: #0f347d;
  background: #0f347d;
}

.articles-zoom-tearsheet-icon {
  flex: 0 0 auto;
  width: 3rem;
  height: 3rem;
}

.articles-zoom-consultation {
  display: flex;
  flex-direction: column;
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.6;
}

.articles-zoom-consultation p {
  margin: 0 0 1rem;
}

.articles-zoom-cta {
  width: 100%;
  margin-top: auto;
  border-color: #1143a3;
  background: #fff;
  color: #1143a3;
box-shadow: 0 0.75rem 1.5rem rgba(17, 67, 163, 0.08);
}

.articles-zoom-cta:hover,
.articles-zoom-cta:focus-visible {
  border-color: #0f347d;
  background: #eff6ff;
  color: #0f347d;
}

.articles-zoom-consultation:empty {
  display: none;
}

.articles-zoom-content-card {
  grid-area: content;
  align-self: start;
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

.articles-zoom-body {
  color: #4f5f78;
  font-size: 1rem;
  line-height: 1.8;
}

.articles-zoom-body h2,
.articles-zoom-body h3,
.articles-zoom-body h4 {
  color: var(--brand-blue);
letter-spacing: 0;
  margin-top: 1.8rem;
  margin-bottom: 0.75rem;
}

.articles-zoom-body h2 {
  font-size: 1.35rem;
  line-height: 1.25;
}

.articles-zoom-body h3 {
  font-size: 1.1rem;
  line-height: 1.3;
}

.articles-zoom-body h4 {
  font-size: 1rem;
  line-height: 1.35;
}

.articles-zoom-body a {
  color: var(--brand-blue);
text-decoration: none;
}

.articles-zoom-body a:hover {
  color: var(--brand-red);
}

.articles-zoom-body ul,
.articles-zoom-body ol {
  padding-left: 1.25rem;
}

.articles-zoom-sidebar {
  grid-area: sidebar;
  align-self: start;
  min-width: 0;
  position: sticky;
  top: 8.75rem;
}

.articles-zoom-right-rail {
  grid-area: rail;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  min-width: 0;
}

.articles-zoom-sidebar-sticky {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.articles-zoom-image-link {
  display: block;
  background: linear-gradient(135deg, #eef3ff, #f9fbff);
}

.articles-zoom-image {
  display: block;
  width: 100%;
  height: auto;
}

.articles-zoom-bottom {
  padding-top: 0;
}

.articles-zoom-sidebar-whitepaper .resources-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}

.articles-zoom-sidebar-heading {
  margin-bottom: 1rem;
}

.articles-zoom-sidebar-heading h2 {
  color: var(--brand-blue);
  font-size: 1.15rem;
line-height: 1.25;
  margin: 0;
}

.articles-zoom-sidebar-whitepaper .resource-card {
  border-radius: 1rem;
}

.articles-zoom-sidebar-whitepaper .resource-body {
  padding: 1rem;
}

.articles-zoom-sidebar-whitepaper .resource-body h3 {
  font-size: 1rem;
}

.articles-zoom-sidebar-whitepaper .download-btn {
  width: 100%;
}

@media (max-width: 991.98px) {
  .articles-zoom-layout-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "media"
      "content"
      "sidebar";
  }

  .articles-zoom-right-rail {
    display: contents;
  }

  .articles-zoom-sidebar-sticky {
    position: static;
  }

  .articles-zoom-sidebar {
    position: static;
  }
}

/* Oversized badge/printer article templates */
.oversized-short_desc,
.oversized-pr_list {
  margin-inline: calc(50% - 50vw);
  padding: 2.5rem 0;
  border-top: 1px solid #e6ecf5;
  border-bottom: 1px solid #e6ecf5;
  background: #f6f9ff;
}

.oversized-id-card-printers-badges-pict {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.oversized-short_desc .cat_desc,
.cat_desc_long,
.free-simpe {
  color: #4f5f78;
  font-size: 1rem;
  line-height: 1.75;
}

.oversized-short_desc .img,
.cat_desc_long,
.free-simpe,
.buttons-over > a {
  border: 1px solid #dfe5f1;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 0.75rem 1.5rem rgba(23, 60, 143, 0.06);
}

.oversized-short_desc .img,
.cat_desc_long,
.free-simpe {
  padding: 1.25rem;
}

.cat_desc_long h3,
.free-simpe h3,
.oversized-pr_list h3 {
  color: var(--brand-blue);
}

.oversized-pr_list h3 span {
  color: var(--brand-red);
}

.over-bages {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.over-bages a {
  flex: 1 1 8rem;
  max-width: none;
  overflow: hidden;
  border: 1px solid #e6ecf5;
  border-radius: 0.75rem;
  background: #fff;
}

.over-bages img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.buttons-over {
  gap: 0.85rem;
}

.buttons-over > a {
  min-height: 8rem;
  padding: 1rem;
  color: var(--brand-blue);
text-align: center;
  text-decoration: none;
}

.buttons-over > a:hover {
  border-color: #c7d7f6;
  background: #eef4ff;
  color: #0f347d;
}

.buttons-over .btn-file {
  border-color: #1143a3;
  background: #1143a3;
  color: #fff;
}

.buttons-over .btn-file:hover {
  border-color: #0f347d;
  background: #0f347d;
  color: #fff;
}

.buttons-over .icon img {
  max-height: 3rem;
}

.oversized-pr .products__list__item .card {
  height: 100%;
  overflow: hidden;
  border: 1px solid #dfe5f1;
  border-radius: 1rem;
  box-shadow: 0 0.75rem 1.5rem rgba(23, 60, 143, 0.06);
}

.oversized-pr .card-desc {
  padding: 1rem;
}

.oversized-pr .card-titlen {
  color: var(--brand-blue);
}

.oversized-pr .btn-primary {
  border-color: #1143a3;
  background: #1143a3;
  color: #fff;
}

.oversized-pr .btn-primary:hover {
  border-color: #0f347d;
  background: #0f347d;
  color: #fff;
}

.ratio iframe,
.ratio video,
.ratio object,
.ratio embed {
  width: 100%;
  height: 100%;
}

.oversized-page {
  padding-bottom: 3rem;
}

.oversized-page .article-breadcrumb {
  margin-bottom: 1.25rem;
}

.oversized-hero {
  padding: 2rem 0 2.25rem;
}

.oversized-hero h1 {
  margin: 0 0 1rem;
  color: var(--brand-blue);
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.12;
  letter-spacing: 0;
}

.oversized-hero-copy-column {
  display: flex;
  flex-direction: column;
  align-self: stretch;
}

.oversized-hero-copy-column .oversized-primary-cta {
  align-self: flex-start;
  margin-top: auto;
}

.oversized-hero-copy,
.oversized-section-copy,
.oversized-info-lead,
.oversized-info-copy,
.oversized-feature-card,
.oversized-sample-kit-card,
.oversized-printer-body,
.oversized-whitepaper-copy {
  color: #4f5f78;
  line-height: 1.7;
}

.oversized-hero-copy {
  max-width: 58ch;
  margin-bottom: 1.5rem;
  font-size: 1.08rem;
}

.oversized-video-card,
.oversized-feature-card,
.oversized-sample-kit-card,
.oversized-printer-card,
.oversized-whitepaper-card {
  border: 1px solid #dfe5f1;
  border-radius: 1.375rem;
  background: #fff;
  box-shadow: 0 1rem 2.125rem rgba(23, 60, 143, 0.06);
}

.oversized-video-card {
  overflow: hidden;
  padding: 0.75rem;
}

.oversized-section {
  padding: 2rem 0;
}

.oversized-info-card {
  margin: 0;
}

.oversized-rental-banner {
  margin-bottom: 2rem;
  padding: 1.25rem;
  border: 1px solid #cfe0ff;
  border-radius: 1rem;
  background: #eef4ff;
}

.oversized-rental-banner h2,
.oversized-info-main h2,
.oversized-samples-section h2,
.oversized-sample-kit-card h2,
.oversized-printer-section h2,
.oversized-whitepaper-card h2 {
  margin: 0 0 0.75rem;
  color: var(--brand-blue);
  line-height: 1.18;
  letter-spacing: 0;
}

.oversized-rental-banner h2 {
  font-size: 1.25rem;
}

.oversized-rental-banner p,
.oversized-info-main p,
.oversized-sample-kit-card p,
.oversized-whitepaper-card p {
  margin-bottom: 0;
}

.oversized-info-main {
  max-width: 95ch;
}

.oversized-info-main h2,
.oversized-samples-section h2,
.oversized-printer-section h2 {
  font-size: clamp(1.6rem, 2.5vw, 2.25rem);
}

.oversized-info-copy {
  margin-top: 1rem;
}

.oversized-info-copy h2,
.oversized-info-copy h3,
.oversized-info-copy h4 {
  color: var(--brand-blue);
  line-height: 1.25;
  letter-spacing: 0;
}

.oversized-info-copy h2 {
  font-size: 1.35rem;
}

.oversized-info-copy h3 {
  font-size: 1.1rem;
}

.oversized-feature-grid {
  margin-top: 1.75rem;
}

.oversized-feature-card {
  padding: 1.25rem;
}

.oversized-feature-icon {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: #eef4ff;
  color: var(--brand-blue);
  font-size: 0.95rem;
  font-weight: 600;
}

.oversized-feature-card h3,
.oversized-printer-title {
  margin: 0 0 0.75rem;
  color: var(--brand-blue);
  line-height: 1.25;
  letter-spacing: 0;
}

.oversized-feature-card h3 {
  font-size: 1.08rem;
}

.oversized-feature-card ul {
  margin: 0;
  padding-left: 1.15rem;
}

.oversized-feature-card li + li {
  margin-top: 0.45rem;
}

.oversized-primary-cta,
.oversized-secondary-cta,
.oversized-dark-cta,
.oversized-outline-cta {
  min-height: 3rem;
  border-radius: 0.9rem;
  padding: 0.75rem 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.oversized-primary-cta,
.oversized-secondary-cta,
.oversized-dark-cta {
  border-color: #1143a3;
  background: #1143a3;
  color: #fff;
}

.oversized-primary-cta:hover,
.oversized-primary-cta:focus-visible,
.oversized-secondary-cta:hover,
.oversized-secondary-cta:focus-visible,
.oversized-dark-cta:hover,
.oversized-dark-cta:focus-visible {
  border-color: #0f347d;
  background: #0f347d;
  color: #fff;
}

.oversized-outline-cta {
  border-color: #1143a3;
  background: #fff;
  color: #1143a3;
}

.oversized-outline-cta:hover,
.oversized-outline-cta:focus-visible {
  border-color: #0f347d;
  background: #eff6ff;
  color: #0f347d;
}

.oversized-badge-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.oversized-badge-gallery a {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid #dfe5f1;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 0.75rem 1.5rem rgba(23, 60, 143, 0.05);
}

.oversized-badge-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.oversized-sample-kit-card {
  position: sticky;
  top: 8.75rem;
  padding: 1.5rem;
}

.oversized-sample-kit-card h2 {
  font-size: 1.45rem;
}

.oversized-sample-kit-card a {
  color: var(--brand-blue);
  text-decoration: none;
}

.oversized-sample-kit-card a:hover {
  color: var(--brand-red);
}

.oversized-sample-kit-image {
  margin-top: 1.25rem;
  padding: 1rem;
  border: 1px solid #dfe5f1;
  border-radius: 1rem;
  background: #f8fbff;
  text-align: center;
}

.oversized-sample-kit-image img {
  max-height: 14rem;
  object-fit: contain;
}

.oversized-printer-card {
  overflow: hidden;
}

.oversized-printer-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 14rem;
  padding: 1.25rem;
  background: #f8fbff;
}

.oversized-printer-image img {
  max-height: 12rem;
  object-fit: contain;
}

.oversized-printer-body {
  padding: 1.25rem;
}

.oversized-printer-title {
  font-size: 1.08rem;
}

.oversized-printer-body p {
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

.oversized-quote-modal .modal-content {
  border: 1px solid #dfe5f1;
  border-radius: 0.75rem;
  box-shadow: 0 1.25rem 3rem rgba(23, 60, 143, 0.16);
}

.oversized-quote-modal .modal-header,
.oversized-quote-modal .modal-body,
.oversized-quote-modal .modal-footer {
  padding: 1rem;
}

.oversized-quote-modal .modal-title {
  color: var(--brand-blue);
  font-size: 1.15rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.oversized-quote-fields .form-group {
  margin-bottom: 0.65rem;
}

.oversized-quote-fields label {
  font-size: 0.86rem;
  line-height: 1.2;
}

.oversized-quote-fields .form-control {
  min-height: 2.3rem;
  border-radius: 0.45rem;
}

.oversized-quote-fields textarea.form-control {
  min-height: 4.75rem;
}

.oversized-quote-modal .modal-footer {
  gap: 0.4rem;
}

.oversized-quote-modal .modal-footer .btn + .btn,
.oversized-quote-modal .modal-footer .btn + input.btn {
  margin-left: 0;
}

.oversized-whitepaper-list {
  display: block;
}

.oversized-whitepaper-card {
  display: grid;
  grid-template-columns: minmax(180px, 280px) minmax(0, 1fr) minmax(190px, 240px);
  gap: 1.5rem;
  align-items: center;
  padding: 1.25rem;
}

.oversized-whitepaper-image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 1rem;
  background: #f8fbff;
}

.oversized-whitepaper-image img {
  width: 100%;
  height: auto;
}

.oversized-whitepaper-card h2 {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.oversized-whitepaper-card h2 a {
  color: inherit;
  text-decoration: none;
}

.oversized-whitepaper-card h2 a:hover {
  color: var(--brand-red);
}

.oversized-whitepaper-action {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .oversized-sample-kit-card {
    position: static;
  }

  .oversized-whitepaper-card {
    grid-template-columns: 1fr;
  }

  .oversized-whitepaper-action {
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .oversized-badge-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .oversized-badge-gallery {
    grid-template-columns: 1fr;
  }
}
