.wildpotomac-events {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-height: 30vh;
  overflow-y: auto;
}

.wildpotomac-events__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 6px;
}

.wildpotomac-events__date-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 4rem;
}

.wildpotomac-events__month {
  font-size: 0.875rem;
  font-weight: 600;
  color: #6b7280;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 0.1rem;
}

.wildpotomac-events__day {
  font-size: 2.75rem;
  font-weight: 700;
  color: #1a1f2e;
  line-height: 1;
}

.wildpotomac-events__content {
  flex: 1;
}

.wildpotomac-events__title {
  display: block;
  font-size: 1.625rem;
  font-weight: 700;
  color: #1a1f2e;
  text-decoration: none;
  line-height: 1.2;
}

.wildpotomac-events__title:hover {
  text-decoration: underline;
}

.wildpotomac-events__time {
  display: block;
  font-size: 1rem;
  color: #6b7280;
  margin-top: 0.125rem;
}

.wildpotomac-events__empty {
  color: #6b7280;
  font-style: italic;
  text-align: center;
}
