.open-status-badge{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  padding:8px 12px !important;
  border-radius:999px !important;
  border:2px solid rgba(0,0,0,.20) !important;
  font-size:13px !important;
  line-height:1 !important;
  font-weight:800 !important;
  white-space:nowrap !important;
  user-select:none !important;
  margin:12px 0 10px 0 !important;
  position:relative !important;
  z-index:5 !important;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.45),
    0 2px 8px rgba(0,0,0,.08) !important;
}

/* Blindaje total contra pseudo-elementos heredados */
.open-status-badge::before,
.open-status-badge::after{
  content:none !important;
  display:none !important;
}

.open-status-badge .open-status-badge-dot{
  width:8px !important;
  height:8px !important;
  min-width:8px !important;
  min-height:8px !important;
  border-radius:50% !important;
  display:inline-block !important;
  flex:0 0 8px !important;
  background:currentColor !important;
}

.open-status-badge .open-status-badge-label{
  display:inline-block !important;
  line-height:1 !important;
}

.open-status-badge[data-state="open"]{
  color:#1f7a3a !important;
  background:rgba(31,122,58,.12) !important;
  border-color:rgba(31,122,58,.45) !important;
}

.open-status-badge[data-state="closed"]{
  color:#b42318 !important;
  background:rgba(180,35,24,.10) !important;
  border-color:rgba(180,35,24,.40) !important;
}

.open-status-badge[data-state="unknown"]{
  color:#9a6a00 !important;
  background:rgba(154,106,0,.14) !important;
  border-color:rgba(154,106,0,.38) !important;
}

/* Badge inline en fichas */
.su-service-title{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  flex-wrap:wrap !important;
}

.open-status-badge-inline{
  margin:0 0 0 4px !important;
  vertical-align:middle !important;
  position:relative !important;
  top:0 !important;
  flex:0 0 auto !important;
}

/* Colocación limpia en listados */
body.is-city-listing .su-note.negocio h2 + .open-status-badge{
  margin-top:8px !important;
  margin-bottom:12px !important;
}

/* Pintado fila actual */
table.tabla-horarios tbody tr.rli-hours-row-open td,
table.tabla-horarios tbody tr.rli-hours-row-open th{
  background-color:#d4edda !important;
  color:#155724 !important;
  font-weight:900 !important;
}

table.tabla-horarios tbody tr.rli-hours-row-closed td,
table.tabla-horarios tbody tr.rli-hours-row-closed th{
  background-color:#f8d7da !important;
  color:#721c24 !important;
  font-weight:900 !important;
}

table.tabla-horarios tbody tr.rli-hours-row-unknown td,
table.tabla-horarios tbody tr.rli-hours-row-unknown th{
  background-color:#f7edc9 !important;
  color:#856404 !important;
  font-weight:900 !important;
}
