main.shabbat-page {
  padding: 40px 0;
  min-height: calc(100vh - 150px);
}

.shabbat-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
}

.breadcrumbs {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 20px;
}

.breadcrumbs a {
  color: #0056b3;
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.shabbat-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border: 1px solid #dee2e6;
  overflow: hidden;
  margin-bottom: 20px;
}

.card-header {
  background: #e7f1ff;
  padding: 25px 30px;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.header-content h1 {
  margin: 0 0 5px;
  font-size: 1.8rem;
  color: #0056b3;
  font-weight: 700;
}

.header-content .subtitle {
  color: #666;
  font-size: 1rem;
}

.parasha-tag {
  display: inline-block;
  background: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #0056b3;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.card-body {
  padding: 30px;
}

.times-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.main-times {
  flex: 1;
  min-width: 280px;
}

.times-section-title {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #888;
  margin: 18px 0 8px;
}

.times-section-title:first-child {
  margin-top: 0;
}

.time-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #f1f1f1;
}

.time-row:last-child {
  border-bottom: none;
}

.time-row.highlight {
  background-color: #fff8e1;
  padding: 20px 15px;
  border-radius: 8px;
  border-bottom: none;
  margin-bottom: 10px;
}

.label-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.icon {
  font-size: 1.4rem;
  color: #0056b3;
  width: 24px;
  text-align: center;
}

.label-main {
  font-weight: 600;
  font-size: 1.1rem;
  color: #333;
}

.label-desc {
  display: block;
  font-size: 0.85rem;
  color: #666;
  margin-top: 2px;
}

.time-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0056b3;
  font-variant-numeric: tabular-nums;
}

.location-details {
  flex: 0 0 260px;
  background: #fdfdfd;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #eee;
}

.detail-item {
  margin-bottom: 15px;
}

.detail-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #888;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.detail-value {
  font-size: 1rem;
  font-weight: 500;
  color: #444;
}

.location-map {
  display: block;
  width: 100%;
  height: 160px;
  border: 0;
  border-radius: 8px;
  margin-top: 10px;
  background: #eef2f7;
}

.method-note {
  margin-top: 18px;
  padding: 12px 14px;
  background: #f8fafc;
  border: 1px solid #e8edf3;
  border-radius: 8px;
  font-size: 0.85rem;
  color: #666;
  line-height: 1.5;
}

.api-credit {
  text-align: center;
  font-size: 0.8rem;
  color: #666;
  margin-top: 20px;
  line-height: 1.5;
}

.api-credit a {
  color: #666;
  text-decoration: underline;
}

.api-credit a:hover {
  color: #0056b3;
}

.shabbat-alert {
  background: #fee2e2;
  border: 1px solid #ef4444;
  color: #b91c1c;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .card-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .times-container {
    flex-direction: column;
  }

  .location-details {
    width: 100%;
    margin-top: 20px;
  }
}
