/* China Lampoptics project palette and page-specific data slots. */
:root {
  --color: #41c9b5;
  --color-hover: #2aa997;
  --lampoptics-yellow: #f2c014;
  --lampoptics-teal: #41c9b5;
}

.web-header-icon,
.company-exhibition-content li,
.rc1-quote,
.submit-btn,
.qc-primary-btn {
  background-color: #41c9b5;
}

.rc1-quote:hover,
.submit-btn:hover,
.qc-primary-btn:hover {
  background-color: #2aa997;
}

.rc1-text-logo,
.rc1-nav-list a:hover,
.cutting-advantage-all,
.rich-text a {
  color: #41c9b5;
}

.rc1-text-logo {
  border-color: #41c9b5;
  width: 76px;
  font-size: 12px;
  line-height: 14px;
}

.rc1-nav-inner {
  width: min(1440px, calc(100% - 40px));
}

.rc1-nav-list {
  gap: 18px;
}

.rc1-nav-list a {
  font-size: 13px;
}

.lo-header-brand {
  flex: 0 0 72px;
  width: 72px;
  height: 64px;
  margin-right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lo-header-logo {
  display: block;
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin: 0;
}

.lo-footer-logo-viewport {
  width: min(430px, 100%);
  height: 92px;
  overflow: hidden;
  margin: 0 0 18px;
  border-radius: 8px;
  background: #fff;
}

.logo-with-contact-info .lo-footer-logo {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  transform: translateY(-29%);
}

.rc1-backtop {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.lo-hero-backdrop {
  position: absolute;
  inset: 0;
  background-color: #223432;
}

.lo-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.lo-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(18, 35, 33, .9) 0%, rgba(18, 35, 33, .68) 48%, rgba(18, 35, 33, .18) 100%);
}

.lo-hero-pressed {
  background:
    radial-gradient(circle at 78% 44%, rgba(242, 192, 20, .72), transparent 0 15%, rgba(242, 192, 20, .12) 16% 26%, transparent 27%),
    linear-gradient(118deg, #162523 0%, #254944 48%, #41c9b5 100%);
}

.lo-hero-optics {
  background:
    radial-gradient(ellipse at 78% 45%, rgba(255, 255, 255, .5), transparent 0 10%, rgba(65, 201, 181, .45) 11% 27%, transparent 28%),
    linear-gradient(118deg, #1e2d2c 0%, #315d57 55%, #f2c014 130%);
}

.lo-hero-processing {
  background:
    linear-gradient(135deg, transparent 55%, rgba(242, 192, 20, .35) 55% 66%, transparent 66%),
    linear-gradient(118deg, #182928 0%, #2c5550 60%, #41c9b5 100%);
}

.lo-media-placeholder,
.lo-about-placeholder {
  width: 100%;
  height: 100%;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #1d1f21;
  background:
    linear-gradient(145deg, rgba(255,255,255,.35), transparent 52%),
    linear-gradient(135deg, #f2c014 0%, #f7d86d 48%, #41c9b5 140%);
}

img.lo-media-placeholder,
img.lo-about-placeholder {
  display: block;
  object-fit: cover;
  object-position: center;
}

.lo-product-page .qc-product-btns .secondary {
  color: #44494e;
  text-decoration: none;
}

.lo-product-page .qc-product-detail:has(.qc-product-detail-left:empty) {
  min-height: 40px;
}

.lo-product-specs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lo-product-content {
  margin-top: 0 !important;
}

.lo-product-content .lo-content-section {
  margin: 0 0 46px;
}

.lo-product-content .lo-content-section > h2 {
  margin: 0 0 18px;
  padding: 0;
  font-size: 25px;
  line-height: 1.35;
}

.lo-product-content .lo-content-section > h2::after {
  content: none;
  display: none;
}

.rich-text .qgrt table.qgrt-t {
  width: 100%;
  overflow: hidden;
  border: 1px solid #d8e3e1;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(24, 61, 56, .05);
  color: #2f3837;
  font-size: 14px;
  line-height: 1.55;
}

.rich-text .qgrt .qgrt-t thead th {
  padding: 12px 16px !important;
  border: 0 !important;
  background: #319f90 !important;
  color: #fff;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .2px;
  text-align: left;
}

.rich-text .qgrt .qgrt-t tbody th,
.rich-text .qgrt .qgrt-t tbody td {
  padding: 11px 16px !important;
  border-top: 1px solid #e1e9e7 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  vertical-align: top;
}

.rich-text .qgrt .qgrt-t tbody tr:first-child th,
.rich-text .qgrt .qgrt-t tbody tr:first-child td {
  border-top: 0 !important;
}

.rich-text .qgrt .qgrt-t tbody th {
  width: 34%;
  background: #e8f6f3 !important;
  color: #176f64;
  font-weight: 700;
}

.rich-text .qgrt .qgrt-t tbody td {
  background: #fff !important;
  color: #3c4544;
}

.rich-text .qgrt .qgrt-t tbody tr:nth-child(even) th {
  background: #f0f9f7 !important;
}

.rich-text .qgrt .qgrt-t tbody tr:nth-child(even) td {
  background: #f8faf9 !important;
}

.rich-text .qgrt .qgrt-t tbody td:first-child:not(:last-child) {
  color: #266f66;
  font-weight: 650;
}

.lo-type-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.lo-type-card {
  overflow: hidden;
  border: 1px solid #dfe8e6;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(20, 54, 50, .07);
}

.lo-type-media {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(242, 192, 20, .16), rgba(65, 201, 181, .18));
}

.lo-type-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.lo-card-copy {
  padding: 18px;
}

.lo-product-content .lo-card-copy h3 {
  margin: 0 0 9px;
  color: #1d1f21;
  font-size: 16px;
  line-height: 1.4;
}

.lo-product-content .lo-card-copy p {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.7;
}

.lo-product-content .lo-card-copy p:last-child {
  margin-bottom: 0;
}

.lo-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  counter-reset: lo-feature;
}

.lo-feature-card {
  position: relative;
  min-height: 170px;
  overflow: hidden;
  border: 1px solid #cdece7;
  border-left: 5px solid #41c9b5;
  border-radius: 8px;
  background: linear-gradient(135deg, #fff 0%, #f4fbfa 100%);
  counter-increment: lo-feature;
}

.lo-feature-card::after {
  content: "0" counter(lo-feature);
  position: absolute;
  right: 14px;
  top: 8px;
  color: rgba(242, 192, 20, .28);
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
}

.lo-feature-card .lo-card-copy {
  position: relative;
  z-index: 1;
  padding-right: 62px;
}

.lo-information-grid,
.lo-application-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.lo-information-card,
.lo-application-card {
  border: 1px solid #dfe8e6;
  border-radius: 8px;
  background: #fff;
}

.lo-application-card {
  border-top: 4px solid #f2c014;
}

.lo-faq-list {
  border-bottom: 1px solid #dfe8e6;
}

.rich-text .qgrt .lo-faq-item {
  margin: 0;
  border: 0;
  border-top: 1px solid #dfe8e6;
  border-radius: 0;
  background: #fff;
}

.rich-text .qgrt .lo-faq-item summary {
  position: relative;
  min-height: 62px;
  padding: 15px 52px 15px 18px;
  color: #1d1f21;
  font-size: 14px;
  line-height: 1.5;
}

.rich-text .qgrt .lo-faq-item summary::after {
  display: none;
}

.lo-faq-item summary span {
  position: absolute;
  right: 18px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #edf8f6;
}

.lo-faq-item summary span::before,
.lo-faq-item summary span::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 10px;
  width: 10px;
  height: 2px;
  background: #2aa997;
}

.lo-faq-item summary span::after {
  transform: rotate(90deg);
  transition: transform .18s ease;
}

.lo-faq-item[open] summary {
  color: #2aa997;
  background: #f7fcfb;
}

.lo-faq-item[open] summary span::after {
  transform: rotate(0deg);
}

/* Supplier model-reference tables stay readable without widening the page on phones. */
.lo-model-table .lo-faq-answer {
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}
.lo-model-table .qgrt-t {
  min-width: 720px;
}

.rich-text .qgrt .lo-faq-answer {
  padding: 0 18px 16px;
  background: #f7fcfb;
}

.rich-text .qgrt .lo-faq-answer p {
  padding: 0;
}

.lo-body-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 28px 0;
}

.lo-body-media figure {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #edf8f6;
}

.lo-body-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.lo-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.lo-process-card {
  overflow: hidden;
  border: 1px solid #d8e3e1;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(24, 61, 56, .06);
}

.lo-process-media {
  width: 100%;
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #edf8f6;
}

.lo-process-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.lo-process-copy {
  padding: 16px 15px 18px;
}

.lo-product-content .lo-process-copy h3 {
  margin: 0 0 8px;
  color: #1d1f21;
  font-size: 15px;
  line-height: 1.4;
}

.lo-product-content .lo-process-copy p {
  margin: 0;
  color: #4b5553;
  font-size: 13px;
  line-height: 1.65;
}

.lo-media-placeholder strong,
.lo-about-placeholder span {
  font-size: 24px;
  letter-spacing: 1.5px;
}

.lo-media-placeholder span {
  font-size: 13px;
  opacity: .7;
}

.lo-capability-section {
  width: 1200px;
  max-width: calc(100% - 30px);
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 42px;
  align-items: center;
  padding: 58px 0;
}

.lo-capability-copy .after-sale-first-title {
  margin-bottom: 20px;
  color: #1d1f21;
  font-size: 28px;
  font-weight: 800;
}

.lo-capability-copy .after-sale-introduce {
  color: #44494e;
  font-size: 15px;
  line-height: 1.9;
}

.lo-capability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.lo-capability-grid span {
  padding: 18px 20px;
  border-left: 4px solid #f2c014;
  background: #edf8f6;
  color: #1d1f21;
  font-size: 14px;
  font-weight: 700;
}

.lo-about-page .qc-about-rich,
.lo-contact-page .qc-collection-intro {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1280px) {
  .rc1-nav-actions .rc1-search { display: none; }
}

@media (max-width: 1024px) {
  .rc1-page { min-width: 0; }
  .lo-capability-section { grid-template-columns: 1fr; padding: 38px 0; }
  .lo-media-placeholder, .lo-about-placeholder { min-height: 240px; }
  .lo-type-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lo-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .lo-header-brand { flex-basis: 58px; width: 58px; height: 54px; margin-right: 8px; }
  .lo-header-logo { width: 60px; height: 60px; }
  .lo-footer-logo-viewport { width: min(360px, 100%); height: 78px; margin-left: auto; margin-right: auto; }
  .lo-capability-grid { grid-template-columns: 1fr; }
  .lo-body-media { grid-template-columns: 1fr; }
  .lo-type-grid, .lo-feature-grid, .lo-information-grid, .lo-application-grid, .lo-process-grid { grid-template-columns: 1fr; }
  .rich-text .qgrt .qgrt-t tbody th,
  .rich-text .qgrt .qgrt-t tbody td { padding: 10px 12px !important; }
  .lo-product-content .lo-content-section { margin-bottom: 34px; }
}

/* Capabilities, technical contact, calculators, collections and materials — v1.0.13. */
.web-header-icon .header-right a {
  color: inherit;
  text-decoration: none;
}

/* Product-family collection pages: editorial rows plus a practical sticky sidebar. */
.lo-family-page,
.lo-products-intro,
.lo-product-family-overview { width: min(1200px, calc(100% - 40px)); margin-left: auto; margin-right: auto; }
.lo-family-page > .qc-breadcrumb { width: 100%; padding-left: 0; padding-right: 0; }
.lo-family-intro,
.lo-products-intro { padding: 56px 0 48px; border-bottom: 1px solid #dce5ed; }
.lo-family-intro h1,
.lo-products-intro h1 { max-width: 820px; margin: 10px 0 22px; color: #202a32; font-size: clamp(38px, 5vw, 60px); line-height: 1.08; }
.lo-family-intro > p:last-child,
.lo-products-intro > p:last-child { max-width: 850px; margin: 0; color: #58636c; font-size: 18px; line-height: 1.78; }
.lo-family-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 56px; padding: 58px 0 72px; align-items: start; }
.lo-family-guide { padding-bottom: 27px; border-bottom: 1px solid #dce5ed; }
.lo-family-guide h2 { margin: 9px 0 14px; color: #202a32; font-size: 31px; }
.lo-family-guide > p:last-child { margin: 0; color: #59656d; line-height: 1.75; }
.lo-family-products { margin-top: 5px; }
.lo-family-product { display: grid; grid-template-columns: 245px minmax(0, 1fr); gap: 28px; padding: 30px 0; border-bottom: 1px solid #dce5ed; }
.lo-family-product-media { display: block; height: 174px; overflow: hidden; background: #f1f5f6; }
.lo-family-product-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .25s ease; }
.lo-family-product-media:hover img { transform: scale(1.025); }
.lo-family-product-copy { display: flex; flex-direction: column; min-width: 0; }
.lo-family-product-copy h3 { margin: 2px 0 11px; font-size: 21px; line-height: 1.3; }
.lo-family-product-copy h3 a { color: #202a32; }
.lo-family-product-copy > p { margin: 0; color: #657078; font-size: 14px; line-height: 1.7; }
.lo-family-product-links { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: auto; padding-top: 17px; }
.lo-family-product-links a { color: #188f80; font-size: 13px; font-weight: 800; }
.lo-family-product-links a:last-child { color: #59656d; }
.lo-family-product-links a:hover { color: #202a32; }
.lo-family-sidebar { position: sticky; top: 88px; }
.lo-family-side-block { margin-bottom: 24px; border: 1px solid #dce5ed; }
.lo-family-side-block > h2 { margin: 0; padding: 18px 20px; border-top: 4px solid #f2c014; background: #f4f8f8; color: #202a32; font-size: 17px; }
.lo-family-side-block nav a { display: flex; justify-content: space-between; gap: 15px; padding: 15px 18px; border-top: 1px solid #dce5ed; color: #3d484f; font-size: 13px; font-weight: 800; }
.lo-family-side-block nav a small { color: #7a858c; font-weight: 600; white-space: nowrap; }
.lo-family-side-block nav a:hover,
.lo-family-side-block nav a.is-active { background: #edf8f6; color: #158b7b; }
.lo-family-side-checklist ul { margin: 0; padding: 16px 20px 20px 39px; color: #59656d; font-size: 13px; line-height: 1.75; }
.lo-family-side-cta { padding: 24px; background: #202a32; color: #fff; }
.lo-family-side-cta strong { font-size: 18px; }
.lo-family-side-cta p { margin: 12px 0 16px; color: #d4dde2; font-size: 13px; line-height: 1.65; }
.lo-family-side-cta a { color: #f2c014; font-size: 13px; font-weight: 900; }
.lo-family-notes { margin-top: 55px; padding: 34px 38px; background: #edf8f6; }
.lo-family-notes h2 { margin: 0 0 24px; font-size: 26px; }
.lo-family-notes > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.lo-family-notes p { margin: 0; color: #58636c; font-size: 13px; line-height: 1.7; }
.lo-family-notes strong { color: #202a32; font-size: 14px; }

.lo-product-family-overview { padding: 56px 0 78px; }
.lo-product-family-row { display: grid; grid-template-columns: 42% minmax(0, 1fr); min-height: 320px; border-top: 1px solid #dce5ed; }
.lo-product-family-row:last-child { border-bottom: 1px solid #dce5ed; }
.lo-product-family-row:nth-child(even) .lo-product-family-media { order: 2; }
.lo-product-family-row > div { display: flex; flex-direction: column; justify-content: center; padding: 40px 55px; }
.lo-product-family-media { display: block; min-height: 320px; overflow: hidden; }
.lo-product-family-media img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; object-position: center; }
.lo-product-family-row span { color: #2aa997; font-size: 12px; font-weight: 900; letter-spacing: .11em; }
.lo-product-family-row h2 { margin: 10px 0 15px; font-size: 30px; }
.lo-product-family-row h2 a { color: #202a32; }
.lo-product-family-row p { margin: 0 0 20px; color: #5d6870; line-height: 1.75; }
.lo-product-family-row div > a { color: #188f80; font-size: 13px; font-weight: 900; }

@media (max-width: 900px) {
  .lo-family-layout { grid-template-columns: 1fr; gap: 42px; }
  .lo-family-sidebar { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .lo-family-side-cta { grid-column: 1 / -1; }
  .lo-product-family-row { grid-template-columns: 1fr; }
  .lo-product-family-row:nth-child(even) .lo-product-family-media { order: initial; }
  .lo-product-family-row > div { padding: 36px 24px 44px; }
}

@media (max-width: 600px) {
  .lo-family-page,
  .lo-products-intro,
  .lo-product-family-overview { width: calc(100% - 30px); }
  .lo-family-intro,
  .lo-products-intro { padding: 30px 0 36px; }
  .lo-family-intro h1,
  .lo-products-intro h1 { font-size: 35px; }
  .lo-family-intro > p:last-child,
  .lo-products-intro > p:last-child { font-size: 16px; }
  .lo-family-layout { padding: 42px 0 56px; }
  .lo-family-product { grid-template-columns: 1fr; gap: 18px; }
  .lo-family-product-media { height: 58vw; }
  .lo-family-product-links { margin-top: 0; }
  .lo-family-sidebar { display: block; }
  .lo-family-side-block { margin-bottom: 20px; }
  .lo-family-side-cta { margin-top: 20px; }
  .lo-family-notes { padding: 27px 22px; }
  .lo-family-notes > div { grid-template-columns: 1fr; gap: 22px; }
  .lo-product-family-overview { padding: 38px 0 58px; }
  .lo-product-family-media,
  .lo-product-family-media img { min-height: 58vw; }
}

.lo-section-kicker {
  margin: 0 0 11px;
  color: #2aa997;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.lo-cap-intro,
.lo-contact-intro,
.lo-blog-intro,
.lo-tool-intro,
.lo-cap-overview,
.lo-cap-row,
.lo-cap-workflow,
.lo-cap-families,
.lo-cap-faq,
.lo-contact-shell,
.lo-tool-index,
.lo-calc-section,
.lo-tool-disclaimer {
  width: 1200px;
  max-width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
}

.lo-cap-intro,
.lo-contact-intro,
.lo-blog-intro,
.lo-tool-intro {
  padding: 42px 0 48px;
  border-bottom: 1px solid #dce5ed;
}

.lo-cap-intro h1,
.lo-contact-intro h1,
.lo-blog-intro h1,
.lo-tool-intro h1 {
  max-width: 900px;
  margin: 0 0 18px;
  color: #202a32;
  font-size: 44px;
  line-height: 1.12;
}

.lo-cap-intro > p:last-of-type,
.lo-contact-intro > p:last-of-type,
.lo-blog-intro > p:last-of-type,
.lo-tool-intro > p:last-of-type {
  max-width: 920px;
  margin: 0;
  color: #58636c;
  font-size: 18px;
  line-height: 1.75;
}

.lo-cap-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 28px;
}

.lo-cap-actions .qc-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 5px;
  color: #fff;
  font-weight: 800;
}

.lo-cap-actions > a:last-child,
.lo-cap-copy a,
.lo-cap-family-links a,
.lo-calc-copy a {
  color: #2aa997;
  font-weight: 800;
}

.lo-cap-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 1200px;
  max-width: calc(100% - 30px);
  margin: 34px auto 0;
  border: 1px solid #dce5ed;
  background: #fff;
}

.lo-cap-facts div {
  padding: 24px 22px;
  border-right: 1px solid #dce5ed;
}

.lo-cap-facts div:last-child { border-right: 0; }
.lo-cap-facts strong { display: block; color: #f2c014; font-size: 31px; line-height: 1; }
.lo-cap-facts span { display: block; margin-top: 9px; color: #4f5a62; font-size: 13px; line-height: 1.45; }

.lo-cap-overview {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 80px;
  padding: 66px 0 34px;
}

.lo-cap-overview h2,
.lo-cap-row h2,
.lo-cap-workflow h2,
.lo-cap-families h2,
.lo-cap-faq h2,
.lo-contact-shell h2,
.lo-calc-section h2,
.lo-tool-disclaimer h2 {
  margin: 0;
  color: #202a32;
  font-size: 29px;
  line-height: 1.25;
}

.lo-cap-overview > p {
  margin: 20px 0 0;
  color: #58636c;
  font-size: 16px;
  line-height: 1.85;
}

.lo-cap-row {
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  align-items: stretch;
  min-height: 430px;
  margin-top: 28px;
  background: #f3f7f8;
}

.lo-cap-row.is-reverse .lo-cap-media { order: 2; }
.lo-cap-row.is-reverse .lo-cap-copy { order: 1; }
.lo-cap-media { min-height: 430px; overflow: hidden; background: #dfe9e8; }
.lo-cap-media img { display: block; width: 100%; height: 100%; min-height: 430px; object-fit: cover; object-position: center; }
.lo-cap-copy { display: flex; flex-direction: column; justify-content: center; padding: 54px 58px; }
.lo-cap-copy > p:not(.lo-section-kicker) { margin: 19px 0 20px; color: #4e5961; font-size: 15px; line-height: 1.8; }
.lo-cap-copy ul { margin: 0; padding: 0; list-style: none; }
.lo-cap-copy li { position: relative; padding: 8px 0 8px 22px; border-bottom: 1px solid #dce5ed; color: #344049; line-height: 1.5; }
.lo-cap-copy li::before { content: ''; position: absolute; top: 16px; left: 0; width: 8px; height: 8px; background: #f2c014; }

.lo-cap-workflow,
.lo-cap-families,
.lo-cap-faq { padding: 70px 0; }
.lo-cap-workflow-head { display: grid; grid-template-columns: 1fr 1.25fr; column-gap: 55px; align-items: end; }
.lo-cap-workflow-head .lo-section-kicker { grid-column: 1 / -1; }
.lo-cap-workflow-head > p:last-child { margin: 0; color: #58636c; line-height: 1.8; }
.lo-cap-workflow ol { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 38px 0 0; padding: 0; border-top: 1px solid #dce5ed; border-left: 1px solid #dce5ed; list-style: none; }
.lo-cap-workflow li { min-height: 205px; padding: 26px; border-right: 1px solid #dce5ed; border-bottom: 1px solid #dce5ed; }
.lo-cap-workflow li > span { color: #41c9b5; font-size: 13px; font-weight: 900; letter-spacing: .1em; }
.lo-cap-workflow h3 { margin: 16px 0 9px; color: #202a32; font-size: 18px; }
.lo-cap-workflow li p { margin: 0; color: #667078; font-size: 14px; line-height: 1.7; }

.lo-cap-families { border-top: 1px solid #e5ebf0; }
.lo-cap-family-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 34px; border-top: 1px solid #dce5ed; }
.lo-cap-family-links > div { padding: 30px 34px 0 0; border-right: 1px solid #dce5ed; }
.lo-cap-family-links > div + div { padding-left: 34px; }
.lo-cap-family-links > div:last-child { border-right: 0; }
.lo-cap-family-links h3 { margin: 0 0 12px; font-size: 19px; }
.lo-cap-family-links p { min-height: 72px; margin: 0 0 15px; color: #667078; line-height: 1.7; }

.lo-cap-faq { display: grid; grid-template-columns: 330px 1fr; gap: 70px; border-top: 1px solid #e5ebf0; }
.lo-cap-faq .lo-faq-list { margin: 0; }
.lo-cap-faq .lo-faq-item { border: 1px solid #dce5ed; border-bottom: 0; }
.lo-cap-faq .lo-faq-item:last-child { border-bottom: 1px solid #dce5ed; }
.lo-cap-faq .lo-faq-item summary { display: flex; align-items: center; justify-content: space-between; min-height: 64px; padding: 15px 18px; cursor: pointer; color: #202a32; font-weight: 800; list-style: none; }
.lo-cap-faq .lo-faq-answer { padding: 0 18px 18px; color: #58636c; line-height: 1.75; }
.lo-cap-faq .lo-faq-answer p { margin: 0; }

/* Materials archive: technical comparison followed by editorial material rows. */
.lo-materials-page { min-width: 0; }
.lo-materials-content,
.lo-material-special-inner { width: 1200px; max-width: calc(100% - 30px); margin-left: auto; margin-right: auto; }
.lo-materials-content > .qc-breadcrumb { width: 100%; padding-left: 0; padding-right: 0; }
.lo-material-intro { padding: 42px 0 50px; border-bottom: 1px solid #dce5ed; }
.lo-material-intro h1 { max-width: 900px; margin: 9px 0 19px; color: #202a32; font-size: clamp(38px, 5vw, 58px); line-height: 1.08; }
.lo-material-intro > p:last-child { max-width: 940px; margin: 0; color: #58636c; font-size: 18px; line-height: 1.78; }
.lo-material-matrix { padding: 65px 0 30px; }
.lo-material-section-head { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: end; }
.lo-material-section-head h2,
.lo-material-main-heading h2,
.lo-material-special-head h2,
.lo-material-drawing h2 { margin: 0; color: #202a32; font-size: 31px; line-height: 1.23; }
.lo-material-section-head > p { margin: 0; color: #5c676f; line-height: 1.8; }
.lo-material-table-wrap { margin-top: 32px; overflow-x: auto; border: 1px solid #d6e0e5; }
.lo-material-table { width: 100%; min-width: 880px; border-collapse: collapse; background: #fff; }
.lo-material-table th,
.lo-material-table td { padding: 19px 20px; border-right: 1px solid #dce5ed; border-bottom: 1px solid #dce5ed; color: #536068; font-size: 14px; line-height: 1.55; text-align: left; vertical-align: top; }
.lo-material-table th:last-child,
.lo-material-table td:last-child { border-right: 0; }
.lo-material-table tbody tr:last-child th,
.lo-material-table tbody tr:last-child td { border-bottom: 0; }
.lo-material-table thead th { background: #202a32; color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .035em; }
.lo-material-table tbody th { width: 17%; background: #edf8f6; color: #203038; font-size: 15px; font-weight: 900; }
.lo-material-table tbody tr.is-special th { background: #fff5ce; }
.lo-material-table tbody tr:hover td { background: #f7fafb; }
.lo-material-reference-note { margin: 12px 0 0; color: #7a848b; font-size: 12px; line-height: 1.6; }
.lo-material-main { padding: 66px 0 82px; }
.lo-material-main-heading { max-width: 650px; margin-bottom: 29px; }
.lo-material-main-row { display: grid; grid-template-columns: 72px 220px minmax(0, 1fr) 245px; gap: 27px; padding: 36px 0; border-top: 1px solid #dce5ed; align-items: start; }
.lo-material-main-row:last-child { border-bottom: 1px solid #dce5ed; }
.lo-material-number { color: #f2c014; font-size: 15px; font-weight: 900; letter-spacing: .12em; }
.lo-material-name h3 { margin: 0 0 9px; color: #202a32; font-size: 23px; line-height: 1.25; }
.lo-material-name p { margin: 0; color: #188f80; font-size: 13px; font-weight: 800; line-height: 1.55; }
.lo-material-copy p { margin: 0 0 13px; color: #566169; font-size: 14px; line-height: 1.78; }
.lo-material-copy p:last-child { margin-bottom: 0; }
.lo-material-main-row dl { margin: 0; padding-left: 23px; border-left: 1px solid #dce5ed; }
.lo-material-main-row dl div + div { margin-top: 19px; padding-top: 17px; border-top: 1px solid #dce5ed; }
.lo-material-main-row dt { margin-bottom: 5px; color: #202a32; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.lo-material-main-row dd { margin: 0; color: #667179; font-size: 12px; line-height: 1.65; }
.lo-material-special { padding: 76px 0 80px; background: #202a32; color: #fff; }
.lo-material-special-head { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: end; }
.lo-material-special-head .lo-section-kicker { grid-column: 1 / -1; margin-bottom: -48px; color: #f2c014; }
.lo-material-special-head h2 { color: #fff; }
.lo-material-special-head > p { margin: 0; color: #cbd5da; line-height: 1.8; }
.lo-material-special-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 45px; border-top: 1px solid #4a555d; }
.lo-special-material { padding: 34px 45px 0 0; }
.lo-special-material + .lo-special-material { padding-left: 45px; border-left: 1px solid #4a555d; }
.lo-special-material h3 { margin: 0 0 14px; color: #fff; font-size: 23px; }
.lo-special-material p { min-height: 100px; margin: 0 0 18px; color: #cbd5da; line-height: 1.78; }
.lo-special-material a { color: #f2c014; font-size: 13px; font-weight: 900; }
.lo-material-drawing { display: grid; grid-template-columns: 320px 1fr; gap: 75px; padding: 78px 0; border-bottom: 1px solid #dce5ed; }
.lo-material-review-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 36px; }
.lo-material-review-list p { display: grid; grid-template-columns: 112px 1fr; gap: 15px; margin: 0; padding: 18px 0; border-top: 1px solid #dce5ed; color: #647078; line-height: 1.65; }
.lo-material-review-list strong { color: #202a32; }
.lo-material-related { padding: 74px 0 78px; }
.lo-material-related-links { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 36px; border-top: 1px solid #dce5ed; border-bottom: 1px solid #dce5ed; }
.lo-material-related-links a { display: flex; flex-direction: column; gap: 8px; min-height: 150px; padding: 30px 31px; border-right: 1px solid #dce5ed; color: #202a32; }
.lo-material-related-links a:last-child { border-right: 0; }
.lo-material-related-links a:hover { background: #edf8f6; color: #158b7b; }
.lo-material-related-links strong { font-size: 19px; }
.lo-material-related-links span { color: #657078; font-size: 13px; line-height: 1.65; }
.lo-material-faq { padding-top: 70px; padding-bottom: 80px; }

@media (max-width: 960px) {
  .lo-material-section-head,
  .lo-material-special-head { grid-template-columns: 1fr; gap: 20px; align-items: start; }
  .lo-material-special-head .lo-section-kicker { grid-column: auto; margin-bottom: -8px; }
  .lo-material-main-row { grid-template-columns: 55px 190px minmax(0, 1fr); }
  .lo-material-main-row dl { grid-column: 2 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 28px; padding: 20px 0 0; border-top: 1px solid #dce5ed; border-left: 0; }
  .lo-material-main-row dl div + div { margin: 0; padding: 0; border-top: 0; }
  .lo-material-drawing { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 640px) {
  .lo-material-intro { padding: 28px 0 37px; }
  .lo-material-intro h1 { font-size: 35px; }
  .lo-material-intro > p:last-child { font-size: 16px; }
  .lo-material-matrix { padding-top: 48px; }
  .lo-material-table th,
  .lo-material-table td { padding: 15px; }
  .lo-material-main { padding: 51px 0 62px; }
  .lo-material-main-row { grid-template-columns: 42px 1fr; gap: 13px 16px; padding: 29px 0; }
  .lo-material-copy,
  .lo-material-main-row dl { grid-column: 2; }
  .lo-material-main-row dl { grid-template-columns: 1fr; gap: 18px; }
  .lo-material-special { padding: 59px 0 62px; }
  .lo-material-special-grid { grid-template-columns: 1fr; }
  .lo-special-material { padding: 28px 0; }
  .lo-special-material + .lo-special-material { padding-left: 0; border-top: 1px solid #4a555d; border-left: 0; }
  .lo-special-material p { min-height: 0; }
  .lo-material-drawing { padding: 58px 0; }
  .lo-material-review-list { grid-template-columns: 1fr; }
  .lo-material-review-list p { grid-template-columns: 1fr; gap: 7px; }
  .lo-material-related { padding: 56px 0 60px; }
  .lo-material-related-links { grid-template-columns: 1fr; }
  .lo-material-related-links a { min-height: 0; border-right: 0; border-bottom: 1px solid #dce5ed; }
  .lo-material-related-links a:last-child { border-bottom: 0; }
  .lo-material-faq { padding-top: 56px; padding-bottom: 62px; }
}

.lo-contact-page { padding-bottom: 70px; }
.lo-contact-shell { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr); gap: 45px; padding: 48px 0 0; }
.lo-contact-form-panel { padding-right: 45px; border-right: 1px solid #dce5ed; }
.lo-contact-note { max-width: 730px; margin: 16px 0 28px; color: #58636c; line-height: 1.75; }
.lo-contact-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 22px; }
.lo-contact-fields label { display: block; }
.lo-contact-fields label > span { display: block; margin-bottom: 8px; color: #303940; font-size: 13px; font-weight: 800; }
.lo-contact-fields input,
.lo-contact-fields select,
.lo-contact-fields textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #cfd9df; border-radius: 4px; background: #fff; color: #273139; font: inherit; }
.lo-contact-fields textarea { resize: vertical; }
.lo-contact-fields input:focus,
.lo-contact-fields select:focus,
.lo-contact-fields textarea:focus { outline: 2px solid rgba(65,201,181,.23); border-color: #41c9b5; }
.lo-field-wide { grid-column: 1 / -1; }
.lo-contact-upload input { padding: 9px; background: #f4f8f8; }
.lo-contact-upload small { display: block; margin-top: 6px; color: #788289; }
.lo-contact-submit { display: flex; align-items: center; gap: 16px; margin-top: 24px; }
.lo-contact-submit .submit-btn { min-height: 48px; padding: 0 28px; border: 0; border-radius: 5px; color: #fff; font-weight: 900; }
.lo-contact-submit .qg-rc3-form-status { color: #2f7469; font-size: 14px; }
.lo-contact-submit .qg-rc3-form-status.is-error { color: #a52626; }
.lo-contact-aside { align-self: start; padding: 28px; background: #edf8f6; border-top: 4px solid #f2c014; }
.lo-contact-aside > p { color: #556169; line-height: 1.75; }
.lo-contact-email { display: inline-block; margin: 7px 0 25px; color: #158b7b; font-size: 20px; font-weight: 900; word-break: break-word; }
.lo-contact-checklist { padding-top: 22px; border-top: 1px solid #cfe5e1; }
.lo-contact-checklist h3 { margin: 0 0 13px; font-size: 17px; }
.lo-contact-checklist ul { margin: 0; padding-left: 20px; color: #4f5a62; line-height: 1.75; }
.lo-contact-response { margin: 24px 0 0; padding-top: 20px; border-top: 1px solid #cfe5e1; font-size: 13px; }

.lo-tool-benefits { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 24px; }
.lo-tool-benefits span { position: relative; padding-left: 17px; color: #344049; font-size: 14px; font-weight: 700; }
.lo-tool-benefits span::before { content: ''; position: absolute; top: 6px; left: 0; width: 8px; height: 8px; background: #f2c014; }
.lo-tool-index { display: flex; flex-wrap: wrap; margin-top: 34px; border: 1px solid #dce5ed; }
.lo-tool-index a { flex: 1 1 180px; padding: 17px 20px; border-right: 1px solid #dce5ed; color: #344049; font-size: 13px; font-weight: 800; text-align: center; }
.lo-tool-index a:last-child { border-right: 0; }
.lo-tool-index a:hover { color: #158b7b; background: #edf8f6; }
.lo-calc-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 65px; padding: 62px 0; border-bottom: 1px solid #dce5ed; scroll-margin-top: 95px; }
.lo-calc-copy { padding-top: 5px; }
.lo-calc-number { display: block; margin-bottom: 18px; color: #f2c014; font-size: 15px; font-weight: 900; letter-spacing: .12em; }
.lo-calc-copy > p:not(.lo-calc-formula) { margin: 18px 0; color: #58636c; line-height: 1.8; }
.lo-calc-formula { margin: 0 0 21px; padding: 13px 16px; border-left: 3px solid #41c9b5; background: #edf8f6; color: #344049; font-family: Consolas, Monaco, monospace; font-size: 13px; }
.lo-calc-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px 18px; padding: 28px; background: #f4f7f8; }
.lo-calc-form label { display: block; }
.lo-calc-form label > span { display: block; margin-bottom: 7px; color: #344049; font-size: 13px; font-weight: 800; }
.lo-calc-form input,
.lo-calc-form select { width: 100%; height: 46px; padding: 0 12px; border: 1px solid #ccd7dd; border-radius: 4px; background: #fff; color: #273139; font: inherit; }
.lo-calc-form input:focus,
.lo-calc-form select:focus { outline: 2px solid rgba(65,201,181,.23); border-color: #41c9b5; }
.lo-calc-form button { align-self: end; height: 46px; padding: 0 20px; border: 0; border-radius: 4px; background: #41c9b5; color: #fff; font-weight: 900; cursor: pointer; }
.lo-calc-form button:hover { background: #2aa997; }
.lo-calc-result { grid-column: 1 / -1; min-height: 105px; padding: 20px 22px; border-left: 4px solid #f2c014; background: #fff; }
.lo-calc-result span,
.lo-calc-result small { display: block; color: #657078; }
.lo-calc-result span { margin-bottom: 7px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.lo-calc-result strong { display: block; color: #202a32; font-size: 25px; line-height: 1.25; }
.lo-calc-result small { margin-top: 8px; line-height: 1.5; }
.lo-calc-result.is-error { border-left-color: #a52626; }
.lo-calc-result.is-error strong { color: #a52626; }
.lo-tool-disclaimer { margin-bottom: 70px; padding: 32px 36px; background: #202a32; color: #fff; }
.lo-tool-disclaimer h2 { color: #fff; }
.lo-tool-disclaimer p { margin: 13px 0 0; color: #d5dee3; line-height: 1.75; }
.lo-tool-disclaimer a { color: #f2c014; font-weight: 800; }

@media (max-width: 900px) {
  .lo-cap-facts { grid-template-columns: repeat(2, 1fr); }
  .lo-cap-facts div:nth-child(2) { border-right: 0; }
  .lo-cap-facts div:nth-child(-n+2) { border-bottom: 1px solid #dce5ed; }
  .lo-cap-overview,
  .lo-cap-faq,
  .lo-cap-workflow-head,
  .lo-contact-shell,
  .lo-calc-section { grid-template-columns: 1fr; gap: 26px; }
  .lo-cap-row,
  .lo-cap-row.is-reverse { grid-template-columns: 1fr; }
  .lo-cap-row.is-reverse .lo-cap-media,
  .lo-cap-row.is-reverse .lo-cap-copy { order: initial; }
  .lo-cap-media,
  .lo-cap-media img { min-height: 52vw; }
  .lo-cap-workflow ol { grid-template-columns: repeat(2, 1fr); }
  .lo-cap-family-links { grid-template-columns: 1fr; }
  .lo-cap-family-links > div,
  .lo-cap-family-links > div + div { padding: 24px 0; border-right: 0; border-bottom: 1px solid #dce5ed; }
  .lo-cap-family-links > div:last-child { border-bottom: 0; }
  .lo-cap-family-links p { min-height: 0; }
  .lo-contact-form-panel { padding: 0 0 38px; border-right: 0; border-bottom: 1px solid #dce5ed; }
}

@media (max-width: 600px) {
  .lo-cap-intro,
  .lo-contact-intro,
  .lo-blog-intro,
  .lo-tool-intro { padding: 28px 0 34px; }
  .lo-cap-intro h1,
  .lo-contact-intro h1,
  .lo-blog-intro h1,
  .lo-tool-intro h1 { font-size: 34px; }
  .lo-cap-intro > p:last-of-type,
  .lo-contact-intro > p:last-of-type,
  .lo-blog-intro > p:last-of-type,
  .lo-tool-intro > p:last-of-type { font-size: 16px; }
  .lo-cap-facts { grid-template-columns: 1fr; }
  .lo-cap-facts div,
  .lo-cap-facts div:nth-child(2) { border-right: 0; border-bottom: 1px solid #dce5ed; }
  .lo-cap-facts div:last-child { border-bottom: 0; }
  .lo-cap-overview { padding-top: 45px; }
  .lo-cap-copy { padding: 34px 24px; }
  .lo-cap-workflow,
  .lo-cap-families,
  .lo-cap-faq { padding: 48px 0; }
  .lo-cap-workflow ol { grid-template-columns: 1fr; }
  .lo-cap-workflow li { min-height: 0; }
  .lo-contact-fields,
  .lo-calc-form { grid-template-columns: 1fr; }
  .lo-field-wide,
  .lo-calc-result { grid-column: auto; }
  .lo-contact-aside,
  .lo-calc-form { padding: 22px 18px; }
  .lo-contact-email { font-size: 18px; }
  .lo-tool-index { display: block; }
  .lo-tool-index a { display: block; border-right: 0; border-bottom: 1px solid #dce5ed; text-align: left; }
  .lo-tool-index a:last-child { border-bottom: 0; }
  .lo-calc-section { padding: 46px 0; }
  .lo-tool-disclaimer { padding: 26px 22px; }
}
/* Editorial article components — scoped to the established blog article family. */
.qcb-article-body .lo-article-lead{font-size:18px;line-height:1.75;color:#30363b;margin:0 0 28px}
.qcb-article-body .lo-article-takeaways{margin:28px 0;padding:24px 26px;border-left:5px solid #f2c014;background:linear-gradient(135deg,rgba(242,192,20,.12),rgba(65,201,181,.09));border-radius:0 10px 10px 0}
.qcb-article-body .lo-article-takeaways h2{font-size:22px;margin:0 0 14px}
.qcb-article-body .lo-article-takeaways ul{margin:0;padding-left:21px}
.qcb-article-body .lo-article-takeaways li{margin:8px 0;line-height:1.6}
.qcb-article-body .lo-article-figure{margin:28px 0 34px}
.qcb-article-body .lo-article-figure img{display:block;width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:10px;background:#eef4f3}
.qcb-article-body .lo-article-figure figcaption{margin-top:9px;color:#68727a;font-size:13px;line-height:1.5;text-align:center}
.qcb-article-body .lo-article-table-wrap{margin:22px 0 32px;overflow-x:auto;border:1px solid #bfe8e2;border-radius:10px;box-shadow:0 8px 24px rgba(26,54,61,.06)}
.qcb-article-body .lo-article-table-wrap table{min-width:650px;margin:0}
.qcb-article-body .lo-article-table-wrap thead th{background:#26333a;color:#fff;border-color:#36484f;padding:14px 16px}
.qcb-article-body .lo-article-table-wrap tbody td{padding:13px 16px;border-color:#d7ece9}
.qcb-article-body .lo-article-table-wrap tbody tr:nth-child(even){background:#f4faf9}
.qcb-article-body .lo-article-note{margin:24px 0;padding:18px 20px;border:1px solid #9ee3d9;border-radius:9px;background:#f0fbf9;color:#26383c;line-height:1.65}
.qcb-article-body .lo-article-note strong{color:#147c70}
.qcb-article-body .lo-article-video{position:relative;width:100%;padding-top:56.25%;margin:22px 0 32px;overflow:hidden;border-radius:10px;background:#172026;box-shadow:0 10px 30px rgba(18,32,39,.14)}
.qcb-article-body .lo-article-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.qcb-article-body .lo-article-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:22px 0 32px}
.qcb-article-body .lo-article-link{display:block;padding:17px 18px;border:1px solid #cde8e4;border-radius:9px;background:#fff;color:#1d1f21;text-decoration:none;line-height:1.45;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.qcb-article-body .lo-article-link:hover{transform:translateY(-2px);border-color:#41c9b5;box-shadow:0 8px 20px rgba(65,201,181,.12)}
.qcb-article-body .lo-article-link span{display:block;margin-bottom:5px;color:#168b7e;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.qcb-article-body .lo-article-cta{margin:34px 0 10px;padding:28px;border-radius:12px;background:#26333a;color:#fff}
.qcb-article-body .lo-article-cta h2{margin:0 0 12px;color:#fff}
.qcb-article-body .lo-article-cta p{color:#e7efef}
.qcb-article-body .lo-article-cta a{display:inline-block;margin-top:4px;padding:11px 18px;border-radius:7px;background:#f2c014;color:#1d1f21;font-weight:700;text-decoration:none}
@media(max-width:767px){.qcb-layout{flex-direction:column}.qcb-sidebar{display:none}.qcb-article-body .lo-article-lead{font-size:16px}.qcb-article-body .lo-article-takeaways{padding:20px}.qcb-article-body .lo-article-links{grid-template-columns:1fr}.qcb-article-body .lo-article-cta{padding:22px}.qcb-article-body .lo-article-figure img{border-radius:7px}}
