/* =========================
   Schedule Page
   ========================= */

.schedule-block {
  margin-bottom: 28px;
}

.schedule-block h2 {
  margin: 0 0 10px;
}

.schedule-block p {
  line-height: 1.7;
}

.calendar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0 22px;
}

.schedule-intro {
  max-width: 70ch;
  line-height: 1.7;
  opacity: 0.95;
  margin: 0 0 18px;
}

/* ===== Google Map Embed ===== */

.map-embed {
  margin-top: 14px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border-soft);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  background: #f5f3f1;
  height: clamp(220px, 35vw, 320px);
}

.map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.map-link {
  margin-top: 8px;
}

.map-link a {
  font-weight: 600;
  text-decoration: none;
}

.map-link a:hover {
  text-decoration: underline;
}

/* Optional subtle note style */
.note {
  margin-top: 10px;
  font-style: italic;
  opacity: 0.85;
}

.schedule-card {
  margin-bottom: 22px;
}

.schedule-card p {
  line-height: 1.8;
}

.schedule-notes {
  line-height: 1.8;
  margin: 0;
  padding-left: 20px;
}
