/*
 * Focused composition layer for Supplier, Quality Warehousing, KOL, and AR.
 * Loaded after inner-shadcn.css by the four templates that use it.
 */

body.fs-template-solutions-supplier,
body.fs-template-solutions-quality-warehousing,
body.fs-template-solutions-kol,
body.fs-template-technology-ar {
  --fs-st-red: #d60001;
  --fs-st-ink: #111315;
  --fs-st-line: rgb(17 19 21 / 0.12);
  --fs-st-dark-line: rgb(255 255 255 / 0.16);
}

body.fs-template-solutions-supplier .fs-st-hero,
body.fs-template-solutions-quality-warehousing .fs-st-hero,
body.fs-template-solutions-kol .fs-st-hero,
body.fs-template-technology-ar .fs-st-hero {
  isolation: isolate;
}

body.fs-template-solutions-supplier .fs-st-hero .shadow-xl,
body.fs-template-solutions-quality-warehousing .fs-st-hero .shadow-xl,
body.fs-template-solutions-kol .fs-st-hero .shadow-xl,
body.fs-template-technology-ar .fs-st-hero .shadow-xl {
  box-shadow: none;
}

/* Supplier: a direct editorial hero with no decorative dashboard artifact. */
body.fs-template-solutions-supplier .fs-supplier-hero {
  min-height: 42rem;
  display: flex;
  align-items: center;
}

body.fs-template-solutions-supplier .fs-supplier-hero__inner {
  width: 100%;
}

body.fs-template-solutions-supplier .fs-supplier-hero__copy {
  max-width: 58rem;
}

body.fs-template-solutions-supplier .fs-supplier-hero__copy > h1 {
  max-width: 15ch;
}

body.fs-template-solutions-supplier .fs-supplier-hero__copy > p {
  max-width: 64ch;
}

body.fs-template-solutions-supplier .fs-supplier-hero__copy > .border-t {
  max-width: 48rem;
  justify-content: space-between;
}

/* Shared open editorial treatment: separation without a wall of cards. */
body.fs-template-solutions-supplier .fs-editorial-trio,
body.fs-template-solutions-quality-warehousing .fs-editorial-trio {
  gap: 0;
  border-block: 1px solid var(--fs-st-line);
}

body.fs-template-solutions-supplier .fs-editorial-trio__item,
body.fs-template-solutions-quality-warehousing .fs-editorial-trio__item {
  padding: 2rem;
  border: 0;
  border-bottom: 1px solid var(--fs-st-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.fs-template-solutions-supplier .fs-editorial-trio__item:last-child,
body.fs-template-solutions-quality-warehousing .fs-editorial-trio__item:last-child {
  border-bottom: 0;
}

body.fs-template-solutions-supplier .fs-editorial-trio__item > div:first-child,
body.fs-template-solutions-quality-warehousing .fs-editorial-trio__item > div:first-child {
  border-radius: 12px;
}

/* Dark capability registers: text remains explicitly white on near-black. */
body.fs-template-solutions-supplier #main-content > section.fs-supplier-capabilities-section .fs-dark-register,
body.fs-template-solutions-quality-warehousing #main-content > section.fs-warehouse-facilities-section .fs-dark-register {
  gap: 0;
  border-block: 1px solid var(--fs-st-dark-line);
}

body.fs-template-solutions-supplier #main-content > section.fs-supplier-capabilities-section .fs-dark-register__item,
body.fs-template-solutions-quality-warehousing #main-content > section.fs-warehouse-facilities-section .fs-dark-register__item {
  border: 0;
  border-bottom: 1px solid var(--fs-st-dark-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.fs-template-solutions-supplier #main-content > section.fs-supplier-capabilities-section .fs-dark-register__item h3,
body.fs-template-solutions-quality-warehousing #main-content > section.fs-warehouse-facilities-section .fs-dark-register__item h3 {
  color: #fff;
}

body.fs-template-solutions-supplier #main-content > section.fs-supplier-capabilities-section .fs-dark-register__item p,
body.fs-template-solutions-quality-warehousing #main-content > section.fs-warehouse-facilities-section .fs-dark-register__item p {
  color: rgb(255 255 255 / 0.72);
}

body.fs-template-solutions-supplier #main-content > section.fs-supplier-capabilities-section .fs-dark-register__icon,
body.fs-template-solutions-quality-warehousing #main-content > section.fs-warehouse-facilities-section .fs-dark-register__icon {
  border: 1px solid rgb(214 0 1 / 0.52);
  border-radius: 12px;
  background: rgb(214 0 1 / 0.16);
}

body.fs-template-solutions-supplier #main-content > section.fs-supplier-capabilities-section .fs-dark-register__item:hover,
body.fs-template-solutions-quality-warehousing #main-content > section.fs-warehouse-facilities-section .fs-dark-register__item:hover {
  background: rgb(255 255 255 / 0.04);
}

/* Supplier sequence and creator section use distinct, rule-led compositions. */
body.fs-template-solutions-supplier .fs-supplier-sequence {
  max-width: 64rem;
}

body.fs-template-solutions-supplier .fs-supplier-kol__perks {
  gap: 0;
  border-block: 1px solid var(--fs-st-line);
}

body.fs-template-solutions-supplier .fs-supplier-kol__perk {
  padding: 1.5rem;
  border: 0;
  border-bottom: 1px solid var(--fs-st-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.fs-template-solutions-supplier .fs-supplier-proof > .absolute,
body.fs-template-solutions-supplier .fs-st-cta > .absolute,
body.fs-template-solutions-quality-warehousing .fs-st-cta > .absolute,
body.fs-template-solutions-kol .fs-st-cta > .absolute {
  opacity: 0.72;
}

/* Warehousing: operational metric rail and two-column facility ledger. */
body.fs-template-solutions-quality-warehousing .fs-warehouse-hero__inner {
  max-width: 76rem;
}

body.fs-template-solutions-quality-warehousing .fs-warehouse-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

body.fs-template-solutions-quality-warehousing .fs-warehouse-metrics > div {
  min-height: 6rem;
  padding: 1rem;
  border-bottom: 1px solid var(--fs-st-dark-line);
}

body.fs-template-solutions-quality-warehousing .fs-certification-strip {
  max-width: 72rem;
  gap: 0;
  border-block: 1px solid var(--fs-st-line);
}

body.fs-template-solutions-quality-warehousing .fs-certification-strip__item {
  flex: 1 1 11rem;
  padding: 1.5rem 1rem;
  border: 0;
  border-bottom: 1px solid var(--fs-st-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

/* KOL: open benefits, a strong process rail, and collision-proof comparison rows. */
body.fs-template-solutions-kol .fs-kol-hero__inner {
  max-width: 72rem;
}

body.fs-template-solutions-kol .fs-kol-benefits {
  gap: 0;
  border-block: 1px solid var(--fs-st-line);
}

body.fs-template-solutions-kol .fs-kol-benefit {
  padding: 1.75rem;
  border: 0;
  border-bottom: 1px solid var(--fs-st-line);
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
}

body.fs-template-solutions-kol .fs-kol-benefit > div:first-child {
  border-radius: 12px;
}

body.fs-template-solutions-kol .fs-kol-sequence {
  max-width: 70rem;
}

body.fs-template-solutions-kol .fs-commission-table {
  overflow: hidden;
  border: 1px solid var(--fs-st-line);
  border-radius: 16px;
  background: #fff;
}

body.fs-template-solutions-kol .fs-commission-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "tier rate"
    "status status";
  align-items: center;
  gap: 0.75rem 1rem;
  min-height: 6rem;
  padding: 1.25rem;
  border-bottom: 1px solid var(--fs-st-line);
}

body.fs-template-solutions-kol .fs-commission-row.is-featured {
  background: #fff4f4;
  box-shadow: inset 0 0 0 1px rgb(214 0 1 / 0.28);
}

body.fs-template-solutions-kol .fs-commission-tier {
  grid-area: tier;
  min-width: 0;
}

body.fs-template-solutions-kol .fs-commission-rate {
  grid-area: rate;
  min-width: 3.5rem;
  text-align: right;
}

body.fs-template-solutions-kol .fs-commission-status {
  grid-area: status;
  min-height: 1.5rem;
}

body.fs-template-solutions-kol .fs-commission-badge {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

body.fs-template-solutions-kol .fs-commission-note {
  margin: 0;
  padding: 1rem 1.25rem 0;
}

/* AR: centered section lead, deliberate gaps, and quiet 16px feature cards. */
body.fs-template-technology-ar .fs-ar-preview__device {
  border-radius: 16px;
  box-shadow: 0 8px 0 rgb(17 19 21 / 0.18);
}

body.fs-template-technology-ar .fs-ar-feature-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

body.fs-template-technology-ar .fs-ar-feature-heading > h2 {
  max-width: 20ch;
  text-wrap: balance;
}

body.fs-template-technology-ar #main-content > section.fs-ar-features
  .fs-ar-feature-grid.grid.md\:grid-cols-2.lg\:grid-cols-3 {
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1rem, 2.4vw, 2rem);
  border: 0;
}

body.fs-template-technology-ar #main-content > section.fs-ar-features
  .fs-ar-feature-grid.grid.md\:grid-cols-2.lg\:grid-cols-3
  > .fs-ar-feature {
  min-height: 100%;
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid rgb(17 19 21 / 0.1);
  border-radius: 16px;
  background: #fff;
  box-shadow: none;
  transform: none;
}

body.fs-template-technology-ar #main-content > section.fs-ar-features
  .fs-ar-feature-grid
  > .fs-ar-feature
  > div:first-child {
  border-radius: 12px;
}

body.fs-template-technology-ar .fs-ar-stats {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--fs-st-red) 0%, #9a0001 100%);
  isolation: isolate;
}

body.fs-template-technology-ar .fs-ar-stats::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: url("../Patterns/1.webp");
  background-position: center;
  background-size: 15rem;
  opacity: .09;
  content: "";
}

body.fs-template-technology-ar .fs-ar-stat {
  display: flex;
  min-width: 0;
  min-height: 13.5rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(1.5rem, 2.4vw, 2rem);
  border: 0;
  border-left: 1px solid rgb(255 255 255 / .24);
  border-radius: 0;
  background: transparent;
}

body.fs-template-technology-ar .fs-ar-stat:first-child {
  border-left: 0;
}

body.fs-template-technology-ar .fs-ar-stat__value {
  color: #fff;
  font-size: clamp(2rem, 3.4vw, 3.25rem);
  line-height: .95;
  letter-spacing: -.035em;
}

body.fs-template-technology-ar .fs-ar-stat__label {
  max-width: 16ch;
  color: rgb(255 255 255 / .86);
  font-size: .875rem;
  line-height: 1.5;
  text-wrap: pretty;
}

@media (min-width: 640px) {
  body.fs-template-solutions-quality-warehousing .fs-warehouse-metrics {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  body.fs-template-solutions-quality-warehousing .fs-warehouse-metrics > div {
    border-bottom: 0;
    border-left: 1px solid var(--fs-st-dark-line);
  }

  body.fs-template-solutions-quality-warehousing .fs-warehouse-metrics > div:first-child {
    border-left: 0;
  }

  body.fs-template-solutions-kol .fs-commission-row {
    grid-template-columns: minmax(0, 1fr) 5rem 8.5rem;
    grid-template-areas: "tier rate status";
    gap: 1.5rem;
    padding: 1.25rem 1.5rem;
  }

  body.fs-template-solutions-kol .fs-commission-status {
    display: flex;
    justify-content: flex-end;
    min-height: 1.75rem;
  }

  body.fs-template-technology-ar #main-content > section.fs-ar-features
    .fs-ar-feature-grid.grid.md\:grid-cols-2.lg\:grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  body.fs-template-solutions-supplier .fs-editorial-trio,
  body.fs-template-solutions-quality-warehousing .fs-editorial-trio {
    grid-template-columns: 1.2fr 1fr 1fr;
  }

  body.fs-template-solutions-supplier .fs-editorial-trio__item,
  body.fs-template-solutions-quality-warehousing .fs-editorial-trio__item {
    border-bottom: 0;
    border-left: 1px solid var(--fs-st-line);
  }

  body.fs-template-solutions-supplier .fs-editorial-trio__item:first-child,
  body.fs-template-solutions-quality-warehousing .fs-editorial-trio__item:first-child {
    border-left: 0;
  }

  body.fs-template-solutions-supplier #main-content > section.fs-supplier-capabilities-section .fs-dark-register__item {
    min-height: 17rem;
    border-bottom: 0;
    border-left: 1px solid var(--fs-st-dark-line);
  }

  body.fs-template-solutions-supplier #main-content > section.fs-supplier-capabilities-section .fs-dark-register__item:first-child {
    border-left: 0;
  }

  body.fs-template-solutions-quality-warehousing #main-content > section.fs-warehouse-facilities-section
    .fs-dark-register.fs-warehouse-facilities.grid.md\:grid-cols-2.lg\:grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  body.fs-template-solutions-quality-warehousing #main-content > section.fs-warehouse-facilities-section .fs-dark-register__item {
    display: grid;
    grid-template-columns: 3rem minmax(0, 1fr);
    gap: 0.5rem 1.5rem;
    min-height: 12rem;
    border-left: 1px solid var(--fs-st-dark-line);
  }

  body.fs-template-solutions-quality-warehousing #main-content > section.fs-warehouse-facilities-section .fs-dark-register__item:nth-child(odd) {
    border-left: 0;
  }

  body.fs-template-solutions-quality-warehousing #main-content > section.fs-warehouse-facilities-section .fs-dark-register__item:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  body.fs-template-solutions-quality-warehousing #main-content > section.fs-warehouse-facilities-section .fs-dark-register__icon {
    grid-row: 1 / 3;
  }

  body.fs-template-solutions-supplier .fs-supplier-sequence {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border-block: 1px solid var(--fs-st-line);
  }

  body.fs-template-solutions-supplier .fs-supplier-sequence .fs-sequence__item {
    min-height: 12rem;
    padding: 2rem;
    border-bottom: 1px solid var(--fs-st-line);
    border-left: 1px solid var(--fs-st-line);
  }

  body.fs-template-solutions-supplier .fs-supplier-sequence .fs-sequence__item:nth-child(odd) {
    border-left: 0;
  }

  body.fs-template-solutions-supplier .fs-supplier-sequence .fs-sequence__item:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  body.fs-template-solutions-supplier .fs-supplier-kol__perk {
    border-left: 1px solid var(--fs-st-line);
  }

  body.fs-template-solutions-supplier .fs-supplier-kol__perk:nth-child(odd) {
    border-left: 0;
  }

  body.fs-template-solutions-supplier .fs-supplier-kol__perk:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  body.fs-template-solutions-quality-warehousing .fs-certification-strip__item {
    border-bottom: 0;
    border-left: 1px solid var(--fs-st-line);
  }

  body.fs-template-solutions-quality-warehousing .fs-certification-strip__item:first-child {
    border-left: 0;
  }

  body.fs-template-solutions-kol .fs-kol-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.fs-template-solutions-kol .fs-kol-benefit {
    border-left: 1px solid var(--fs-st-line);
  }

  body.fs-template-solutions-kol .fs-kol-benefit:nth-child(odd) {
    border-left: 0;
  }

  body.fs-template-solutions-kol .fs-kol-benefit:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}

@media (min-width: 1024px) {
  body.fs-template-solutions-supplier .fs-supplier-kol__layout {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  }

  body.fs-template-solutions-kol .fs-kol-sequence {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border-block: 1px solid var(--fs-st-dark-line);
  }

  body.fs-template-solutions-kol .fs-kol-sequence .fs-sequence__item {
    display: block;
    min-height: 19rem;
    padding: 2rem 1.5rem;
    border-bottom: 0;
    border-left: 1px solid var(--fs-st-dark-line);
  }

  body.fs-template-solutions-kol .fs-kol-sequence .fs-sequence__item:first-child {
    border-left: 0;
  }

  body.fs-template-solutions-kol .fs-kol-sequence .fs-sequence__item > div:first-child {
    margin-bottom: 2rem;
  }

  body.fs-template-solutions-kol .fs-kol-commission__layout {
    grid-template-columns: minmax(0, 0.78fr) minmax(32rem, 1.22fr);
    gap: clamp(3rem, 6vw, 6rem);
  }

  body.fs-template-technology-ar .fs-ar-hero > .grid {
    grid-template-columns: minmax(0, 1.18fr) minmax(18rem, 0.82fr);
    gap: clamp(3rem, 7vw, 7rem);
  }

  body.fs-template-technology-ar .fs-ar-suppliers__layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(3rem, 7vw, 7rem);
  }
}

@media (max-width: 639px) {
  body.fs-template-solutions-supplier .fs-supplier-hero {
    min-height: auto;
  }

  body.fs-template-solutions-supplier .fs-supplier-hero__copy > .border-t {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }

  body.fs-template-solutions-supplier .fs-supplier-kol__perks {
    grid-template-columns: minmax(0, 1fr);
  }

  body.fs-template-solutions-kol .fs-commission-rate {
    font-size: 1.5rem;
  }

  body.fs-template-technology-ar .fs-ar-stats {
    grid-template-columns: 1fr;
  }

  body.fs-template-technology-ar .fs-ar-stat {
    min-height: 0;
    flex-direction: row;
    align-items: center;
    padding: 1.5rem;
    border-top: 1px solid rgb(255 255 255 / .24);
    border-left: 0;
  }

  body.fs-template-technology-ar .fs-ar-stat:first-child {
    border-top: 0;
  }

  body.fs-template-technology-ar .fs-ar-stat__value {
    flex: 0 0 auto;
    font-size: 2rem;
  }

  body.fs-template-technology-ar .fs-ar-stat__label {
    max-width: 19ch;
    text-align: right;
  }
}

/* Requested refinements: supplier capability cards, KOL card spacing, AR contrast. */
body.fs-template-solutions-supplier #main-content > section.fs-supplier-capabilities-section .fs-dark-register {
  gap: clamp(1rem, 1.6vw, 1.25rem) !important;
  border: 0;
}

body.fs-template-solutions-supplier #main-content > section.fs-supplier-capabilities-section .fs-dark-register__item {
  border: 1px solid rgb(23 23 28 / .12) !important;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 8px rgb(28 20 21 / .08);
}

body.fs-template-solutions-supplier #main-content > section.fs-supplier-capabilities-section .fs-dark-register__item:hover {
  background: #fffafa;
  box-shadow: 0 7px 8px rgb(111 0 7 / .11);
  transform: translateY(-3px);
}

body.fs-template-solutions-supplier #main-content > section.fs-supplier-capabilities-section .fs-dark-register__item h3 {
  color: #17171c !important;
}

body.fs-template-solutions-supplier #main-content > section.fs-supplier-capabilities-section .fs-dark-register__item p {
  color: #51494d !important;
}

body.fs-template-solutions-supplier #main-content > section.fs-supplier-capabilities-section .fs-dark-register__icon {
  border-color: rgb(214 0 1 / .18);
  background: #fff1f1;
}

body.fs-template-solutions-supplier .fs-supplier-kol__perks {
  gap: clamp(1rem, 1.6vw, 1.25rem) !important;
  border: 0;
}

body.fs-template-solutions-supplier .fs-supplier-kol__perk {
  border: 1px solid rgb(23 23 28 / .1) !important;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 8px rgb(28 20 21 / .07);
}

body.fs-template-technology-ar .fs-ar-stat__value,
body.fs-template-technology-ar .fs-ar-stat__label {
  color: #fff !important;
}

/* Quality Warehousing: coherent light facilities and certification surfaces. */
body.fs-template-solutions-quality-warehousing #main-content > section.fs-warehouse-facilities-section {
  isolation: isolate;
  color: var(--fs-inner-ink);
  background:
    radial-gradient(ellipse 70% 60% at 100% 0%, rgb(214 0 1 / .055) 0%, transparent 70%),
    linear-gradient(180deg, #fff 0%, #fbf6f6 100%) !important;
}

body.fs-template-solutions-quality-warehousing .fs-warehouse-facilities-section .fs-light-pattern-section__pattern {
  z-index: 0;
  background-image: url("../Patterns/1.webp");
  background-position: center;
  background-size: 15rem;
  opacity: .035;
}

body.fs-template-solutions-quality-warehousing .fs-warehouse-facilities-section > .relative {
  z-index: 1;
}

body.fs-template-solutions-quality-warehousing .fs-warehouse-facilities-section > .relative > .text-center {
  max-width: 48rem;
  margin-bottom: clamp(2.75rem, 5vw, 4rem);
}

body.fs-template-solutions-quality-warehousing .fs-warehouse-facilities-section h2,
body.fs-template-solutions-quality-warehousing .fs-warehouse-certifications h2 {
  color: #17171c !important;
  line-height: 1.08;
  text-wrap: balance;
}

body.fs-template-solutions-quality-warehousing .fs-warehouse-facilities-section > .relative > .text-center > p,
body.fs-template-solutions-quality-warehousing .fs-warehouse-certifications > div > .text-center > p {
  max-width: 60ch;
  margin-inline: auto;
  color: #51494d !important;
  line-height: 1.7;
  text-wrap: pretty;
}

body.fs-template-solutions-quality-warehousing #main-content > section.fs-warehouse-facilities-section
  .fs-dark-register.fs-warehouse-facilities {
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem) !important;
  border: 0 !important;
}

body.fs-template-solutions-quality-warehousing #main-content > section.fs-warehouse-facilities-section .fs-dark-register__item {
  display: flex;
  min-width: 0;
  min-height: 14.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding: clamp(1.5rem, 2.4vw, 2rem);
  border: 1px solid rgb(23 23 28 / .11) !important;
  border-radius: 16px;
  color: #17171c;
  background: #fff !important;
  box-shadow: 0 4px 8px rgb(28 20 21 / .07);
}

body.fs-template-solutions-quality-warehousing #main-content > section.fs-warehouse-facilities-section .fs-dark-register__item:hover {
  background: #fffafa !important;
  box-shadow: 0 7px 8px rgb(111 0 7 / .1);
  transform: translateY(-3px);
}

body.fs-template-solutions-quality-warehousing #main-content > section.fs-warehouse-facilities-section .fs-dark-register__item h3 {
  color: #17171c !important;
  font-size: 1.0625rem;
  line-height: 1.35;
}

body.fs-template-solutions-quality-warehousing #main-content > section.fs-warehouse-facilities-section .fs-dark-register__item p {
  color: #51494d !important;
  line-height: 1.7;
  text-wrap: pretty;
}

body.fs-template-solutions-quality-warehousing #main-content > section.fs-warehouse-facilities-section .fs-dark-register__icon {
  width: 3rem;
  height: 3rem;
  flex: 0 0 3rem;
  grid-row: auto;
  border-color: rgb(214 0 1 / .18) !important;
  background: #fff1f1 !important;
}

body.fs-template-solutions-quality-warehousing #main-content > section.fs-warehouse-certifications {
  border-top: 1px solid rgb(23 23 28 / .07);
  color: var(--fs-inner-ink);
  background:
    radial-gradient(ellipse 58% 55% at 50% 0%, rgb(214 0 1 / .045) 0%, transparent 72%),
    linear-gradient(180deg, #f7f7f8 0%, #fff 100%) !important;
}

body.fs-template-solutions-quality-warehousing .fs-warehouse-certifications > div > .text-center {
  max-width: 48rem;
  margin-bottom: clamp(2.75rem, 5vw, 4rem);
}

body.fs-template-solutions-quality-warehousing .fs-certification-cards {
  display: flex;
  max-width: 72rem;
  align-items: stretch;
  justify-content: center;
  gap: clamp(1rem, 1.6vw, 1.25rem);
  border: 0;
}

body.fs-template-solutions-quality-warehousing .fs-certification-card {
  display: flex;
  min-width: min(100%, 12rem);
  min-height: 14rem;
  flex: 1 1 12rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 13.5rem;
  padding: 1.5rem;
  border: 1px solid rgb(23 23 28 / .1) !important;
  border-radius: 16px;
  background: #fff !important;
  box-shadow: 0 4px 8px rgb(28 20 21 / .07);
}

body.fs-template-solutions-quality-warehousing .fs-certification-card__logo {
  display: flex;
  width: 6rem;
  height: 5rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

body.fs-template-solutions-quality-warehousing .fs-certification-card__logo img {
  display: block;
  width: auto;
  max-width: 5.5rem;
  height: auto;
  max-height: 4.5rem;
  object-fit: contain;
}

body.fs-template-solutions-quality-warehousing .fs-certification-card > p:first-of-type {
  color: #17171c !important;
  font-size: 1rem;
  line-height: 1.35;
}

body.fs-template-solutions-quality-warehousing .fs-certification-card > p:last-of-type {
  color: #5b5255 !important;
  font-size: .8125rem;
  line-height: 1.45;
}

@media (min-width: 768px) {
  body.fs-template-solutions-quality-warehousing #main-content > section.fs-warehouse-facilities-section
    .fs-dark-register.fs-warehouse-facilities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  body.fs-template-solutions-quality-warehousing #main-content > section.fs-warehouse-facilities-section
    .fs-dark-register.fs-warehouse-facilities {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  body.fs-template-solutions-quality-warehousing #main-content > section.fs-warehouse-facilities-section .fs-dark-register__item {
    min-height: 0;
  }

  body.fs-template-solutions-quality-warehousing .fs-certification-card {
    max-width: 100%;
  }
}
