/** Shopify CDN: Minification failed

Line 218:0 All "@import" rules must come first

**/
/*! article */

.article__top {
  row-gap: var(--sp-2);
}

.article__top li {
  padding-inline-end: var(--sp-4);
}

.article__top li::after {
  content: '';
  position: absolute;
  inset-inline-end: 0;
  width: 1px;
  height: 16px;
  background-color: currentColor;
  opacity: 0.3;
}

.article__top li:last-child {
  padding-inline-end: 0;
}

.article__top li:last-child::after {
  content: none;
}

.article__top .icon {
  width: var(--sp-4);
  height: var(--sp-4);
}

.article .page-width--narrow .banner__box {
  padding-block: 0;
}

.article .badge {
  padding: var(--sp-2) var(--sp-4);
  font-size: var(--text-3xs);
  color: var(--badge-foreground);
  background-color: var(--badge-background);
}

@media screen and (pointer: fine) {
  .article .badge {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition: transform var(--animation-primary);
  }

  .article .badge:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .article .banner__media~.banner__content .badge {
    transition-property: transform;
  }
}

@media screen and (min-width: 768px) {
  .article .badge {
    padding: var(--sp-2d5) var(--sp-4d5);
    font-size: var(--text-xs);
  }
}

@media screen and (min-width: 1024px) {
  .article.grid {
    gap: var(--sp-16);
  }

  .article__media {
    max-width: var(--page-width);
    margin: 0 auto;
    padding-inline: var(--gap-padding);
  }

  .article__image {
    border-radius: var(--rounded-block);
  }
}

.article .banner__title+* {
  margin-block-start: 0;
}

.article .rte>*:first-child {
  margin-block-start: 0;
}

.article .rte figure img {
  border-radius: var(--rounded-block);
}

.article .rte .image-with-text img {
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .article .rte :is(figure, .image-with-text) {
    margin-inline-end: calc(var(--sp-10)*-1);
    margin-inline-start: calc(var(--sp-10)*-1);
  }

  .article .rte figure figcaption {
    margin-inline-start: var(--sp-10);
  }

  .article .rte .grid-cols-2 figure:first-child {
    margin-inline-end: 0;
  }

  .article .rte .grid-cols-2 figure:last-child {
    margin-inline-start: 0;
  }

  .article .rte .grid-cols-2 figure figcaption {
    margin-inline-start: var(--rounded-block);
  }
}

@media screen and (min-width: 1536px) {
  .article .rte :is(figure, .image-with-text) {
    margin-inline-end: calc(var(--sp-20)*-1);
    margin-inline-start: calc(var(--sp-20)*-1);
  }

  .article .rte figure figcaption {
    margin-inline-start: var(--sp-20);
  }
}

.media--adapt .article__image .media--height>img {
  position: static;
}

/*! comments */

.comments-section {
  padding-block: clamp(40px, 5vw, 80px);
}

.comments-section::before {
  background-color: rgb(var(--color-foreground)/ 0.025);
}

.comments-section :is(.article-card, .new-comment, .comment-card) {
  background-color: rgb(var(--color-background));
  padding: var(--sp-5);
  border-radius: var(--rounded-block);
}

.comments-wrapper {
  padding-block-start: var(--sp-5);
}

.comments-wrapper .pagination {
  padding-block-end: var(--sp-5);
}

.comment-card .gravatar {
  width: var(--sp-15);
}

@media screen and (max-width: 767px) {
  .comment-card .article-card__top li {
    padding-inline-end: 0;
  }

  .comment-card .article-card__top li::after {
    content: none;
  }
}

@media screen and (min-width: 1024px) {
  .comments-section>.grid {
    gap: var(--sp-15);
  }

  .comments-section .article-card {
    padding: var(--sp-7d5) var(--sp-10);
  }

  .comments-section :is(.new-comment, .comment-card) {
    padding: var(--sp-10);
  }
  
  .comments-wrapper {
    padding-block-start: var(--sp-7d5);
  }
}

@media screen and (min-width: 1280px) {
  .comments-section .page-width--narrow .article-card:nth-child(1) {
    margin-inline-start: calc(var(--sp-20) * -1);
  }

  .comments-section .page-width--narrow .article-card:nth-child(2) {
    margin-inline-end: calc(var(--sp-20) * -1);
  }
}

.comment-count .icon {
  width: var(--sp-4);
  height: var(--sp-4);
}


/* ── Softella Blog ─────────────────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;700;900&display=swap');

.article .rte {
  font-family: 'Heebo', 'Arial Hebrew', Arial, sans-serif !important;
  direction: rtl;
  text-align: right;
  font-size: 17px !important;
  line-height: 1.9;
  color: #1a1a1a;
}

.article .rte p {
  margin: 0 0 10px 0;
  color: #2a2a2a;
  text-align: right;
}

.article .rte h2 {
  font-size: 22px !important;
  font-weight: 700;
  color: #111;
  margin: 44px 0 16px 0 !important;
  padding-bottom: 10px;
  border-bottom: 2.5px solid #1CB380;
  display: inline-block;
  text-align: right;
  direction: rtl;
}

.article .rte hr {
  border: none;
  border-top: 1.5px solid #e8e8e4;
  margin: 32px 0;
}

.article .rte strong {
  color: #1CB380;
  font-weight: 700;
}

.article .rte a[href*="softella"] {
  display: inline-block;
  background: #1CB380;
  color: #fff !important;
  text-decoration: none !important;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  margin: 8px 0;
  letter-spacing: 0.01em;
  transition: background 0.2s;
}

.article .rte a[href*="softella"]:hover {
  background: #0fa86a;
}

.article .rte blockquote {
  background: linear-gradient(135deg, #edfaf4, #f2fbf7) !important;
  border-right: 5px solid #1CB380 !important;
  border-left: none !important;
  border-radius: 0 14px 14px 0;
  padding: 24px 24px 24px 16px !important;
  margin: 0 0 44px 0 !important;
  font-style: normal !important;
  quotes: none;
}

.article .rte blockquote::before,
.article .rte blockquote::after { content: none; }

.article .rte blockquote p {
  margin: 0 0 6px 0;
  font-size: 18px;
}

.article .rte blockquote p:last-child { margin-bottom: 0; }

/* Comparison table */
.article .rte table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 12px 0;
  margin: 16px 0 32px 0;
  direction: rtl;
}

.article .rte table td {
  border-radius: 12px;
  padding: 18px 16px;
  vertical-align: top;
  width: 50%;
  font-size: 15px;
  line-height: 1.7;
}

.article .rte table tr td:first-child {
  background: #fff5f5;
  border: 1.5px solid #ffd6d6;
}

.article .rte table tr td:last-child {
  background: #f0fbf5;
  border: 1.5px solid #b2ecd0;
}

/* Signature — last paragraph */
.article .rte > p:last-child {
  text-align: center;
  color: #999;
  font-size: 15px;
  font-weight: 300;
  padding-top: 28px;
  border-top: 1px solid #e8e8e4;
  margin-top: 44px;
}
/* ─────────────────────────────────────────────────────────── */
