.article-container{display:flex;flex-direction:column;gap:2rem}.article-header{width:100%;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:4rem;align-items:center;text-align:center;padding:3rem 1rem 6rem}.article-header__wrapper{display:flex;flex-direction:column;align-items:center;gap:5rem;width:100%;margin-bottom:3rem}.article-template__title{max-width:600px;width:100%}@media screen and (max-width:767px){.article-template__content{padding:0 2rem;word-wrap:break-word;white-space:normal;margin-bottom:3rem}.article-template__title{text-align:center;margin:0 auto;margin-bottom:2.5rem}}.article-header__image{display:flex;justify-content:center;align-items:center;width:100%}.article-header__image img{width:100%;height:auto;border-radius:8px}.article-header__image--small img{max-width:300px}.article-header__image--medium img{max-width:600px}.article-header__image--large img{max-width:900px}.article-header__content{flex:1;width:100%;text-align:left}.article-header__summary{margin-top:1.5rem;padding:1.5rem;background:#f8f9fa;border-left:4px solid #0f828c;border-radius:6px;line-height:1.6;font-size:clamp(12px,1.6vw,16px);color:#333}.article-header__summary p{margin:0}.article-header__summary p+p{margin-top:.75rem}@media screen and (max-width:767px){.article-header__summary{font-size:1rem;padding:1.25rem}}@media screen and (min-width:768px){.article-header__wrapper{flex-direction:row;align-items:center;text-align:left;justify-content:space-between;gap:3rem}.article-header__content{flex:1;text-align:left}.article-header__image{flex-basis:50%;max-width:500px}.article-header__image img{width:100%;height:auto;display:block;border-radius:10px}}.article-template__back{width:auto;margin-top:3rem;padding-left:2rem;text-align:left;display:flex;justify-content:flex-start;align-items:flex-start;max-width:unset}.article-content+.article-template__back{padding-left:0;margin-left:0}.article-template__back a{font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none;display:inline-flex;align-items:center;gap:10px;padding:12px 20px;background:#0f828c;border-radius:8px;transition:all .3s ease}.article-template__back a:hover{background:#e0e0e0;transform:scale(1.05);text-decoration:underline}@media screen and (max-width:767px){.article-template__back{max-width:90%;padding-left:1rem}.article-template__back a{font-size:1.3rem;padding:10px 15px}}@media screen and (min-width:768px){.article-container{display:grid;grid-template-columns:2fr 1fr;gap:5rem;align-items:start;max-width:1200px;margin:0 auto}}.article-sidebar{width:100%;max-width:600px}.article-sidebar h2{font-size:2rem;margin-bottom:10px}@media screen and (min-width:768px){.article-sidebar{position:sticky;top:10px;height:fit-content}}#table-of-contents{background:#f9f9f9;padding:2rem;font-size:1.3rem;max-width:450px}#table-of-contents ul{list-style:none;padding-left:1rem}#table-of-contents li{margin-bottom:.5rem;font-size:1.5rem}#table-of-contents a{text-decoration:none;color:#333;display:block;padding:5px 10px;border-radius:4px;transition:background .3s ease}#table-of-contents a:hover{background:#eaeaea;text-decoration:underline}@media screen and (max-width:767px){.article-sidebar{display:none}}.article-form-wrapper{display:flex;justify-content:flex-end}.article-form-container{width:100%;max-width:450px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}@media screen and (max-width:768px){.article-form-wrapper{justify-content:center;padding-top:2rem}.article-form-container{max-width:100%}}.related-posts-section{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.related-posts-title{font-size:clamp(21px,4vw,40px);font-weight:700;text-transform:uppercase;margin-bottom:2rem;text-align:left;color:#1a1a1a;letter-spacing:.5px}.related-posts-carousel-wrapper{position:relative;display:flex;align-items:center;gap:1.5rem}.related-posts-carousel{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;overflow:hidden;width:100%;padding:0 0 20px}.related-post-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.related-post-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.related-post-link{text-decoration:none;color:inherit;display:block}.related-post-image{position:relative;width:100%;padding-top:66.67%;overflow:hidden;background:#f0f0f0}.related-post-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.related-post-card:hover .related-post-image img{transform:scale(1.05)}.related-post-badge{position:absolute;top:10px;right:10px;background:#4caf50;color:#fff;padding:6px 12px;border-radius:4px;font-size:.85rem;font-weight:600;text-transform:uppercase;box-shadow:0 2px 6px #0003}.related-post-content{padding:1.25rem}.related-post-title{font-size:clamp(12px,1.6vw,16px);font-weight:600;line-height:1.4;margin:0 0 .5rem;color:#1a1a1a;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.related-post-excerpt{font-size:clamp(10px,1.2vw,12px);line-height:1.5;color:#666;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.related-posts-nav{background:#fff;border:2px solid #0f828c;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;flex-shrink:0;color:#0f828c}.related-posts-nav:hover{background:#0f828c;color:#fff;transform:scale(1.1)}.related-posts-nav:disabled{opacity:.3;cursor:not-allowed;transform:scale(1)}.related-posts-nav:disabled:hover{background:#fff;color:#0f828c}@media screen and (max-width:767px){.related-posts-section{padding:0 1rem;margin:3rem auto 2rem}.related-posts-title{font-size:1.5rem;margin-bottom:1.5rem}.related-posts-carousel-wrapper{gap:1rem}.related-posts-carousel{grid-template-columns:repeat(2,1fr);gap:1rem}.related-posts-nav{width:40px;height:40px}.related-posts-nav svg{width:20px;height:20px}.related-post-title{font-size:1rem}.related-post-excerpt{font-size:.85rem}.related-post-content{padding:1rem}}@media screen and (min-width:768px)and (max-width:1023px){.related-posts-carousel{grid-template-columns:repeat(3,1fr)}}.article-faq-section{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.article-faq-title{font-size:clamp(21px,4vw,40px);font-weight:700;margin-bottom:2rem;color:#1a1a1a;text-align:left}.article-faq-accordion{display:flex;flex-direction:column;gap:1rem;width:70%}.article-faq-item{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;transition:all .3s ease}.article-faq-item[open]{border-color:#0f828c;box-shadow:0 2px 8px #0f828c1a}.article-faq-question{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:#f8f9fa;cursor:pointer;font-weight:600;font-size:clamp(16px,1.8vw,18px);color:#1a1a1a;-webkit-user-select:none;user-select:none;transition:background .3s ease;list-style:none}.article-faq-question::-webkit-details-marker{display:none}.article-faq-question:hover{background:#e9ecef}.article-faq-item[open] .article-faq-question{background:#fff;border-bottom:1px solid #e0e0e0}.article-faq-icon{flex-shrink:0;transition:transform .3s ease;color:#0f828c}.article-faq-item[open] .article-faq-icon{transform:rotate(180deg)}.article-faq-answer{padding:1.5rem;line-height:1.7;color:#333;font-size:clamp(14px,1.6vw,16px);background:#fff}.article-faq-answer p{margin:0}.article-faq-answer p+p{margin-top:1rem}@media screen and (max-width:767px){.article-faq-section{margin:2rem auto;padding:1.5rem}.article-faq-title{margin-bottom:1.5rem}.article-faq-question{padding:1rem;font-size:1rem}.article-faq-answer{padding:1rem}.article-faq-accordion{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/60/assets/section-blog-post.css.map */
