.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(.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),.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}:root{--c-forest: #2e7d32;--c-forest-600:#1b5e20;--c-leaf: #81c784;--c-earth: #5d4037;--c-sky: #f0f8f3;--c-ink: #1f2937}.article-template__content{max-width:min(100%,820px);margin:3rem auto;padding-inline:clamp(12px,3vw,24px);line-height:1.85;color:var(--c-ink)}.article-template__hero-container{max-width:min(100%,1100px);margin:0 auto;padding-inline:clamp(12px,3vw,24px)}.article-template__hero-small,.article-template__hero-medium,.article-template__hero-large{height:auto!important;max-height:clamp(180px,42vh,420px);overflow:hidden;border-radius:14px}.article-template__hero-container img{width:100%;height:100%;display:block;object-fit:cover}.article-template header{margin-top:2.4rem;margin-bottom:1.6rem}.article-template__title,.article-template h1{font-size:clamp(1.8rem,1.5vw + 1.5rem,2.6rem);line-height:1.3;font-weight:700;color:var(--c-forest);text-align:center;margin-bottom:1.2rem;position:relative}.article-template__title:after,.article-template h1:after{content:"";display:block;width:60px;height:3px;margin:.6rem auto 0;background-color:var(--c-leaf);border-radius:2px}@media (max-width: 749px){.article-template__title,.article-template h1{font-size:1.8rem;margin-bottom:1rem}}.article-template__content h2{margin:2.4em 0 1rem;font-size:clamp(1.35rem,1.2vw + 1.1rem,1.9rem);line-height:1.35;font-weight:700;color:var(--c-ink);padding:.9rem 1rem .9rem 1.1rem;background:var(--c-sky);border-left:6px solid var(--c-forest);border-radius:10px;position:relative;scroll-margin-top:90px}.article-template__content h2:before{content:"";position:absolute;left:-3px;top:50%;transform:translateY(-50%);width:8px;height:8px;border-radius:2px;background:var(--c-leaf)}.article-template__content h3{margin:1.8em 0 .7em;font-size:clamp(1.15rem,1vw + .95rem,1.45rem);line-height:1.45;font-weight:700;position:relative;padding-left:.9rem;scroll-margin-top:90px}.article-template__content h3:before{content:"";position:absolute;left:0;top:.6em;width:7px;height:7px;border-radius:2px;background:var(--c-forest)}.article-template__content h3:after{content:"";display:block;margin-top:.4rem;height:2px;width:100%;background:linear-gradient(90deg,var(--c-forest),transparent 70%);opacity:.25}.article-template__content p,.article-template__content ul,.article-template__content ol{margin:1em 0}.article-template__content a{color:var(--c-forest);text-decoration:underline;text-decoration-thickness:.08em;text-underline-offset:.15em}.article-template__content a:hover{color:var(--c-forest-600)}.article-template__content table{width:100%;border-collapse:collapse;font-size:1.15rem;margin:1.2rem 0;border:1px solid #e9efe9}.article-template__content th,.article-template__content td{border:1px solid #e9efe9;padding:.7em .8em}.article-template__content tr:nth-child(2n){background:#fafdfb}.article-template__content blockquote{margin:1.4rem 0;padding:1rem 1.2rem;background:var(--c-sky);border-left:4px solid var(--c-forest);color:var(--c-ink);border-radius:8px}.article-template__content img{display:block;max-width:100%;height:auto;margin:1.2rem auto;border-radius:12px}.article-template__social-sharing{margin-top:2rem}.article-template__comment-wrapper{margin-top:4rem}:root{scroll-padding-top:80px}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-blog-post.css.map */
