/* ==========================================================
   ŽIJ PADEL! – DLOUHÝ POPIS PRODUKTU (scoped: .zp-product-desc)
   ========================================================== */
.zp-product-desc{ font-family:Poppins, sans-serif; color:#000; line-height:1.6; }
.zp-product-desc h2{ font-size:1.6em; margin:15px 0; }
.zp-product-desc h3{ font-size:1.3em; margin-top:25px; }

/* Tabulka specifikací */
.zp-product-desc .zp-specs{ width:100%; border-collapse:collapse; margin:20px 0; }
.zp-product-desc .zp-specs td{ border-bottom:1px solid #ccc; padding:8px 10px; }
.zp-product-desc .zp-specs td:first-child{ font-weight:600; width:160px; }

/* Iframe s tabulkou a radarem */
.zp-product-desc .zp-iframe{ border:1px solid #ccc; border-radius:8px; margin:15px 0; }

/* CTA tlačítko */
.zp-product-desc .zp-btn{
  display:inline-block;
  width:100%;
  padding:16px 22px;
  font-weight:600;
  text-align:center;
  text-decoration:none;
  color:#fff;
  background:#003d79;
  border:2px solid transparent;
  border-radius:8px;
  box-sizing:border-box;
  transition:all .3s ease;
}
.zp-product-desc .zp-btn:hover{
  border-color:#c6e801;
  box-shadow:0 0 12px rgba(198,232,1,.6);
  color:#c6e801;
}
