.schedule {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

.event-box, .month-box {
  background: #f7f7f7;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 30px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.event-list li, .schedule-list li {
  margin-bottom: 10px;
}

.event-list li a {
  font-weight: bold;
  color: #0066cc;
  text-decoration: none;
}
.event-list li a:hover {
  text-decoration: underline;
}