.atlc-weather {
  width: 100%;
}

.atlc-weather__strip {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0;
  min-height: 52px;
  padding: 0 14px;
}

.atlc-weather__item {
  align-items: center;
  color: #334155;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  gap: 6px;
  line-height: 1;
  padding: 0 16px;
  position: relative;
}

.atlc-weather__item + .atlc-weather__item::before {
  color: #cbd5e1;
  content: "|";
  left: -3px;
  position: absolute;
}

.atlc-weather__item--icon {
  font-size: 30px;
}

.atlc-weather__updated {
  color: #64748b;
  font-size: 12px;
  margin: 8px 0 0;
}

.atlc-weather__updated--stale {
  color: #92400e;
}

@media (max-width: 767px) {
  .atlc-weather__strip {
    border-radius: 14px;
    row-gap: 8px;
    width: 100%;
    justify-content: center;
    padding: 5px 14px;
  }

  .atlc-weather__item {
    font-size: 12px;
    padding: 2px 10px;
    font-weight: 400;
  }

  .atlc-weather__item--icon {
    font-size: 20px;
  }
}
