/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 402:2 Unexpected "}"

**/
<style>
  .evr-blog-article > * + * {
    margin-top: 1.2rem;
  }

  .evr-blog-article p {
    line-height: 1.8;
  }

  .evr-blog-article h2 {
    margin-top: 3rem;
    margin-bottom: 1rem;
  }

  .evr-blog-article h3 {
    margin: 0 0 0.5rem;
  }

  .evr-blog-article hr {
    border: 0;
    border-top: 1px solid var(--evr-border-subtle);
    margin: 2.5rem 0;
  }

  .evr-blog-article figure {
    margin: 1.5rem auto;
    width: fit-content;
  }

  .evr-blog-article figcaption {
    margin-top: 0.75rem;
    font-size: 0.95rem;
    color: rgb(var(--color-foreground-rgb) / 0.72);
  }

  .evr-blog-article img,
  .evr-blog-article iframe {
    display: block;
    width: 100%;
    border: 0;
    max-height: 750px;
    object-fit: contain;
  }

  .evr-blog-article blockquote {
    margin: 1.75rem 0;
    padding: 1.25rem 1.25rem;
  }

  .evr-blog-article .evr-quote-card {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 1rem;
    align-items: center;
  }

  .evr-blog-article .evr-quote-card__image {
    width: 72px;
    height: 72px;
    border-radius: 999px;
    overflow: hidden;
    flex-shrink: 0;
  }

  .evr-blog-article .evr-quote-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 999px;
  }

  .evr-blog-article .evr-quote-card__content p {
    margin: 0;
    font-size: 1.08rem;
  }

  .evr-blog-article .evr-quote-card__content footer {
    margin-top: 0.9rem;
    font-size: 0.92rem;
    color: rgb(var(--color-foreground-rgb) / 0.72);
    font-weight: 600;
    letter-spacing: 0.02em;
  }

  .evr-blog-article .evr-steps {
    list-style: none;
    padding: 0;
    margin: 1.75rem 0;
    display: grid;
    gap: 1rem;
  }

  .evr-blog-article .evr-step {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1rem;
  }

.evr-step__badge {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  flex-shrink: 0;

  font-weight: 700;
  font-size: 1rem;
  line-height: 1;

  background: rgb(var(--color-border-rgb));
  color: rgb(var(--color-foreground-heading-rgb));
  border: 1px solid rgb(var(--color-border-rgb) / 0.22);
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.04);
}

.evr-blog-accent {
  color: var(--color-primary);
}

.evr-blog-dropcap {
  line-height: 1.8;
}

.evr-blog-dropcap__letter {
  float: left;
  font-size: 4.5rem;
  line-height: 0.82;
  font-weight: 600;
  color: var(--color-primary);
  margin-right: 0.18em;
  margin-top: 0.08em;
}

.evr-stat__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.85rem;
}

.evr-stat__icon img {
  width: 32px;
  height: 32px;
  display: block;
  object-fit: contain;
}

  .evr-blog-article .evr-step__content p {
    margin: 0;
  }

  .evr-blog-article .evr-testimonial {
    display: grid;
    grid-template-columns: 1fr 120px;
    gap: 1.25rem;
    align-items: center;
    padding: 1.25rem;
    margin: 2rem 0;
  }

  .evr-blog-article .evr-testimonial__stars {
    margin-bottom: 0.75rem;
    letter-spacing: 0.2em;
    font-size: 1rem;
    color: var(--color-primary);
  }

  .evr-blog-article .evr-testimonial__quote {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.75;
  }

  .evr-blog-article .evr-testimonial__meta {
    margin-top: 1rem;
    color: rgb(var(--color-foreground-rgb) / 0.72);
    font-weight: 600;
  }

  .evr-blog-article .evr-testimonial__image {
    width: 120px;
    height: 120px;
    border-radius: 999px;
    overflow: hidden;
    justify-self: end;
  }

  .evr-blog-article .evr-testimonial__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 999px;
  }

  .evr-blog-article .evr-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 2rem 0;
  }

  .evr-blog-article .evr-stat {
    padding: 1.25rem;
    text-align: center;
  }

  .evr-blog-article .evr-stat__eyebrow {
    display: inline-block;
    margin-bottom: 0.6rem;
    color: var(--color-primary);
    font-weight: 700;
    letter-spacing: 0.03em;
  }

  .evr-blog-article .evr-stat h3 {
    margin: 0 0 0.45rem;
    font-size: clamp(1.5rem, 3vw, 2rem);
    line-height: 1.1;
  }

  .evr-blog-article .evr-stat p {
    margin: 0;
    color: rgb(var(--color-foreground-rgb) / 0.72);
    line-height: 1.6;
  }

  .evr-blog-article .evr-cta {
    margin-top: 2.5rem;
    padding: 2rem 1.25rem;
    text-align: center;
  }

  .evr-blog-article .evr-cta p {
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
  }

  .evr-cta__actions {
    display: flex;
    flex-direction: column;
    align-items: center;   /* <-- das ist der Fix */
    gap: 12px;
    margin-top: 1.25rem;
  }

  .evr-cta__actions a {
    width: fit-content;     /* verhindert full width */
  }

  .evr-blog-card {
    background: rgb(var(--color-background-rgb));
    border: 1px solid var(--evr-border-subtle);
    border-radius: var(--evr-radius-card);
    box-shadow: 0 8px 24px rgb(0 0 0 / 0.06);
    padding: 1.5rem;
    }

    .evr-blog-card h3 {
        color: var(--color-primary);
    }

    /* etwas mehr Luft für größere Cards */
    .evr-cta.evr-blog-card {
    padding: 2rem 1.5rem;
    }

    /* hover leicht wie im Design */
    .evr-blog-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 32px rgb(0 0 0 / 0.08);
    transition: transform 150ms var(--evr-ease),
                box-shadow 150ms var(--evr-ease);
    }

    .evr-stat.evr-blog-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

  .evr-blog-article .evr-usp-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem 1.25rem;
    color: rgb(var(--color-foreground-rgb) / 0.72);
    font-size: 0.95rem;
  }

  .evr-blog-article .evr-usp-list li::before {
    content: "✓";
    margin-right: 0.45rem;
    color: var(--color-primary);
    font-weight: 700;
  }

  .evr-blog-card--success {
    border-color: rgb(var(--color-success-rgb, 40 167 69) / 0.25);
    background: rgb(var(--color-success-rgb, 40 167 69) / 0.08);
    }

.evr-blog-card--warn {
  background: rgb(190 40 40 / 0.05);
  border: 1px solid rgb(190 40 40 / 0.14);
}

.evr-blog-card--warn h3 {
  color: rgb(140 28 28);
}

.evr-faq-list {
  display: grid;
  gap: 1rem;
}

.evr-faq-card__head {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 0.9rem;
  align-items: center;
  margin-bottom: 0.75rem;
}

.evr-faq-card__head h3 {
  margin: 0;
}

.evr-faq-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 400;
}

.evr-faq-card__icon--x {
  background: rgb(190 40 40 / 0.08);
  color: rgb(190 40 40 / 0.9);
}

.evr-faq-card__icon--arrow {
  background: rgb(var(--color-primary-rgb, 33 115 70) / 0.08);
  color: var(--color-primary);
  font-size: 1.4rem;
  font-weight: 600;
}

.evr-blog-card--warn p:last-child {
  margin-bottom: 0;
}
  @media (max-width: 749px) {
    .evr-blog-article .evr-quote-card,
    .evr-blog-article .evr-testimonial {
      grid-template-columns: 1fr;
      align-items: start;
    }

    .evr-blog-article .evr-quote-card__image {
      width: 60px;
      height: 60px;
    }

    .evr-blog-article .evr-testimonial__image {
      justify-self: start;
    }

    .evr-blog-article .evr-stats {
      grid-template-columns: 1fr;
    }

    .evr-blog-article .evr-step {
      grid-template-columns: 48px 1fr;
    }

  .evr-step__badge {
    width: 38px;
    height: 38px;
    font-size: 0.95rem;
  }
  .evr-blog-dropcap__letter {
    font-size: 4.3rem;
  }
}
  }
</style>