.category-postst article{background-color:var(--surface-color);box-shadow:0 4px 16px rgba(0,0,0,.1);padding:30px;height:100%;border-radius:10px;overflow:hidden}.category-postst .post-img{max-height:240px;margin:-30px -30px 15px;overflow:hidden}.category-postst .title{font-size:20px;font-weight:700;padding:0;margin:0 0 20px}.category-postst .title a{color:var(--heading-color);transition:.3s}.category-postst .title a:hover{color:var(--accent-color)}.category-postst .post-author-img{width:50px;border-radius:50%;margin-right:15px}.category-postst .post-author{font-weight:600;margin-bottom:5px}.category-postst .post-date{font-size:14px;color:color-mix(in srgb,var(--default-color),transparent 40%);margin-bottom:0}.widgets-container{margin:60px 0 30px}.widget-title{color:var(--heading-color);font-size:20px;font-weight:600;padding:0 0 0 10px;margin:0 0 20px;border-left:4px solid var(--accent-color)}.widget-item{margin-bottom:30px;border-radius:10px;padding:22px 20px;position:relative;overflow:hidden;background:color-mix(in srgb,var(--background-color),transparent 8%);border:1px solid color-mix(in srgb,var(--default-color),transparent 88%);box-shadow:0 10px 30px rgba(0,0,0,.06),0 2px 10px rgba(0,0,0,.04)}.widget-item:before{inset:-1px;border-radius:inherit;background:linear-gradient(135deg,rgba(247,88,21,.35),rgba(247,88,21,.08) 30%,transparent 60%);filter:blur(18px);opacity:.7}.widget-item:after,.widget-item:before{content:"";position:absolute;pointer-events:none}.widget-item:after{inset:0;opacity:.05;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E")}.widget-item:last-child{margin-bottom:0}.categories-widget ul{list-style:none;padding:0;margin:0}.categories-widget ul li{padding-bottom:10px}.categories-widget ul li:last-child{padding-bottom:0}.categories-widget ul a{color:color-mix(in srgb,var(--default-color),transparent 20%);transition:.3s}.categories-widget ul a:hover{color:var(--accent-color)}.categories-widget ul a span{padding-left:5px;color:color-mix(in srgb,var(--default-color),transparent 50%);font-size:14px}.recent-posts-widget .post-item{display:flex;margin-bottom:15px}.recent-posts-widget .post-item:last-child{margin-bottom:0}.recent-posts-widget .post-item img{width:80px;margin-right:15px;object-fit:cover}.recent-posts-widget .post-item h4{font-size:15px;font-weight:700;margin-bottom:5px}.recent-posts-widget .post-item h4 a{color:var(--default-color);transition:.3s}.recent-posts-widget .post-item h4 a:hover{color:var(--accent-color)}.recent-posts-widget .post-item time{display:block;font-style:italic;font-size:14px;color:color-mix(in srgb,var(--default-color),transparent 50%)}