.spm-post-gallery{margin:0;padding:0;border:0}.spm-post-gallery__header{display:flex;align-items:center;gap:14px;margin-bottom:20px}.spm-post-gallery__icon{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:16px;background:#fff4cf;font-size:26px}.spm-post-gallery h2{margin:0;font-size:clamp(1.55rem,3vw,2.15rem);line-height:1.1}.spm-post-gallery__count{margin:4px 0 0;color:var(--pc-muted);font-weight:700}.spm-post-gallery-grid{--spm-gallery-columns:3;display:grid;grid-template-columns:repeat(var(--spm-gallery-columns),minmax(0,1fr));gap:14px}.spm-post-gallery-grid[data-columns="2"]{--spm-gallery-columns:2}.spm-post-gallery-grid[data-columns="3"]{--spm-gallery-columns:3}.spm-post-gallery-grid[data-columns="4"]{--spm-gallery-columns:4}.spm-post-gallery-grid[data-columns="5"]{--spm-gallery-columns:5}.spm-post-gallery-grid[data-columns="6"]{--spm-gallery-columns:6}.spm-post-gallery-item{position:relative;display:block;overflow:hidden;border-radius:16px;background:#f6ecd7;text-decoration:none;aspect-ratio:4/3}.spm-post-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .22s ease}.spm-post-gallery-item:hover img,.spm-post-gallery-item:focus-visible img{transform:scale(1.045)}.spm-post-gallery-item span{position:absolute;left:10px;right:10px;bottom:10px;padding:7px 9px;border-radius:999px;background:rgba(255,255,255,.88);font-size:.82rem;font-weight:700;color:var(--pc-text)}.spm-lightbox{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:72px 74px 46px;background:rgba(15,24,23,.88)}.spm-lightbox.is-open{display:flex}.spm-lightbox img{max-width:min(1120px,100%);max-height:82vh;width:auto;height:auto;object-fit:contain;border-radius:14px;box-shadow:0 20px 60px rgba(0,0,0,.35)}.spm-lightbox-caption{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);max-width:min(760px,calc(100% - 32px));padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.92);color:#24312f;font-weight:700;text-align:center}.spm-lightbox-close,.spm-lightbox-prev,.spm-lightbox-next{position:absolute;border:0;border-radius:999px;background:rgba(255,255,255,.94);color:#24312f;cursor:pointer;font-weight:900;box-shadow:0 10px 30px rgba(0,0,0,.18)}.spm-lightbox-close{top:18px;right:18px;width:46px;height:46px;font-size:32px;line-height:1}.spm-lightbox-prev,.spm-lightbox-next{top:50%;transform:translateY(-50%);width:52px;height:52px;font-size:42px;line-height:1}.spm-lightbox-prev{left:18px}.spm-lightbox-next{right:18px}.spm-lightbox-open body{overflow:hidden}

.spm-post-gallery__icon img{display:block;width:30px;height:30px;object-fit:contain}
.spm-post-gallery__icon.has-custom-icon{font-size:0}

.spm-post-gallery h2{
  color:var(--pc-text);
  font-family:var(--font-heading);
  font-weight:800;
  letter-spacing:-.025em
}

/* 1.6.77: widoczny fokus i dostępne sterowanie lightboxem. */
.spm-lightbox-close:focus-visible,
.spm-lightbox-prev:focus-visible,
.spm-lightbox-next:focus-visible {
  outline: 3px solid #ffd54f;
  outline-offset: 4px;
}
