/* content-overrides.css
   Editor-safe overrides for SF Safe Routes content edits.
   Loaded AFTER frozen.css in BaseLayout, so unlayered rules here win for normal
   (non-!important) declarations. Only use !important to beat a frozen !important.
   Convention: group rules by the content feature they support, with a comment
   naming that feature, so each group is traceable and removable later. */

/* Feature: carousel — right-side slide layout (class srts-slide--right) */
.srts-slide--right .swiper-slide-contents { margin-left: auto; }
.srts-slide--right .swiper-slide-inner { align-items: center; text-align: right; }
