/* Retina batch fixes. 2026-08-27 */
/* Care-tabs (retina landing): stack to one column and let long tab labels wrap on mobile */
@media (max-width: 760px) {
  .m-tabs { grid-template-columns: 1fr !important; }
  .m-tabs [role="tab"] { white-space: normal !important; }
}
/* Retinitis Pigmentosa symptoms: one card per row on mobile */
@media (max-width: 760px) {
  .svc-grid5 { grid-template-columns: 1fr !important; }
}
/* Vitrectomy: procedure diagram anchored to top; surgeon hero image centred */
#procedure .svc-equip img { object-position: center top !important; }
img[alt*="surgeon performing vitrectomy"] { object-position: center center !important; }