/* ══════════════════════════════════════════════════════════════════
   REDUCED MOTION — every animation has a still alternative.
   ══════════════════════════════════════════════════════════════════ */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .class-card:hover {
    transform: none;
  }
  .toast {
    transform: none;
  }
}

.sched th {
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}

.section-title_1 {
  display: block; /* ทำให้ขึ้นบรรทัดใหม่ */
  font-size: 14px;
  font-weight: bold;
  color: #3639ec; /* สีของ SECTION */
}

.section-title_2 {
  display: block; /* ทำให้ขึ้นบรรทัดใหม่ */
  font-size: 14px;
  font-weight: bold;
  color: #3639ec; /* สีของ SECTION */
}

.section-title_3 {
  display: block; /* ทำให้ขึ้นบรรทัดใหม่ */
  font-size: 14px;
  font-weight: bold;
  color: #3639ec; /* สีของ SECTION */
}

.section-title_4 {
  display: block; /* ทำให้ขึ้นบรรทัดใหม่ */
  font-size: 14px;
  font-weight: bold;
  color: #3639ec; /* สีของ SECTION */
}

.section-time {
  display: block;
  margin-top: 3px;
  font-size: 13px;
  color: #666; /* สีของเวลา */
}
