.paniez-countdown{
  /* Apple-ish: information, not a banner ad */
  font-size: 12.5px;
  line-height: 1.35;
  padding: 0;
  margin: 6px 0;
  background: none;
  border: none;
  color: rgba(0,0,0,0.66);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
}

.paniez-countdown .pcd-human{
  font-weight: 600;
  color: rgba(0,0,0,0.78);
}

.paniez-countdown .pcd-timer{
  font-weight: 600;
  color: rgba(0,0,0,0.78);
  white-space: nowrap;
}

.paniez-countdown .pcd-sep{
  opacity: 0.45;
}

.paniez-countdown.is-closed .pcd-timer{
  font-weight: 600;
}

/* Sticky top banner (optional): super thin */
.paniez-countdown-banner{
  position: sticky;
  top: 0;
  z-index: 999;
  margin: 0;
  padding: 6px 10px;
  background: rgba(255,255,255,0.92);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  backdrop-filter: blur(10px);
}

.paniez-countdown-banner .paniez-countdown{
  margin: 0;
}
