.home-hero {
  display: block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  margin-bottom: 1.5rem;
}

.home-section {
  margin-bottom: 2rem;
}

.home-section__title {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #eee;
}

.home-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.home-shows {
  list-style: none;
  padding: 0;
  margin: 0;
}

.home-shows__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid #f0f0f0;
}

.home-shows__date {
  font-weight: bold;
  min-width: 130px;
}

.home-shows__location {
  color: #888;
}
