
.shabbat-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.shabbat-box {
  background: white;
  border: 1px solid #0075ff;
  padding: 15px;
  border-radius: 8px;
  width: 220px;
  text-align: center;
}
.shabbat-box h4 {
  font-size: 18px;
  margin: 10px 0;
}
.time-row {
  font-size: 14px;
  margin: 5px 0;
}
.time-row strong {
  font-size: 16px;
}
.shabbat-main-header {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}
.shabbat-search-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
#shabbat-search {
  width: 320px;
  max-width: 90%;
  padding: 12px 16px;
  font-size: 18px;
  border: 1px solid #0075ff;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  text-align: center;
}
