/* scoped style strony (z tresci produkcyjnych szablonow) */

.sp-wb-featured__grid--single{max-width:720px;margin-left:auto;margin-right:auto;grid-template-columns:1fr;}
.sp-wb-countdown{margin:20px 0 4px;}
.sp-wb-countdown__label{display:block;font-size:13px;text-transform:uppercase;letter-spacing:.05em;opacity:.85;margin-bottom:10px;}
.sp-wb-countdown__timer{display:flex;gap:10px;flex-wrap:wrap;}
.sp-wb-countdown__unit{display:flex;flex-direction:column;align-items:center;min-width:60px;padding:10px 8px;border-radius:12px;background:rgba(255,255,255,.15);}
.sp-wb-countdown__unit b{font-size:26px;font-weight:800;line-height:1;font-variant-numeric:tabular-nums;}
.sp-wb-countdown__unit small{font-size:11px;text-transform:uppercase;letter-spacing:.04em;opacity:.85;margin-top:4px;}
/* licznik na jasnej (białej) karcie */
.sp-wb-countdown--light{margin:0;}
.sp-wb-countdown--light .sp-wb-countdown__label{color:#6B7280;opacity:1;}
.sp-wb-countdown--light .sp-wb-countdown__unit{background:#F3F4F6;min-width:56px;}
.sp-wb-countdown--light .sp-wb-countdown__unit b{color:#232D4B;}
.sp-wb-countdown--light .sp-wb-countdown__unit small{color:#6B7280;opacity:1;}
/* karta "Najbliższe spotkanie" – biała, zdjęcie po lewej (wg mockupu) */
.sp-wb-next{display:flex;background:#fff;border:1px solid #E5E7EB;border-radius:20px;overflow:hidden;box-shadow:0 12px 32px rgba(35,45,75,.07);max-width:1000px;margin:0 auto;}
.sp-wb-next__photo{flex:0 0 38%;max-width:380px;background:#232d4b;}
.sp-wb-next__photo img{width:100%;height:100%;object-fit:contain;display:block;}
.sp-wb-next__body{flex:1;padding:32px 36px;}
.sp-wb-next__badge{display:inline-flex;align-items:center;gap:7px;background:#FEE2E2;color:#DC2626;font-size:12px;font-weight:700;letter-spacing:.03em;padding:6px 12px;border-radius:999px;margin-bottom:16px;}
.sp-wb-next__dot{width:7px;height:7px;border-radius:50%;background:#DC2626;}
.sp-wb-next__meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px;}
.sp-wb-next__pill{display:inline-flex;align-items:center;gap:6px;background:#F3F4F6;color:#374151;font-size:13px;font-weight:500;padding:6px 12px;border-radius:999px;}
.sp-wb-next__title{font-size:24px;line-height:1.25;color:#232D4B;margin:0 0 12px;}
.sp-wb-next__desc{font-size:15px;color:#6B7280;line-height:1.6;margin:0 0 16px;}
.sp-wb-next__host{display:flex;align-items:center;gap:8px;font-size:14px;color:#374151;margin:0 0 22px;}
.sp-wb-next__host b{color:#81BD51;font-weight:700;}
.sp-wb-next__foot{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-wrap:wrap;}
.sp-wb-next__cta{display:inline-flex;align-items:center;gap:8px;background:#81BD51;color:#fff;font-weight:700;font-size:15px;padding:14px 24px;border-radius:12px;text-decoration:none;transition:background .2s;white-space:nowrap;}
.sp-wb-next__cta:hover{background:#6fa043;}
@media(max-width:768px){.sp-wb-next{flex-direction:column;}.sp-wb-next__photo{flex-basis:auto;max-width:none;aspect-ratio:1/1;}.sp-wb-next__body{padding:24px;}.sp-wb-next__foot{flex-direction:column;align-items:stretch;}.sp-wb-next__cta{justify-content:center;}}
/* śródtytuły sekcji: wyrównane do lewej + zielona linia pod całym napisem */
.sp-wb-head{text-align:left;margin-bottom:32px;}
.sp-wb-head h2{display:inline-block;margin:0;font-size:30px;line-height:1.2;}
.sp-wb-head h2::after{content:"";display:block;width:100%;height:4px;border-radius:2px;background:#81BD51;margin-top:12px;}
.sp-wb-head p{font-size:18px;color:#6B7280;margin:16px 0 0;max-width:640px;}
/* karty archiwalne nagrań: okładka wideo + play + kategoria + stopka (link | data) */
.sp-wb-archive__grid{grid-template-columns:repeat(3,1fr);max-width:1120px;}
.sp-wb-archive__card{padding:0;overflow:hidden;display:flex;flex-direction:column;}
.sp-wb-archive__thumb{position:relative;display:block;aspect-ratio:16/9;background:#E5E7EB;}
.sp-wb-archive__thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.sp-wb-archive__play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;transition:transform .3s;}
.sp-wb-archive__thumb:hover .sp-wb-archive__play{transform:scale(1.08);}
.sp-wb-archive__play svg{box-sizing:border-box;width:56px;height:56px;padding:16px;border-radius:50%;background:#81BD51;box-shadow:0 6px 16px rgba(0,0,0,.22);}
.sp-wb-archive__body{padding:18px 20px 20px;display:flex;flex-direction:column;flex:1;}
.sp-wb-archive__cat{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#81BD51;margin-bottom:8px;}
.sp-wb-archive__card h3{font-size:17px;line-height:1.35;margin-bottom:8px;}
.sp-wb-archive__foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:14px;}
.sp-wb-archive__foot .sp-wb-archive__date{margin-bottom:0;}
.sp-wb-archive__foot .green-link{font-size:14px;white-space:nowrap;}
@media(max-width:900px){.sp-wb-archive__grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:600px){.sp-wb-archive__grid{grid-template-columns:1fr;}}
@media(max-width:480px){.sp-wb-countdown__unit{min-width:52px;}.sp-wb-countdown__unit b{font-size:22px;}}


/* style inline przeniesione do klas */
.lc-i-1.lc-i-1.lc-i-1.lc-i-1 { text-align:center; }
.lc-i-2.lc-i-2.lc-i-2.lc-i-2 { text-align:center; max-width:720px; }
