/* v86 — queued visual refinements only. */

/* Home / Programme film: lift the bottle without changing size or horizontal placement. */
@media (min-width: 761px) {
  body.home-v253 .film-stage__bottle {
    bottom: 3% !important;
  }
}

/* Clinical / Film 02: eliminate the left-edge hairline caused by image/radius rasterisation. */
body.clinical-atlas-page .v80-film:nth-child(2) figure {
  background: #171316 !important;
}
body.clinical-atlas-page .v80-film:nth-child(2) figure img {
  width: calc(100% + 4px) !important;
  height: calc(100% + 4px) !important;
  margin: -2px !important;
  max-width: none !important;
}
body.clinical-atlas-page .v80-film:nth-child(2):hover figure img {
  transform: scale(1.025) !important;
}

/* Commercial / Market source: one clean line on desktop, natural wrapping below desktop. */
@media (min-width: 1181px) {
  body.commercial-v82 .commercial-v82-source {
    max-width: none !important;
    white-space: nowrap !important;
    font-size: 13px !important;
  }
}
@media (max-width: 1180px) {
  body.commercial-v82 .commercial-v82-source {
    max-width: 100% !important;
    white-space: normal !important;
  }
}

/* Commercial / Seven-year model: desktop-readable chart hierarchy. */
@media (min-width: 1024px) {
  body.commercial-v82 .commercial-v82-growth-legend {
    font-size: 12.5px !important;
    gap: 24px !important;
  }
  body.commercial-v82 .commercial-v82-growth-axis {
    font-size: 12.5px !important;
  }
  body.commercial-v82 .commercial-v82-growth-value {
    font-size: 13.5px !important;
    font-weight: 700 !important;
    bottom: calc(var(--gross) + 13px) !important;
  }
  body.commercial-v82 .commercial-v82-growth-meta {
    width: 150px !important;
    top: calc(100% + 15px) !important;
  }
  body.commercial-v82 .commercial-v82-growth-meta strong {
    font-size: 13px !important;
    font-weight: 720 !important;
  }
  body.commercial-v82 .commercial-v82-growth-meta span,
  body.commercial-v82 .commercial-v82-growth-meta em {
    margin-top: 5px !important;
    font-size: 11.5px !important;
    line-height: 1.32 !important;
  }
  body.commercial-v82 .commercial-v82-growth-chart__plot {
    margin-bottom: 102px !important;
  }
  body.commercial-v82 .commercial-v82-growth-chart__foot p {
    font-size: 14px !important;
    line-height: 1.58 !important;
  }
  body.commercial-v82 .commercial-v82-projection-note {
    font-size: 13px !important;
    line-height: 1.6 !important;
  }
}
