.all-stories{background:#fff}.all-stories__header{display:flex;justify-content:center;flex-direction:column;align-items:center;gap:16px}.all-stories__description{text-align:center;max-width:1000px}.all-stories__toolbar{display:flex;flex-direction:column-reverse;gap:16px}@media(min-width:1024px){.all-stories__toolbar{flex-direction:row;justify-content:space-between;align-items:center}}@media(min-width:1280px){.all-stories__toolbar{gap:48px}}.all-stories__toolbar .categories-tags{display:flex;justify-content:start;gap:24px;width:100%;list-style:none;padding:0 0 6px;margin:0;overflow-x:auto}.all-stories__toolbar .categories-tags::-webkit-scrollbar{display:none}@media(min-width:1024px){.all-stories__toolbar .categories-tags{padding:6px 0}}.all-stories__toolbar .categories-tags__item{position:relative;cursor:pointer;font-weight:500;font-size:16px;line-height:24px;letter-spacing:-4%;white-space:nowrap}@media(min-width:1280px){.all-stories__toolbar .categories-tags__item{font-size:20px;line-height:28px}}.all-stories__toolbar .categories-tags__item:after{opacity:0;transition:opacity .2s ease;content:"";position:absolute;bottom:-8px;left:0;width:100%;height:10px;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDkiIGhlaWdodD0iNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA0LjgyN0M4LjIxMiAyLjU1IDI3LjU4Ny0xLjA5NyA0Ny4zOTQgMi41NDIiIHN0cm9rZT0iIzRBM0FGRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=");background-repeat:no-repeat}.all-stories__toolbar .categories-tags__item-active:after{opacity:1;transition:opacity .2s ease}.all-stories__search{display:flex;align-items:center;gap:10px;border:2px solid #000;box-shadow:2px 2px 0 0 #000;border-radius:99px;padding:14px 20px;background:#fff;width:100%}@media(min-width:1024px){.all-stories__search{max-width:300px}}.all-stories__search input{border:none;outline:none;width:100%;background:transparent;font-size:14px}.all-stories__search input::placeholder{color:#666}.all-stories__grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:576px){.all-stories__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.all-stories__grid{grid-template-columns:repeat(3,1fr)}}.all-stories__button-wrapper{display:flex;justify-content:center}.all-stories__button-wrapper.hidden,.all-stories__nothing-found.hidden{display:none}.post-card{position:relative}.post-card__link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:5;text-decoration:none;background-color:transparent}.post-card__title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.post-card__title a{text-decoration:none;color:#000}.post-card__image-link{overflow:hidden}.post-card__image,.post-card__image-link{display:block;width:100%;max-height:206px}.post-card__image{height:100%;object-fit:cover}.post-card__content{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1}.post-card__content .post-card__author-data{display:flex;gap:16px}.post-card__content .post-card__author-data p{font-weight:400;font-size:12px;line-height:16px;text-transform:uppercase}.post-card__content .post-card__author-data p.post-card__date{color:#666}.post-card--boxed{overflow:hidden;background:#fff;border-radius:16px;border:2px solid #000;box-shadow:2px 2px 1px #000;transition:box-shadow .2s ease-in-out;margin-bottom:2px}.post-card--boxed .post-card__content{padding:20px}.post-card--boxed:hover{box-shadow:4px 4px 1px #000;transition:box-shadow .2s ease-in-out}.post-card--minimal .post-card__image{border-radius:16px;border:2px solid #000;transition:box-shadow .2s ease-in-out;box-shadow:2px 2px 0 #000}.post-card--minimal .post-card__image:hover{box-shadow:4px 4px 0 #000}.post-card--minimal .post-card__content{padding:0;margin-top:20px}