.nearest-banner {
  background: #fff;
  color: #111;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 14px;
  line-height: 1;
}

.nearest-banner-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 16px;
}

.nearest-banner-title {
  font-weight: 600;
  font-size: 18px;
}

.nearest-banner-details {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nearest-banner-address {
  font-size: 15px;
}

.nearest-banner-status {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 4.5px 10px;
  border-radius: 999px;
  color: #fff;
}

.nearest-banner-status.is-open {
  background: #6dac5b;
}

.nearest-banner-status.is-closed {
  background: #b70718;
}

@media (max-width: 768px) {
  .nearest-banner-title {
    font-size: 14px;
  }

  .nearest-banner-address {
    font-size: 13px;
  }

  .nearest-banner-status {
    font-size: 11px;
  }
}
