.resort-block {
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.resort-header {
  font-size: 3rem;
  font-weight: 600;
  cursor: pointer;
  padding: 0.3rem 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color 0.2s;
}

.resort-header:hover {
  color: #035280;
}

.resort-content ul {
  list-style: disc;
  padding-left: 2rem;
  margin: 0.3rem 0 0.6rem 0;
}

.resort-content h3 {
  margin: 5px 0;
}
