
/* YoLab 1.6 Advanced Footer Builder */
.yr-footer--builder{overflow:hidden}
.yr-footer-builder-row{position:relative}
.yr-footer-builder-row>.yr-footer-builder-shell{padding-block:24px}
.yr-footer-builder-shell--wide{width:min(1440px,calc(100% - 32px));margin-inline:auto}
.yr-footer-builder-row--surface-light{background:#fff;color:#1d2327}
.yr-footer-builder-row--surface-dark{background:#15181c;color:#f5f6f7}
.yr-footer-builder-row--surface-accent{background:var(--yr-accent,#0879c9);color:#fff}
.yr-footer-builder-row--surface-soft{background:#f3f5f7;color:#1d2327}
.yr-footer-builder-row--surface-dark a,.yr-footer-builder-row--surface-accent a{color:inherit}
.yr-footer-builder-title{margin:0 0 16px;font-size:1.15rem}
.yr-footer-brand--builder{background:transparent}
.yr-footer-brand--builder .yr-footer-brand__inner{padding:0}
.yr-footer-story-grid{display:grid;grid-template-columns:repeat(var(--yr-footer-columns,4),minmax(0,1fr));gap:18px}
.yr-footer-story{display:grid;grid-template-columns:88px minmax(0,1fr);gap:12px;align-items:start}
.yr-footer-story__image img{display:block;width:88px;height:66px;object-fit:cover}
.yr-footer-story h3{margin:0 0 5px;font-size:.95rem;line-height:1.25}
.yr-footer-story time{font-size:.78rem;opacity:.68}
.yr-footer-topic-cloud{display:flex;flex-wrap:wrap;gap:8px}
.yr-footer-topic-cloud a{display:inline-flex;padding:6px 10px;border:1px solid currentColor;border-radius:999px;font-size:.8rem;opacity:.9}
.yr-footer-authors{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.yr-footer-authors a{display:flex;align-items:center;gap:9px}
.yr-footer-authors img{border-radius:50%}
.yr-footer-media-strip{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}
.yr-footer-media-strip img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover}
.yr-footer-newsletter,.yr-footer-social-cta,.yr-footer-app-promo{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}
.yr-footer-newsletter p,.yr-footer-app-promo p{margin:0;max-width:760px}
.yr-footer-legal-links ul,.yr-footer-legal-links{display:flex;flex-wrap:wrap;gap:14px;align-items:center;list-style:none;margin:0;padding:0}
.yr-footer-legal-links li{margin:0}
.yr-footer-builder-row--back-to-top{pointer-events:none}
.yr-footer-builder-row--back-to-top .yr-back-to-top{pointer-events:auto}
body.yr-dark-skin .yr-footer-builder-row--surface-light{background:#181b20;color:#f2f4f5}
body.yr-dark-skin .yr-footer-builder-row--surface-soft{background:#20242a;color:#f2f4f5}
@media(max-width:900px){
	.yr-footer-story-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
	.yr-footer-authors{grid-template-columns:repeat(2,minmax(0,1fr))}
	.yr-footer-media-strip{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:640px){
	.yr-footer-builder-row>.yr-footer-builder-shell{padding-block:18px}
	.yr-footer-builder-shell--wide{width:calc(100% - 20px)}
	.yr-footer-story-grid{grid-template-columns:1fr}
	.yr-footer-story{grid-template-columns:72px minmax(0,1fr)}
	.yr-footer-story__image img{width:72px;height:58px}
	.yr-footer-authors{grid-template-columns:1fr}
	.yr-footer-media-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
}
