.elementor-3919 .elementor-element.elementor-element-b027078{--display:flex;--margin-top:150px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-0660df4 */.lsc-shabbat-2026 {
  --gold: #d4a017;
  --green: #2c5530;
  --light-bg: #f9f7f2;
  --box-bg: #f0f5f0;
  --text: #333;
  --btn-hover: #b8860b;
  
  font-family: 'Arial', sans-serif;
  color: var(--text);
  line-height: 1.6;
  padding: 24px;
  max-width: 800px;
  margin: 0 auto;
}

.lsc-shabbat-2026 h1 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: var(--green);
}

.lsc-shabbat-2026 .intro {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
}

.lsc-shabbat-2026 p {
  margin-bottom: 18px;
  font-size: 16px;
}

.lsc-shabbat-2026 .goal-box,
.lsc-shabbat-2026 .dedication-box {
  background-color: var(--box-bg);
  padding: 16px;
  border-radius: 10px;
  margin: 24px 0;
}

.lsc-shabbat-2026 .goal-box h2,
.lsc-shabbat-2026 .dedication-box h3 {
  margin-bottom: 10px;
  color: var(--green);
}

.lsc-shabbat-2026 .sponsorship-options {
  margin: 30px 0;
}

.lsc-shabbat-2026 .option {
  background-color: #f8f9fa;
  padding: 16px;
  border-left: 4px solid var(--gold);
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
  color: var(--green);
}

.lsc-shabbat-2026 .dedication-box ul {
  padding-left: 20px;
  margin: 12px 0;
}

.lsc-shabbat-2026 .dedication-box li {
  margin-bottom: 6px;
}

.lsc-shabbat-2026 .closing {
  font-style: italic;
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
}

.lsc-shabbat-2026 .donate-buttons {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 30px 0;
}

.lsc-shabbat-2026 .btn {
  display: block;
  text-align: center;
  padding: 14px 20px;
  background-color: var(--gold);
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.lsc-shabbat-2026 .btn:hover {
  background-color: var(--btn-hover);
}

.lsc-shabbat-2026 .footer-note {
  text-align: center;
  margin-top: 20px;
  font-size: 15px;
  color: #666;
}

.lsc-shabbat-2026-buttons-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 25px auto;
}

/* Tablet & desktop enhancements */
@media (min-width: 600px) {
  .lsc-shabbat-2026 {
    padding: 32px;
  }
  .lsc-shabbat-2026 h1 {
    font-size: 34px;
  }
  .lsc-shabbat-2026 .intro {
    font-size: 24px;
  }
}/* End custom CSS */