/** Shopify CDN: Minification failed

Line 307:0 Unexpected "}"

**/
.article-template > *:first-child:not(.article-template__hero-container) {
  margin-top: 5rem;
}

@media screen and (min-width: 750px) {
  .article-template > *:first-child:not(.article-template__hero-container) {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}

.article-template__hero-container {
  max-width: 130rem;
  margin: 0 auto;
}

.article-template__hero-small {
  height: 11rem;
}

.article-template__hero-medium {
  height: 22rem;
}

.article-template__hero-large {
  height: 33rem;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .article-template__hero-small {
    height: 22rem;
  }

  .article-template__hero-medium {
    height: 44rem;
  }

  .article-template__hero-large {
    height: 66rem;
  }
}

@media screen and (min-width: 990px) {
  .article-template__hero-small {
    height: 27.5rem;
  }

  .article-template__hero-medium {
    height: 55rem;
  }

  .article-template__hero-large {
    height: 82.5rem;
  }
}

.article-template header {
  margin-top: 4.4rem;
  margin-bottom: 2rem;
  line-height: calc(0.8 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .article-template header {
    margin-top: 5rem;
  }
}

.article-template__title {
  margin: 0;
}

.article-template__title:not(:only-child) {
  margin-bottom: 1rem;
}

.article-template__link {
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.article-template__link .icon-wrap {
  display: flex;
  margin-right: 1rem;
  transform: rotate(180deg);
}

.article-template__content {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.article-template__social-sharing {
  margin-top: 3rem;
}

.article-template__social-sharing + header,
.article-template__social-sharing + .article-template__content {
  margin-top: 1.5rem;
}

.article-template__comment-wrapper {
  margin-top: 5rem;
  padding: 2.7rem 0;
}

@media screen and (min-width: 750px) {
  .article-template__comment-wrapper {
    margin-top: 6rem;
    padding: 3.6rem 0;
  }
}

.article-template__comment-wrapper h2 {
  margin-top: 0;
}

.article-template__comments {
  margin-bottom: 5rem;
}

@media screen and (min-width: 750px) {
  .article-template__comments {
    margin-bottom: 7rem;
  }
}

.article-template__comments-fields {
  margin-bottom: 4rem;
}

.article-template__comments-comment {
  color: rgba(var(--color-foreground), 0.75);
  background-color: rgb(var(--color-background));
  margin-bottom: 1.5rem;
  padding: 2rem 2rem 1.5rem;
}

@media screen and (min-width: 750px) {
  .article-template__comments-comment {
    padding: 2rem 2.5rem;
  }
}

.article-template__comments-comment p {
  margin: 0 0 1rem;
}

.article-template__comment-fields > * {
  margin-bottom: 3rem;
}

@media screen and (min-width: 750px) {
  .article-template__comment-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 4rem;
  }
}

.article-template__comment-warning {
  margin: 2rem 0 2.5rem;
}

@media screen and (min-width: 990px) {
  .article-template__comments .pagination-wrapper {
    margin: 5rem 0 8rem;
  }
}

.article-template__back:last-child {
  margin-bottom: 3.2rem;
}


/* ================================ Overrides לעמודי פוסט בודד – מרכזים ורחבים יותר ================================ */
.article-template .article-template__content {
  /* עד 90% מרוחב המסך, אך לא יותר מ-900px */
  max-width: 90vw !important;
  max-width: 900px !important;
  margin: 0 auto !important;
  padding: 0 16px !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

/* כותרות בתוך גוף התוכן */
.article-template .article-template__content h1 {
  font-size: 28px !important;
  margin: 1.5em 0 0.75em !important;
}
.article-template .article-template__content h2 {
  font-size: 24px !important;
  margin: 1.2em 0 0.6em !important;
}
.article-template .article-template__content h3 {
  font-size: 20px !important;
  margin: 1em 0 0.5em !important;
}

/* תמונות רספונסיביות ללא float */
.article-template .article-template__content img {
  float: none !important;
  display: block !important;
  margin: 1em auto !important;
  max-width: 100% !important;
  height: auto !important;
}

/* clearfix על גוף התוכן */
.article-template .article-template__content::after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

/* ================================ Overrides לכותרת הראשית, תאריך ושיתוף – מרכזים ================================ */
/* מלכד את כל ה-header לשורה אחת ומתמרכז */
.article-template header {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  margin-top: 4.4rem !important;
  margin-bottom: 2rem !important;
}

/* כותרת הראשית */
.article-template header .article-template__title {
  display: block !important;
  width: 100% !important;
  font-size: 28px !important;
  line-height: 1.2 !important;
  margin: 0 0 1rem !important;
}

/* תאריך */
.article-template header time {
  display: inline-block !important;
  margin: 0 0.5em !important;
}

/* קישור השיתוף (אם זה <a> או <button>) */
.article-template header .article-template__link,
.article-template header .article-template__share,
.article-template header button,
.article-template header a.share-button {
  display: inline-block !important;
  margin: 0 0.5em !important;
}

/* בלוק השיתוף (אם יש wrapper נפרד) */
.article-template .article-template__social-sharing {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  margin: 1rem 0 !important;
}
.article-template .article-template__social-sharing a,
.article-template .article-template__social-sharing button {
  display: inline-block !important;
  margin: 0 0.5em !important;
}

/* ================================ מדיה קווריז ================================ */
/* במובייל */
@media screen and (max-width: 767px) {
  .article-template .article-template__content {
    max-width: 100% !important;
    padding: 0 12px !important;
    font-size: 15px !important;
  }
  .article-template header .article-template__title {
    font-size: 22px !important;
  }
  .article-template .article-template__content h1 {
    font-size: 24px !important;
  }
  .article-template .article-template__content h2 {
    font-size: 20px !important;
  }
  .article-template .article-template__content h3 {
    font-size: 18px !important;
  }
}

/* במסכים בינוניים–גדולים */
@media screen and (min-width: 750px) {
  .article-template header .article-template__title {
    font-size: 36px !important;
  }
}

/* במסכים רחבים מאוד */
@media screen and (min-width: 1200px) {
  .article-template .article-template__content {
    max-width: 1100px !important;
  }
}

}


