/* ==========================================================
   ŽIJ PADEL! – INSTAGRAM (Elfsight) .zp-ig-auto
   Šířka napojena na jednotný gutter systém ze zp-base.css,
   svislé mezery zachovány.
   ========================================================== */
.zp-ig-auto{
  width:min(100% - (var(--zp-gutter) * 2), var(--zp-content-max));
  margin:48px auto;
}

.zp-ig-auto__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:18px 18px 14px;
  border-radius:20px 20px 0 0;
  background:linear-gradient(120deg,#fff 0%, rgba(0,61,121,.08) 45%, rgba(0,61,121,.18) 100%);
  overflow:hidden;
}
.zp-ig-auto__title{ margin:0; font-size:20px; line-height:1.2; font-weight:700; }
.zp-ig-auto__sub{ margin:6px 0 0; font-size:14px; opacity:.8; }
.zp-ig-auto__cta{
  display:inline-flex; align-items:center; gap:10px;
  padding:10px 14px; border-radius:999px; text-decoration:none; font-weight:700; white-space:nowrap;
  border:1px solid rgba(0,0,0,.12); background:#fff;
  transition:transform .15s ease, box-shadow .15s ease;
}
.zp-ig-auto__cta:hover{ transform:scale(1.03); box-shadow:0 10px 24px rgba(0,0,0,.10); }

/* Elfsight obal – sjednocení s kartou */
.zp-ig-auto .elfsight-app-02eae522-1574-4726-ad4f-a1af761760e2{
  border-radius:0 0 20px 20px;
  overflow:hidden;
  background:#fff;
}

/* Skrytí jejich vlastního headeru / ovládání */
.zp-ig-auto [class*="eapps-instagram-feed-header"],
.zp-ig-auto [class*="eapps-instagram-feed-header-container"],
.zp-ig-auto [class*="eapps-instagram-feed-title"],
.zp-ig-auto [class*="eapps-instagram-feed-follow-button"],
.zp-ig-auto [class*="eapps-instagram-feed-load-more"],
.zp-ig-auto [class*="eapps-instagram-feed-pagination"]{ display:none !important; }

/* Pozadí obsahu */
.zp-ig-auto [class*="eapps-instagram-feed-posts"],
.zp-ig-auto [class*="eapps-instagram-feed-posts-grid"],
.zp-ig-auto [class*="eapps-instagram-feed-content"]{ background:#fff !important; }

/* Vynucení mřížky 3 sloupce */
.zp-ig-auto [class*="eapps-instagram-feed-posts-grid"],
.zp-ig-auto [class*="eapps-instagram-feed-posts"]{
  display:grid !important;
  grid-template-columns:repeat(3, 1fr) !important;
  gap:12px !important;
  padding:12px !important;
}

/* Dlaždice */
.zp-ig-auto [class*="eapps-instagram-feed-posts-item"],
.zp-ig-auto [class*="eapps-instagram-feed-posts-item-link"],
.zp-ig-auto a[class*="eapps-instagram-feed-post"]{
  border-radius:18px !important;
  overflow:hidden !important;
  transform:translateZ(0);
}

/* Obrázky – hover zoom */
.zp-ig-auto img{ transition:transform .35s ease !important; }
.zp-ig-auto a:hover img{ transform:scale(1.06) !important; }

/* Responzivita */
@media (max-width:900px){
  .zp-ig-auto [class*="eapps-instagram-feed-posts-grid"],
  .zp-ig-auto [class*="eapps-instagram-feed-posts"]{ grid-template-columns:repeat(2, 1fr) !important; }
}
@media (max-width:520px){
  .zp-ig-auto__head{ flex-direction:column; align-items:flex-start; }
  .zp-ig-auto [class*="eapps-instagram-feed-posts-grid"],
  .zp-ig-auto [class*="eapps-instagram-feed-posts"]{ grid-template-columns:1fr !important; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .zp-ig-auto__cta, .zp-ig-auto img{ transition:none !important; }
}
