/* Keep the full purchasing controls visible on every viewport. */
.catalog-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px 24px;
  margin: 44px 0 22px;
}

.catalog-search > label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.catalog-search-field {
  min-height: 58px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 12px;
  color: #89a8ba;
  background: linear-gradient(100deg, rgba(10, 32, 51, .92), rgba(6, 23, 38, .82));
  border: 1px solid rgba(88, 180, 210, .42);
  border-radius: 6px;
  padding: 0 10px 0 18px;
  transition: border-color .2s, box-shadow .2s, background .2s;
}

.catalog-search-field:focus-within {
  color: #19d2df;
  border-color: #19d2df;
  background: #091b2c;
  box-shadow: 0 0 0 3px rgba(25, 210, 223, .1), 0 18px 50px rgba(0, 0, 0, .18);
}

.catalog-search-field svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
}

.catalog-search-field input {
  width: 100%;
  min-width: 0;
  height: 56px;
  color: #edf9fd;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 14px;
}

.catalog-search-field input::placeholder {
  color: #718da0;
}

.catalog-search-field input::-webkit-search-cancel-button {
  display: none;
}

.catalog-search-clear {
  width: 38px;
  height: 38px;
  color: #b5d6e1;
  background: rgba(112, 169, 191, .12);
  border: 1px solid rgba(126, 192, 213, .24);
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
}

.catalog-search-clear:hover {
  color: #05121f;
  background: #19d2df;
}

.catalog-search-clear[hidden] {
  display: none;
}

.catalog-search-results {
  min-width: 185px;
  color: #8da5b5;
  font: 10px/1.5 "DM Mono", monospace;
  letter-spacing: .06em;
  text-align: right;
  text-transform: uppercase;
}

.product-card[hidden] {
  display: none !important;
}

.spec-picker button,
.detail-specs button {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  min-width: 92px;
  text-align: left;
}

.spec-picker .spec-sku,
.detail-specs .spec-sku {
  color: #19d2df;
  font-family: "DM Mono", monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.1;
}

.spec-picker .spec-label,
.detail-specs .spec-label {
  color: inherit;
  font-size: 9px;
  line-height: 1.2;
  white-space: nowrap;
}

.spec-picker button.active .spec-sku,
.detail-specs button.active .spec-sku {
  color: #063047;
}

.detail-specs button {
  min-width: 118px;
  padding: 10px 13px;
}

.detail-specs .spec-sku {
  font-size: 10px;
}

.detail-specs .spec-label {
  font-size: 10px;
}

.catalog-search-empty {
  grid-column: 1 / -1;
  min-height: 260px;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 10px;
  color: #748fa2;
  border: 1px dashed rgba(92, 169, 197, .35);
  border-radius: 8px;
  text-align: center;
}

.catalog-search-empty strong {
  color: #e7f5fa;
  font-size: 22px;
}

.catalog-search-empty span {
  font-size: 12px;
}

.generated-vial-label {
  position: absolute;
  z-index: 3;
  top: 65%;
  left: 67%;
  box-sizing: border-box;
  width: clamp(74px, 30%, 90px);
  min-height: 117px;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: #0a2444;
  background: transparent;
  border: 0;
  border-top: 0;
  border-bottom: 0;
  border-radius: 0;
  padding: 5px 5px 8px;
  text-align: center;
  box-shadow: none;
  clip-path: none;
  isolation: isolate;
  pointer-events: none;
  overflow: hidden;
}

/* Keep the photographed, bottle-wrapped label visible beneath the dynamic
   product copy in catalog thumbnails. The original card vignette was tuned
   for label-free artwork and otherwise darkens the physical label away. */
.products-section .product-card .product-art::after {
  opacity: .22;
}

.products-section .product-card .product-art > img {
  filter: saturate(1.05) contrast(1.04) brightness(1.08);
}

.generated-vial-label::after {
  display: none;
}

.generated-vial-brand,
.generated-vial-material,
.generated-vial-code,
.generated-vial-label strong,
.generated-vial-label small,
.generated-vial-label i {
  position: relative;
  z-index: 1;
  flex: none;
}

.generated-vial-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  color: #075997;
  font-size: clamp(6px, .58vw, 8px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: .02em;
}

.generated-vial-brand img {
  display: block;
  position: static;
  flex: none;
  width: clamp(10px, .95vw, 13px);
  height: clamp(10px, .95vw, 13px);
  min-width: 0;
  min-height: 0;
  max-width: 13px;
  max-height: 13px;
  object-fit: contain;
  object-position: center;
  filter: none;
  transform: none;
  box-shadow: none;
}

.generated-vial-material {
  display: block;
  width: 100%;
  margin-top: 2px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(26, 62, 96, .65);
  color: #334b62;
  font: 600 clamp(3px, .3vw, 4px)/1 "DM Mono", monospace;
  letter-spacing: .08em;
}

.generated-vial-label strong {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-content: center;
  min-height: 2em;
  overflow: hidden;
  margin: 3px 0 2px;
  color: #0a2444;
  font-size: clamp(6px, .55vw, 8px);
  line-height: 1.05;
  letter-spacing: -.025em;
}

.generated-vial-code {
  display: block;
  width: 100%;
  padding-top: 3px;
  border-top: 1px solid rgba(26, 62, 96, .65);
  color: #092d55;
  font: 800 clamp(8px, .78vw, 11px)/1.05 "DM Mono", monospace;
  letter-spacing: .035em;
}

.generated-vial-label small {
  display: block;
  margin-top: 3px;
  color: #0b2c50;
  font: 700 clamp(3px, .28vw, 4px)/1 "DM Mono", monospace;
  letter-spacing: .02em;
  white-space: nowrap;
}

.generated-vial-label i {
  position: absolute;
  z-index: 1;
  left: 3px;
  right: 3px;
  bottom: 0;
  min-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e9f8ff;
  background: linear-gradient(90deg, #08294d 0%, #123e6b 50%, #08294d 100%);
  font: 600 clamp(2.5px, .24vw, 3px)/1 "DM Mono", monospace;
  letter-spacing: .06em;
}

.detail-image .generated-vial-label-detail {
  top: 65%;
  left: 63%;
  width: clamp(135px, 23.2%, 145px);
  min-height: 193px;
  padding: 13px 12px 16px;
}

/* The vial artwork and its label live in one transform stage, so pan/zoom
   gestures treat them as a single physical object. */
.detail-vial-stage {
  position: absolute;
  inset: 0;
  transform-origin: center;
}

.detail-vial-stage > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.detail-image .generated-vial-label-detail .generated-vial-brand {
  width: 100%;
  box-sizing: border-box;
  padding: 4px 3px;
  background: linear-gradient(90deg, transparent 0%, rgba(244, 246, 245, .97) 9%, rgba(245, 247, 246, .98) 91%, transparent 100%);
  backdrop-filter: blur(1.5px);
  gap: 5px;
  font-size: 18px;
}

.detail-image .generated-vial-label-detail .generated-vial-brand img {
  width: 30px;
  height: 30px;
  min-height: 0;
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
  transform: none !important;
}

.detail-image .generated-vial-label-detail .generated-vial-material {
  margin-top: 4px;
  padding-bottom: 7px;
  font-size: 7px;
}

.detail-image .generated-vial-label-detail strong {
  display: block;
  align-self: stretch;
  min-height: 0;
  margin: 12px 0 0;
  padding: 0 2px 8px;
  overflow: hidden;
  border-bottom: 1px solid rgba(26, 62, 96, .65);
  background: linear-gradient(90deg, transparent 0%, rgba(244, 246, 245, .96) 7%, rgba(245, 247, 246, .98) 93%, transparent 100%);
  backdrop-filter: blur(1.5px);
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  letter-spacing: -.035em;
}

.detail-image .generated-vial-label-detail .generated-vial-code {
  padding-top: 8px;
  border-top: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(244, 246, 245, .96) 7%, rgba(245, 247, 246, .98) 93%, transparent 100%);
  backdrop-filter: blur(1.5px);
  font-size: 21px;
}

.detail-image .generated-vial-label-detail small {
  width: auto;
  margin-top: 7px;
  padding: 4px 10px;
  border: 0;
  border-radius: 4px;
  color: #e8f7ff;
  background: #0b315b;
  font-size: 14px;
  line-height: 1;
}

.detail-image .generated-vial-label-detail i {
  bottom: 0;
  min-height: 27px;
  left: 1px;
  right: 1px;
  font-size: 7px;
}

.detail-coa-gallery-image {
  object-fit: contain !important;
  object-position: center !important;
  background: #eef3f5;
  padding: 68px 24px 82px;
}

.detail-gallery-navigation {
  position: absolute;
  z-index: 5;
  top: 18px;
  left: 18px;
  right: 18px;
  min-height: 46px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto 38px;
  align-items: center;
  gap: 8px;
  padding: 5px;
  color: #dffbff;
  background: rgba(3, 15, 27, .86);
  border: 1px solid rgba(113, 224, 238, .42);
  border-radius: 5px;
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, .28);
}

.detail-gallery-navigation button {
  color: #a9d9e5;
  background: transparent;
  border: 1px solid transparent;
}

.detail-gallery-arrow {
  width: 36px;
  height: 34px;
  border-color: rgba(114, 198, 219, .24) !important;
  border-radius: 3px;
  font-size: 24px;
  line-height: 1;
}

.detail-gallery-navigation button:hover,
.detail-gallery-navigation button.active {
  color: #04111e;
  background: #19d2df;
  border-color: #19d2df;
}

.detail-gallery-pages {
  display: flex;
  gap: 5px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.detail-gallery-pages::-webkit-scrollbar {
  display: none;
}

.detail-gallery-pages button {
  flex: none;
  min-height: 32px;
  padding: 0 10px;
  border-color: rgba(114, 198, 219, .22);
  border-radius: 3px;
  font: 8px/1 "DM Mono", monospace;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.detail-gallery-count {
  min-width: 42px;
  font: 8px/1 "DM Mono", monospace;
  text-align: center;
}

@media (max-width: 680px) {
  .catalog-search {
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 28px 0 18px;
  }

  .catalog-search-field {
    min-height: 52px;
    padding-left: 14px;
  }

  .catalog-search-field input {
    height: 50px;
    font-size: 13px;
  }

  .catalog-search-results {
    min-width: 0;
    text-align: left;
  }

  .products-section .product-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .products-section .product-card {
    grid-template-rows: minmax(360px, 72vw) auto;
  }

  .products-section .product-art {
    aspect-ratio: auto;
    height: auto;
    min-height: 360px;
  }

  .products-section .product-card-body {
    min-height: 0;
    padding: 20px;
  }

  .products-section .product-card-body .eyebrow,
  .products-section .product-meta,
  .products-section .spec-picker,
  .products-section .price-row,
  .products-section .product-actions {
    display: flex;
  }

  .products-section .product-card-body .eyebrow {
    display: block;
  }

  .products-section .product-meta,
  .products-section .price-row {
    justify-content: space-between;
  }

  .products-section .spec-picker {
    flex-wrap: wrap;
    gap: 8px;
    margin: 14px 0 18px;
  }

  .products-section .product-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .products-section .product-mobile-tags,
  .products-section .product-mobile-footer {
    display: none;
  }

  .products-section .generated-vial-label {
    top: 65%;
    left: 67%;
    width: clamp(74px, 30%, 90px);
    min-height: 117px;
  }

  .detail-image .generated-vial-label-detail {
    top: 65%;
    left: 63%;
    width: clamp(82px, 24%, 88px);
    min-height: 116px;
    padding: 6px 6px 8px;
  }

  .detail-image .generated-vial-label-detail .generated-vial-brand {
    padding: 3px 2px;
    gap: 3px;
    font-size: 9px;
  }

  .detail-image .generated-vial-label-detail .generated-vial-brand img {
    width: 16px;
    height: 16px;
    min-height: 0;
    max-width: 16px;
    max-height: 16px;
  }

  .detail-image .generated-vial-label-detail .generated-vial-material {
    margin-top: 2px;
    padding-bottom: 3px;
    font-size: 4px;
  }

  .detail-image .generated-vial-label-detail strong {
    margin: 6px 0 0;
    padding-bottom: 4px;
    min-height: 0;
    font-size: 9px;
  }

  .detail-image .generated-vial-label-detail .generated-vial-code {
    padding-top: 5px;
    font-size: 13px;
  }

  .detail-image .generated-vial-label-detail small {
    margin-top: 4px;
    padding: 3px 6px;
    font-size: 6px;
  }

  .detail-image .generated-vial-label-detail i {
    bottom: 0;
    min-height: 15px;
    left: 1px;
    right: 1px;
    font-size: 3px;
  }

  .detail-coa-gallery-image {
    padding: 68px 10px 78px;
  }

  .detail-gallery-navigation {
    top: 10px;
    left: 10px;
    right: 10px;
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 5px;
  }

  .detail-gallery-count {
    display: none;
  }
}

/* The label is a bottle-contoured SVG with the same 1024 x 1536 coordinate
   system as the product photograph. Both layers share the same transform,
   keeping the print physically registered to the glass during pan and zoom. */
.generated-vial-overlay {
  position: absolute !important;
  z-index: 3;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
  filter: none !important;
}

.products-section .product-card .product-art > img.generated-vial-overlay {
  position: absolute !important;
  inset: 0;
  filter: none !important;
}

/* Make the destructive cart action easy to notice and easy to tap. */
.cart-remove {
  align-self: center;
  justify-self: end;
  min-width: 116px;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(255, 94, 113, .88);
  border-radius: 5px;
  color: #ffd9dc;
  background: rgba(255, 77, 87, .13);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .025), 0 0 18px rgba(255, 77, 87, .08);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .025em;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: color .16s ease, background .16s ease, border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}

.cart-remove::before {
  content: "×";
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #07111f;
  background: #ff737b;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

.cart-remove:hover {
  color: #07111f;
  background: #ff737b;
  border-color: #ff9ba1;
  box-shadow: 0 8px 24px rgba(255, 77, 87, .24);
  transform: translateY(-1px);
}

.cart-remove:hover::before {
  color: #ff737b;
  background: #07111f;
}

.cart-remove:focus-visible {
  outline: 3px solid rgba(255, 134, 140, .38);
  outline-offset: 3px;
}

.cart-remove:active {
  transform: translateY(0) scale(.98);
}

@media (max-width: 680px) {
  .cart-remove {
    min-width: 112px;
    min-height: 44px;
    padding-inline: 13px;
    font-size: 11px;
  }
}

/* Give the detail-page return action the prominence and tap area of a button. */
.detail-back {
  width: fit-content;
  min-width: 244px;
  min-height: 54px;
  margin-bottom: 30px;
  padding: 0 19px 0 13px;
  border: 1px solid rgba(71, 210, 232, .66);
  border-radius: 5px;
  color: #d9f9ff;
  background: linear-gradient(135deg, rgba(25, 210, 223, .14), rgba(19, 92, 122, .08));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .025), 0 10px 28px rgba(14, 186, 211, .08);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .075em;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.detail-back::before {
  content: "←";
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  color: #06111e;
  background: #28d5e2;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0;
}

.detail-back:hover {
  color: #04111e;
  background: #28d5e2;
  border-color: #8ef5fb;
  box-shadow: 0 12px 32px rgba(25, 210, 223, .22);
  transform: translateY(-1px);
}

.detail-back:hover::before {
  color: #28d5e2;
  background: #04111e;
}

.detail-back:focus-visible {
  outline: 3px solid rgba(94, 230, 240, .38);
  outline-offset: 4px;
}

.detail-back:active {
  transform: translateY(0) scale(.985);
}

@media (max-width: 680px) {
  .detail-back {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    margin-bottom: 18px;
    padding-inline: 12px 16px;
    font-size: 11px;
  }
}

/* Manufacturing, laboratory, lyophilization, and cold-chain visual story. */
.facility-showcase {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  scroll-margin-top: 104px;
  padding: clamp(88px, 9vw, 138px) clamp(22px, 7vw, 112px);
  background:
    radial-gradient(circle at 88% 12%, rgba(21, 103, 143, .22), transparent 30%),
    radial-gradient(circle at 8% 90%, rgba(25, 210, 223, .08), transparent 28%),
    #07111f;
}

.facility-showcase::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .3;
  background-image:
    linear-gradient(rgba(111, 183, 214, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(111, 183, 214, .045) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}

.facility-heading,
.facility-grid {
  width: min(1450px, 100%);
  margin-inline: auto;
}

.facility-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
  align-items: end;
  gap: clamp(38px, 7vw, 110px);
  margin-bottom: clamp(38px, 5vw, 66px);
}

.facility-heading h2 {
  max-width: 850px;
  margin-bottom: 0;
  font-size: clamp(48px, 5vw, 78px);
  line-height: .98;
}

.facility-intro {
  max-width: 560px;
  padding-bottom: 5px;
}

.facility-intro p {
  margin: 0;
  color: #9db0c1;
  font-size: 15px;
  line-height: 1.85;
}

.facility-intro small {
  display: block;
  margin-top: 15px;
  color: #5f778b;
  font: 500 9px/1.5 "DM Mono", monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.facility-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 22px);
}

.facility-card {
  position: relative;
  grid-column: span 5;
  min-height: clamp(330px, 31vw, 470px);
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(94, 182, 214, .28);
  border-radius: 8px;
  background: #091a2a;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .22);
}

.facility-card-wide {
  grid-column: span 7;
}

.facility-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(2, 10, 20, .94) 0%, rgba(3, 13, 25, .58) 27%, transparent 58%),
    linear-gradient(115deg, rgba(8, 21, 36, .25), transparent 48%);
  pointer-events: none;
}

.facility-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
  filter: saturate(.93) contrast(1.04) brightness(.9);
  transition: transform .75s cubic-bezier(.22, 1, .36, 1), filter .55s ease;
}

.facility-card:hover img {
  transform: scale(1.035);
  filter: saturate(1.03) contrast(1.05) brightness(.97);
}

.facility-card figcaption {
  position: absolute;
  z-index: 2;
  left: clamp(20px, 2.2vw, 34px);
  right: clamp(20px, 2.2vw, 34px);
  bottom: clamp(20px, 2.2vw, 34px);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: end;
  gap: 15px;
}

.facility-card figcaption > span {
  display: grid;
  place-items: center;
  width: 37px;
  height: 37px;
  border: 1px solid rgba(99, 222, 237, .55);
  border-radius: 50%;
  color: #34d7e4;
  background: rgba(4, 18, 31, .72);
  font: 600 10px/1 "DM Mono", monospace;
}

.facility-card figcaption strong {
  display: block;
  color: #f2fbff;
  font-size: clamp(19px, 1.65vw, 27px);
  font-weight: 700;
  letter-spacing: -.025em;
}

.facility-card figcaption p {
  max-width: 520px;
  margin: 7px 0 0;
  color: #a9bdcb;
  font-size: 11px;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .facility-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .facility-intro {
    max-width: 660px;
  }

  .facility-card,
  .facility-card-wide {
    grid-column: 1 / -1;
    min-height: clamp(270px, 63vw, 430px);
  }
}

@media (max-width: 600px) {
  .facility-showcase {
    padding: 124px 16px 72px;
    scroll-margin-top: 88px;
  }

  .facility-heading {
    margin-bottom: 30px;
  }

  .facility-heading h2 {
    font-size: clamp(38px, 11vw, 48px);
  }

  .facility-intro p {
    font-size: 12px;
    line-height: 1.7;
  }

  .facility-card,
  .facility-card-wide {
    min-height: 250px;
    border-radius: 6px;
  }

  .facility-card figcaption {
    left: 16px;
    right: 16px;
    bottom: 16px;
    gap: 10px;
  }

  .facility-card figcaption > span {
    width: 32px;
    height: 32px;
    font-size: 8px;
  }

  .facility-card figcaption strong {
    font-size: 18px;
  }

  .facility-card figcaption p {
    margin-top: 4px;
    font-size: 9px;
  }
}
