.categoryPage__title{position:relative;margin-top:2rem;padding:1.5rem 10px;text-align:center;text-transform:capitalize;font-family:Fira Code,monospace;font-size:4rem;font-weight:700;letter-spacing:-.5px;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.categoryPage__title[data-category]{color:var(--category-attr)}.categoryPage__title:after,.categoryPage__title:before{content:"";position:absolute;left:50%;transform:translateX(-50%);width:60%;height:1px;background-color:currentColor}.categoryPage__title:before{top:0}.categoryPage__title:after{bottom:0}.item__textCategory{display:inline-block;width:-moz-fit-content;width:fit-content;min-width:3.75rem;padding:3px 8px;border-radius:10px;font-size:.75rem;text-align:center;color:var(--white)}.menu__itemsContainer{display:flex;flex-direction:column;margin-top:2.2rem;margin-bottom:3.75rem;gap:2rem}.menu__item{display:flex;align-items:center;gap:1.25rem}.item__imageContainer{position:relative;flex:1;aspect-ratio:1/1}.item__image{border:3px solid #d3d3d3;border-radius:50%;-o-object-fit:cover;object-fit:cover}.item__textContainer{display:flex;flex-direction:column;flex:4;gap:5px}.item__textPostTitle{font-size:1.125rem;font-weight:500}.item__textPostTitle:hover{text-decoration:underline}.item__textDetails{font-size:.75rem}.item__textDate{color:gray}.pagination{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.pagination__button{width:6.25rem;padding:1rem .5rem;border:none;background-color:crimson;color:#fff;cursor:pointer;transition:all .3s ease;position:relative}.pagination__button:not(:disabled):focus-visible,.pagination__button:not(:disabled):hover{transform:scale(1.05);box-shadow:0 5px 15px rgba(220,20,60,.4);outline:2px solid crimson;outline-offset:2px}.pagination__button:not(:disabled):active{transform:scale(.95);box-shadow:0 2px 4px rgba(220,20,60,.4)}.button:disabled,.pagination__button:disabled{background-color:rgba(220,20,60,.473);cursor:not-allowed}.pagination__pages{gap:8px;flex-wrap:wrap}.pagination__page-number,.pagination__pages{display:flex;align-items:center;justify-content:center}.pagination__page-number{min-width:32px;height:32px;border-radius:4px;background:none;border:1px solid var(--border-color);cursor:pointer;transition:all .2s}.pagination__page-number:focus-visible:not(:disabled),.pagination__page-number:hover:not(:disabled){background-color:var(--softBg);outline:2px solid var(--border-color);outline-offset:1px}.pagination__page-number--active{background-color:var(--softBg);font-weight:600}.pagination__ellipsis{color:var(--textColor)}@media (max-width:38rem){.pagination{gap:8px}.pagination__button{width:5rem;padding:.75rem;font-size:.875rem}.pagination__pages{gap:4px}.pagination__page-number{min-width:28px;height:28px;font-size:.875rem}}@media (max-width:26.5rem){.pagination{gap:6px}.pagination__button{padding:.625rem;font-size:.8125rem}.pagination__pages{gap:3px}.pagination__page-number{min-width:26px;height:26px;font-size:.8125rem}}@media (max-width:21.25rem){.pagination__button{width:4.375rem;padding:.5rem;font-size:.8125rem}}.post__wrapper{position:relative;display:flex;align-items:center;margin-bottom:3rem;gap:3rem}@media screen and (max-width:64rem){.post__wrapper{margin-bottom:1rem}}.post__wrapper:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:75%;background:linear-gradient(0deg,rgba(0,0,0,.75) 0,transparent);pointer-events:none}.post__imageContainer{position:relative;flex:1;height:30rem;overflow:hidden}.post__image{-o-object-fit:cover;object-fit:cover;transition:transform .7s ease}.post__image--loading{opacity:0;transition:opacity .5s ease}.post__image-placeholder{position:absolute;width:100%;height:100%;background-color:#666;z-index:0;animation:pulse 1.5s infinite alternate}@keyframes pulse{0%{opacity:.1}to{opacity:.3}}.visible{display:block}.hidden{display:none}.post__wrapper:hover .post__image{transform:scale(1.1)}.wrapper__textContainer{width:100%;height:100%}.textContainer{position:absolute;left:0;right:0;bottom:0;display:flex;flex-direction:column;margin:2.5rem;z-index:1}.textContainer__date{color:#fff}.textContainer__category{color:crimson;font-weight:500}.textContainer__description{color:var(--softTextColor);font-size:1.125rem;font-weight:300}.textContainer__link{position:relative;width:-moz-max-content;width:max-content;padding:2px 0;color:#fff}.textContainer__link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:crimson;transition:width .7s ease}.post__wrapper:hover .textContainer__link:after{width:100%}.textContainer__title{font-size:2rem;color:#fff}@media screen and (max-width:64rem){.textContainer__title{font-size:2rem}}@media screen and (max-width:48rem){.textContainer__title{font-size:1.5rem}}.menu{flex:5;margin-top:3.75rem}@media screen and (max-width:64rem){.menu{display:none}}.menu__subtitle{color:gray;font-size:1rem;font-weight:400}.menu__title{color:var(--mainTextColor);font-size:1.75rem}.menu__categoryList{display:flex;flex-wrap:wrap;margin-top:2.2rem;margin-bottom:3.75rem;gap:1.25rem}.category__item{width:8rem;padding:10px;border-radius:10px;font-size:.875rem;text-align:center;text-transform:capitalize}