/* Radno Vreme & Elementor Widget (SR) */
.rve { font-family: inherit; }
.rve-city { font-weight: 600; margin-bottom: .5rem; font-size: 1.1rem; }
.rve-grid { display: grid; gap: 8px; }
.rve-row {
  display:flex; align-items:flex-start; justify-content:space-between;
  border:2px solid var(--rve-border,#e5e7eb);
  border-radius:12px; padding:10px 14px; background:#fff;
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
}
.rve-row.rve-today { outline: 2px dashed rgba(0,0,0,.1); outline-offset: 2px; }
.rve-row.rve-off { opacity:.9; }
.rve-day { display:flex; align-items:center; gap:10px; font-weight:600; }
.rve-daylabel { display:inline-block; min-width: 110px; }
.rve-time { text-align:right; }
.rve-small { font-size:.85em; opacity:.9; margin-top:4px; }
.rve-indicator { width:10px; height:10px; border-radius:9999px; display:inline-block; }
.rve-indicator.on { background:#22c55e; box-shadow:0 0 0 3px rgba(34,197,94,.2); }
.rve-indicator.off { background:#ef4444; box-shadow:0 0 0 3px rgba(239,68,68,.15); }

/* Inline */
.rve-inline .rve-prefix { margin-right:6px; }
.rve-inline .rve-daytitle { margin-right:6px; }

/* Responsive tweaks */
@media (max-width: 600px) {
  .rve-row { flex-direction: column; gap:6px; }
  .rve-time { text-align:left; }
  .rve-daylabel { min-width: auto; }
}
