.category-page-section{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:5rem 0}.category-page-section .box{width:90%;max-width:var(--section-max-width);display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:2rem}.category-page-section .category-content{width:100%;max-width:950px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2rem}.category-page-section .category-header{width:100%;display:flex;flex-direction:column;gap:1rem;padding-bottom:1.5rem;border-bottom:2px solid var(--gray-color-2)}.category-page-section .category-title-wrapper{display:flex;flex-direction:row;align-items:center;gap:1rem}.category-page-section .category-icon{width:60px;height:60px;min-width:60px;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,var(--green-color-1) 0%,var(--green-color-2) 100%);border-radius:var(--border-radius-2);padding:.8rem}.category-page-section .category-icon picture,.category-page-section .category-icon img{width:100%;height:100%;object-fit:contain;filter:brightness(0) invert(1)}.category-page-section .category-icon svg{width:100%;height:100%;color:var(--gold-color-2)}.category-page-section .category-description{font-size:var(--text-size-1);color:var(--text-graphite-2);line-height:160%}.category-page-section .article-count-text{font-size:var(--text-size-2);color:var(--gold-color-1);font-weight:600}.category-page-section .articles-grid{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.category-page-section .article-card{width:100%;display:flex;flex-direction:column;background:var(--bg-white-1);border-radius:var(--border-radius-2);box-shadow:var(--box-shadow-2);overflow:hidden;transition:all .3s ease}.category-page-section .article-card:hover{transform:translateY(-5px);box-shadow:var(--box-shadow-1)}.category-page-section .article-card>picture{width:100%;height:200px;overflow:hidden}.category-page-section .article-card>picture img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.category-page-section .article-card:hover>picture img{transform:scale(1.05)}.category-page-section .article-card .card-content{width:100%;display:flex;flex-direction:column;gap:.8rem;padding:1.25rem}.category-page-section .article-card .article-meta{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:var(--text-size-2);color:var(--text-graphite-2);text-transform:capitalize}.category-page-section .article-card .card-content h2{font-size:var(--subtitle-size-3);color:var(--text-graphite-1);font-weight:700;line-height:130%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.category-page-section .article-card .article-excerpt{font-size:var(--text-size-2);color:var(--text-graphite-2);line-height:150%;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.category-page-section .article-card .read-more{display:flex;flex-direction:row;align-items:center;gap:.5rem;font-size:var(--text-size-2);font-weight:600;color:var(--gold-color-1);text-decoration:none;transition:all .2s ease;margin-top:auto}.category-page-section .article-card .read-more svg{width:16px;height:16px;transition:transform .2s ease}.category-page-section .article-card .read-more:hover{color:var(--gold-color-2)}.category-page-section .article-card .read-more:hover svg{transform:translate(5px)}.category-page-section .no-articles{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:3rem;background:var(--gray-color-2);border-radius:var(--border-radius-2);text-align:center}.category-page-section .no-articles p{font-size:var(--text-size-1);color:var(--text-graphite-2)}.category-page-section .no-articles .back-to-blog{display:inline-block;padding:.7rem 1.5rem;font-size:var(--text-size-1);font-weight:600;color:var(--text-white-1);background:linear-gradient(135deg,var(--green-color-1) 0%,var(--green-color-2) 100%);border-radius:var(--border-radius-1);text-decoration:none;transition:all .3s ease}.category-page-section .no-articles .back-to-blog:hover{background:linear-gradient(135deg,var(--green-color-2) 0%,var(--green-color-3) 100%);transform:translateY(-2px)}.category-page-section .aside-box{width:100%;max-width:350px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:3rem}.category-page-section .aside-box .recent-articles{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem}.category-page-section .aside-box .recent-articles h3{font-size:var(--subtitle-size-3);color:var(--text-graphite-1)}.category-page-section .aside-box .recent-articles ul{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.5rem}.category-page-section .aside-box .recent-articles ul li{width:100%}.category-page-section .aside-box .recent-articles ul li a{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:.7rem 1.5rem;transition:ease .2s;border-radius:var(--border-radius-1);box-shadow:var(--box-shadow-1);background-color:var(--bg-white-1)}.category-page-section .aside-box .recent-articles ul li a:hover{transform:translateY(-5%)}.category-page-section .aside-box .recent-articles ul li a .wrapper{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:.5rem}.category-page-section .aside-box .recent-articles ul li a .wrapper p{font-size:var(--text-size-2);text-transform:capitalize}.category-page-section .aside-box .recent-articles ul li a>p{font-weight:900}@media screen and (max-width: 1050px){.category-page-section .box{flex-direction:column}.category-page-section .aside-box{max-width:100%}}@media screen and (max-width: 768px){.category-page-section .articles-grid{grid-template-columns:1fr}}
