/* Zaytouna — small additions on top of the original theme stylesheet.
   The theme's colors/fonts/layout are untouched; this file only adds
   the bits the static template didn't need (logo sizing, live counter, forms). */

.header .logo img {
  max-height: 58px;
  width: auto;
}

.footer .footer-about .logo img {
  max-height: 54px;
}

#today-count-wrap {
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}

#today-count {
  font-weight: 700;
  font-size: 1.1rem;
}

/* AJAX form feedback (mirrors the theme's php-email-form states) */
.ajax-form .loading,
.ajax-form .error-message,
.ajax-form .sent-message {
  display: none;
}

.ajax-form .loading.d-block,
.ajax-form .error-message.d-block,
.ajax-form .sent-message.d-block {
  display: block;
}

.ajax-form button[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

.newsletter-form .error-message,
.newsletter-form .sent-message {
  color: var(--accent-color);
  font-size: 0.85rem;
  margin-top: 6px;
}
