.locations-list {
  padding: 34px 0 46px;
}

.location-card {
  position: relative;
  padding: 8px 0 30px;
  border-bottom: 4px solid #d9dfe5;
}

.location-card:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.location-title {
  margin: 0 0 6px;
  color: var(--color-blue);
  font-size: 24px;
  font-weight: 700;
}

.location-lines {
  margin: 0;
  font-size: 24px;
  white-space: pre-line;
}

.location-hours {
  margin: 8px 0 0;
  font-size: 24px;
}

.location-hours em {
  font-style: italic;
  font-weight: 600;
}

.location-icons {
  position: absolute;
  right: 0;
  top: 10px;
  display: flex;
  gap: 8px;
  color: var(--color-blue-dark);
  font-size: 21px;
}

.location-review {
  position: absolute;
  right: 0;
  bottom: 18px;
  width: 145px;
  height: 69px;
  background: #f2f2f2;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-blue-dark);
  font-size: 14px;
  font-weight: 600;
}
