/* family · sections/developer.css
   B13 — застройщик и качество: галерея-доказательство (фото/видео) */

/* Swiper в грид-колонке не должен распирать её по ширине */
.proof-swiper{min-width:0;max-width:100%;}
.proof-swiper .swiper-slide{min-width:0;}

/* .proof-label/.proof-arrow — общий паттерн карусели-доказательства,
   вынесены в components.css: используются и здесь, и в B18 (special) */
.play-badge{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;pointer-events:none;}
.play-badge span{width:3.6rem;height:3.6rem;border-radius:50%;background:rgba(250,247,242,.9);display:flex;align-items:center;justify-content:center;}
