@import "https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";
.category-page{background-color:#fff;min-height:100vh;padding-top:81px;font-family:Inter,sans-serif}.category-page .category-hero-section{text-align:left;background-color:#e8f2fc;padding:56px 0 48px}.category-page .category-hero-section .hero-container{max-width:1047px;margin:0 auto;padding:0 24px}.category-page .category-hero-section .hero-row{justify-content:space-between;align-items:flex-start;gap:24px 32px;margin-bottom:20px;display:flex}@media (max-width:768px){.category-page .category-hero-section .hero-row{flex-direction:column;align-items:stretch;margin-bottom:16px}}.category-page .category-hero-section .hero-title{color:#0c0c0c;text-align:left;flex:1;min-width:0;margin:0;font-family:Lato,sans-serif;font-size:40px;font-weight:600;line-height:1.1}@media (max-width:768px){.category-page .category-hero-section .hero-title{font-size:36px}}.category-page .category-hero-section .hero-type-filter{flex-shrink:0;padding-top:8px}@media (max-width:768px){.category-page .category-hero-section .hero-type-filter{padding-top:0}}.category-page .category-hero-section .hero-description{color:#31373a;text-align:left;max-width:100%;margin:0;font-family:Inter,sans-serif;font-size:17px;font-weight:400;line-height:1.6}.category-page .category-hero-section .category-dropdown-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:6px;align-items:center;min-width:148px;display:flex;box-shadow:0 1px 2px rgba(15,23,42,.04)}@media (max-width:768px){.category-page .category-hero-section .category-dropdown-wrapper{width:100%;min-width:0}}.category-page .category-hero-section .category-dropdown-wrapper select{cursor:pointer;color:#0c0c0c;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m18 15-6-6-6 6'%3E%3C/path%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;border:none;border-radius:6px;outline:none;width:100%;padding:10px 36px 10px 14px;font-size:14px;font-weight:500}.category-page .articles-grid-section{padding:60px 0 80px}.category-page .articles-grid-section .container{max-width:1320px}.category-page .articles-grid-section .article-card{background:#fff;border-radius:12px;flex-direction:column;height:100%;margin-bottom:40px;transition:transform .3s;display:flex;overflow:hidden}.category-page .articles-grid-section .article-card:hover{transform:translateY(-5px)}.category-page .articles-grid-section .article-card .card-image-wrapper{background-color:#f1f3f3;border-radius:16px;width:100%;height:220px;position:relative}.category-page .articles-grid-section .article-card .card-image-wrapper img{object-fit:cover;width:100%;height:100%}.category-page .articles-grid-section .article-card .card-content{flex-direction:column;flex:1;padding:24px 0;display:flex}.category-page .articles-grid-section .article-card .card-content .article-title{color:#0c0c0c;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:12px;font-family:Lato,sans-serif;font-size:24px;font-weight:500;line-height:1.3;display:-webkit-box;overflow:hidden}.category-page .articles-grid-section .article-card .card-content .article-excerpt{color:#0c0c0c;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:20px;font-size:16px;font-weight:400;line-height:1.5;display:-webkit-box;overflow:hidden}.category-page .articles-grid-section .article-card .card-content .article-meta{color:#535c62;align-items:center;gap:12px;margin-bottom:20px;font-size:12px;font-weight:400;display:flex}.category-page .articles-grid-section .article-card .card-content .article-meta .meta-divider{background-color:#535c62;width:1px;height:12px}.category-page .articles-grid-section .article-card .card-content .read-more-link{color:#0c0c0c;align-items:center;gap:8px;margin-top:0;font-family:Inter,sans-serif;font-size:16px;font-weight:500;text-decoration:none;transition:gap .2s;display:flex}.category-page .articles-grid-section .article-card .card-content .read-more-link:hover{gap:12px}.category-page .articles-grid-section .article-card .card-content .read-more-link .arrow-circle{border:1.5px solid #0c0c0c;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.category-page .articles-grid-section .article-card .card-content .read-more-link .arrow-circle svg{width:14px;height:14px}.category-page .pagination-container{justify-content:center;align-items:center;gap:14px;padding-bottom:80px;display:flex}.category-page .pagination-container .pag-icon-btn{color:#b0b3b8;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .2s,opacity .2s;display:flex}.category-page .pagination-container .pag-icon-btn:hover:not(:disabled){color:#0d2469}.category-page .pagination-container .pag-icon-btn:disabled{opacity:.45;cursor:not-allowed}.category-page .pagination-container .pag-icon-btn.pag-icon-btn--emphasis:not(:disabled){color:#0c0c0c}.category-page .pagination-container .pag-icon-btn.pag-icon-btn--emphasis:hover:not(:disabled){color:#0d2469}.category-page .pagination-container .pag-box-btn{cursor:pointer;border:none;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;transition:background-color .2s,color .2s,opacity .2s;display:flex}.category-page .pagination-container .pag-box-btn:disabled{cursor:not-allowed}.category-page .pagination-container .pag-box-btn--prev{color:#0c0c0c;background-color:#d8d8d8}.category-page .pagination-container .pag-box-btn--prev:hover:not(:disabled){background-color:#c8c8c8}.category-page .pagination-container .pag-box-btn--prev:disabled{opacity:.4}.category-page .pagination-container .pag-box-btn--next{color:#fff;background-color:#0d2469}.category-page .pagination-container .pag-box-btn--next:hover:not(:disabled){background-color:#0a1d52}.category-page .pagination-container .pag-box-btn--next:disabled{color:#9ca3af;opacity:1;background-color:#e8e8e8}.category-page .pagination-container .pag-num{color:#b0b3b8;cursor:pointer;background:0 0;border:none;border-radius:0;min-width:28px;padding:4px 2px 6px;font-size:16px;font-weight:500;transition:color .2s}.category-page .pagination-container .pag-num:hover:not(.is-active){color:#0c0c0c}.category-page .pagination-container .pag-num.is-active{color:#0d2469;cursor:default;border-bottom:2px solid #0d2469;font-weight:700}
