.pae-iptv-block{
  margin-top:14px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:12px;
  padding:12px;
}
.pae-iptv-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:8px 0;
  border-bottom:1px dashed rgba(255,255,255,.12);
}
.pae-iptv-row:last-child{ border-bottom:none; }
.pae-iptv-row--center{
  justify-content:center;
}
.pae-iptv-label{
  font-weight:700;
  opacity:.85;
  min-width:160px;
}
.pae-iptv-value{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
.pae-iptv-code{
  font-size:14px;
  padding:6px 10px;
  border-radius:8px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.15);
}
.pae-iptv-copy{
  cursor:pointer;
  border:0;
  padding:6px 10px;
  border-radius:8px;
}
.pae-iptv-download.button{
  text-decoration:none;
  padding:10px 16px;
  font-weight:700;
}
