/* Dark Mode Theme */
.jadwal-sholat-container.jsm-tema-dark {
  background: #2d3748;
  color: #e2e8f0;
}

.jadwal-sholat-container.jsm-tema-dark .jsm-header {
  background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);
  color: white;
}

.jadwal-sholat-container.jsm-tema-dark .jsm-select {
  border: 1px solid #4a5568;
  background: #4a5568;
  color: white;
}

.jadwal-sholat-container.jsm-tema-dark .jsm-loading {
  background: #2d3748;
  color: #e2e8f0;
}

.jadwal-sholat-container.jsm-tema-dark .jsm-spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #667eea;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: 0 auto 15px;
}

.jadwal-sholat-container.jsm-tema-dark .jsm-lokasi {
  background: #1a202c;
  color: #e2e8f0;
}

.jadwal-sholat-container.jsm-tema-dark .jsm-next-prayer {
  background: #2d3748;
  color: #a0aec0;
  border-bottom: 1px solid #4a5568;
}

.jadwal-sholat-container.jsm-tema-dark .jsm-countdown-timer {
  color: #81e6d9;
}

.jadwal-sholat-container.jsm-tema-dark .jsm-waktu-item {
  background: #2d3748;
  border-bottom: 1px solid #4a5568;
  color: #e2e8f0;
}

.jadwal-sholat-container.jsm-tema-dark .jsm-waktu-item:nth-child(odd) {
  background: #4a5568;
}

.jadwal-sholat-container.jsm-tema-dark .jsm-waktu-item.jsm-next {
  background: #2c5282;
  border-left: 4px solid #63b3ed;
}

.jadwal-sholat-container.jsm-tema-dark .jsm-waktu-label {
  color: #e2e8f0;
}

.jadwal-sholat-container.jsm-tema-dark .jsm-waktu-value {
  color: #81e6d9;
}

.jadwal-sholat-container.jsm-tema-dark .jsm-footer {
  background: #1a202c;
  color: #a0aec0;
  border-top: 1px solid #4a5568;
}

.jadwal-sholat-container.jsm-tema-dark .jsm-error {
  background: #742a2a;
  color: #fc8181;
}
