.article-breadcrumb{margin-bottom:.5rem;max-width:72rem;margin-left:auto;margin-right:auto;padding:1rem 2rem}@media screen and (max-width:749px){.article-breadcrumb{padding-left:1.5rem;padding-right:1.5rem}.article-breadcrumb__list{font-size:1.1rem;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;white-space:nowrap}.article-breadcrumb__list::-webkit-scrollbar{display:none}.article-breadcrumb__item--current{font-size:1.1rem;white-space:nowrap;flex-shrink:0}.article-breadcrumb__item{flex-shrink:0}}.article-breadcrumb__list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:nowrap;align-items:center;gap:0;font-size:1.3rem;line-height:1;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.article-breadcrumb__list::-webkit-scrollbar{display:none}.article-breadcrumb__item{display:inline-flex;align-items:center;color:rgb(var(--color-foreground));white-space:nowrap;flex-shrink:0}.article-breadcrumb__item{display:inline-flex;align-items:center;color:rgba(var(--color-foreground),.6);white-space:nowrap}.article-breadcrumb__link{color:rgb(var(--color-foreground));text-decoration:none;transition:color .2s ease}.article-breadcrumb__link:hover{color:rgb(var(--color-foreground));text-decoration:underline}.article-breadcrumb__separator{margin:0 .5rem;color:#06683f;font-weight:700}.article-breadcrumb__item--current{color:rgb(var(--color-foreground));font-weight:700}.article-toc{background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);border-radius:8px;padding:2rem;margin-bottom:2rem}.article-toc__title{font-size:1.4rem;font-weight:600;margin:0 0 1.2rem;display:flex;align-items:center;gap:.5rem;color:rgb(var(--color-foreground))}.article-toc__title svg{width:20px;height:20px}.article-toc__list{list-style:none;padding:0;margin:0}.article-toc__list li{margin-bottom:.5rem}.article-toc__list a{color:rgba(var(--color-foreground),.75);text-decoration:none;display:block;padding:.3rem 0;transition:color .2s ease;font-size:1.4rem;line-height:1.4}.article-toc__list a:hover{color:rgb(var(--color-foreground));text-decoration:underline}.article-toc__list--h3{padding-left:1.5rem}.article-toc__list--h3 a{font-size:1.3rem}.article-reading-time{display:inline-flex;align-items:center;gap:.4rem;color:rgba(var(--color-foreground),.6);font-size:1.3rem}.article-reading-time svg{width:16px;height:16px}.article-meta-info{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center;padding:1.5rem 0;border-bottom:1px solid rgba(var(--color-foreground),.1);margin-bottom:2rem}.article-meta-info__author{display:flex;align-items:center;gap:1rem}.article-meta-info__author-image{width:48px;height:48px;border-radius:50%;object-fit:cover}.article-meta-info__author-details{display:flex;flex-direction:column;gap:.2rem}.article-meta-info__author-name{font-weight:600;font-size:1.4rem;color:rgb(var(--color-foreground))}.article-meta-info__author-title{font-size:1.2rem;color:rgba(var(--color-foreground),.6)}.article-meta-info__dates{display:flex;flex-wrap:wrap;gap:1rem;font-size:1.3rem;color:rgba(var(--color-foreground),.6)}.article-meta-info__date{display:inline-flex;align-items:center;gap:.4rem}.article-meta-info__date svg{width:14px;height:14px}.article-meta-info__separator{color:rgba(var(--color-foreground),.3)}.article-related-posts{margin-top:4rem;padding-top:3rem;border-top:1px solid rgba(var(--color-foreground),.1)}.article-related-posts__title{font-size:2rem;font-weight:600;margin:0 0 2rem;color:rgb(var(--color-foreground))}.article-related-posts__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.article-related-posts__item{display:flex;flex-direction:column;text-decoration:none;color:inherit;border-radius:8px;overflow:hidden;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);transition:box-shadow .2s ease,transform .2s ease}.article-related-posts__item:hover{box-shadow:0 4px 12px rgba(var(--color-foreground),.1);transform:translateY(-2px)}.article-related-posts__image-wrapper{aspect-ratio:16/9;overflow:hidden}.article-related-posts__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.article-related-posts__item:hover .article-related-posts__image{transform:scale(1.05)}.article-related-posts__content{padding:1.5rem}.article-related-posts__item-title{font-size:1.5rem;font-weight:600;margin:0 0 .5rem;line-height:1.4;color:rgb(var(--color-foreground))}.article-related-posts__item-date{font-size:1.2rem;color:rgba(var(--color-foreground),.6)}.article-faq{margin:3rem 0;padding:2rem;background:rgba(var(--color-foreground),.02);border-radius:8px}.article-faq__title{font-size:2rem;font-weight:600;margin:0 0 1.5rem;color:rgb(var(--color-foreground))}.article-faq__list{display:flex;flex-direction:column;gap:1rem}.article-faq__item{background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);border-radius:8px;overflow:hidden}.article-faq__item summary{padding:1.5rem;cursor:pointer;font-weight:600;font-size:1.5rem;color:rgb(var(--color-foreground));list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem}.article-faq__item summary::-webkit-details-marker{display:none}.article-faq__item summary:after{content:"+";font-size:1.8rem;font-weight:400;color:rgba(var(--color-foreground),.5);transition:transform .2s ease;flex-shrink:0}.article-faq__item[open] summary:after{content:"\2212"}.article-faq__item summary:hover{background:rgba(var(--color-foreground),.02)}.article-faq__answer{padding:0 1.5rem 1.5rem;font-size:1.4rem;line-height:1.7;color:rgba(var(--color-foreground),.8)}.article-faq__answer p{margin:0 0 1rem}.article-faq__answer p:last-child{margin-bottom:0}@media screen and (max-width:749px){.article-toc{padding:1.5rem}.article-meta-info{flex-direction:column;align-items:flex-start;gap:1rem}.article-related-posts__grid{grid-template-columns:1fr}.article-faq{padding:1.5rem;margin:2rem 0}.article-faq__item summary{padding:1.2rem;font-size:1.4rem}.article-faq__answer{padding:0 1.2rem 1.2rem}}
/*# sourceMappingURL=/cdn/shop/t/215/assets/article-seo-components.css.map */
