/*
 * Trinity36 V48.3
 * Label alignment only. This file intentionally does not change vial artwork.
 *
 * The featured product overlay previously inherited the content-box width of
 * the vial frame, leaving its label approximately 13 px left of the artwork's
 * center. Use the full vial frame as the label coordinate system.
 */
body.trinity-storefront
  .tri-home-featured-grid
  .tri-home-product
  .exact-vial-visual
  .exact-vial-overlay {
  left: 50% !important;
  right: auto !important;
  width: 100% !important;
  transform: translateX(-50%) !important;
}

/*
 * Keep label text fitted to the printable center panel. Existing medium,
 * long, and extra-long size classes continue to control type size.
 */
body.trinity-storefront
  .tri-home-featured-grid
  .tri-home-product
  .exact-vial-name {
  max-width: 72% !important;
  margin-inline: auto !important;
  text-align: center !important;
  overflow-wrap: anywhere !important;
  text-wrap: balance;
}
