/* body {
      font-family: 'Segoe UI', sans-serif;
      margin: 0;
      padding: 0;
      background-color: #fffde7;
      color: #4e342e;
    } */

.event-container {
  max-width: 960px;
  margin: auto;
  padding: 20px;
}

.event-title {
  text-align: center;
  font-size: 2rem;
  color: #d84315;
  margin-bottom: 10px;
}

.event-subtitle {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #6d4c41;
}

.schedule {
  background-color: #fff8e1;
  border: 2px solid #fbc02d;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.schedule h3 {
  margin-top: 0;
  color: #bf360c;
}

.schedule ul {
  list-style-type: none;
  padding-left: 0;
}

.schedule li {
  margin: 10px 0;
  font-size: 1rem;
}

.flyer-section {
  text-align: center;
}

.flyer-placeholder {
  width: 100%;
  max-width: 600px;
  height: auto;
  border: 2px dashed #fbc02d;
  border-radius: 8px;
  padding: 20px;
  background-color: #fff3e0;
  margin: auto;
}

.flyer-placeholder p {
  color: #8d6e63;
  font-size: 1rem;
}

@media (max-width: 600px) {
  .event-title {
    font-size: 1.5rem;
  }

  .event-subtitle {
    font-size: 1rem;
  }

  .schedule li {
    font-size: 0.95rem;
  }
}
