
.of-hours-google{
  display:flex;
  flex-direction:column;
  gap: 14px;
  line-height: 1.1;
}

.of-hours-google__line{
  margin: 0;
}

.of-hours-google__hint{
  margin: 6px 0 0;
  display:flex;
  align-items:center;
  gap: 10px;
  opacity: .95;
}

.of-hours-google__dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  display:inline-block;
}

/* Colori stato */
.of-hours-google__hint.is-open .of-hours-google__dot{ background:#16a34a; }
.of-hours-google__hint.is-closing .of-hours-google__dot{ background:#f59e0b; }
.of-hours-google__hint.is-closed .of-hours-google__dot{ background:#dc2626; }

.of-hours-google__hint.is-open b{ color:#16a34a; }
.of-hours-google__hint.is-closing b{ color:#f59e0b; }
.of-hours-google__hint.is-closed b{ color:#dc2626; }
