/* Live P Update – base stylesheet
   Media Masters | www.mediamasters.gr */

/* === Fix για WOW.js / AOS / animation visibility === */
.lpu-box,
.lpu-box * {
  visibility: visible !important;
  opacity:    1       !important;
  animation:  none    !important;
  transform:  none    !important;
}

/* === Base card === */
.lpu-box {
  display:     block;
  width:       100%;
  box-sizing:  border-box;
}

.lpu-box > div {
  width:       100%;
  box-sizing:  border-box;
  display:     flex;
  flex-direction: column;
  justify-content: center;
}

/* === Info row === */
.lpu-box .lpu-info-row {
  display:   flex;
  flex-wrap: wrap;
  gap:       10px;
  margin-top: 8px;
  color:     #666;
}

/* === Countdown separator dot (inline mode) === */
.lpu-box .lpu-time::after {
  content:     '·';
  margin-left: 10px;
  opacity:     .4;
}
