.sbg-address {
  font-style: normal;
  line-height: 1.6;
}

.sbg-hours {
  display: grid;
  gap: 10px;
}

.sbg-hours-title {
  margin: 0 0 8px;
}

.sbg-hours-row {
  display: grid;
  grid-template-columns: minmax(180px, 240px) 1fr;
  gap: 12px 24px;
  align-items: start;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.sbg-hours-row:last-child {
  border-bottom: 0;
}

.sbg-hours-label,
.sbg-hours-value,
.sbg-hours-block {
  line-height: 1.6;
}

.sbg-hours-block + .sbg-hours-block {
  margin-top: 2px;
}

.sbg-status {
  display: inline-block;
  font-weight: 600;
}

@media (max-width: 640px) {
  .sbg-hours-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}


.sbg-whatsapp,
.sbg-maps-link,
.sbg-phone,
.sbg-email {
  text-decoration: none;
}

.sbg-whatsapp-floating {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 999px;
  background: #25D366;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
}

.sbg-whatsapp-floating:hover {
  color: #fff;
  filter: brightness(.96);
}
