.news-list{padding:32px 0 56px}@media (min-width:1024px){.news-list{padding:40px 0 72px}}.news-list__tabs{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px;-ms-overflow-style:none;scrollbar-width:none}.news-list__tabs::-webkit-scrollbar{display:none}@media (min-width:1024px){.news-list__tabs{flex-wrap:wrap;justify-content:center;overflow-x:visible}}.news-list__tab{flex-shrink:0;padding:10px 18px;border-radius:999px;border:1px solid #ebebeb;background:#ffffff;font-size:14px;font-weight:600;line-height:20px;color:#525252;cursor:pointer;transition:all .25s ease;white-space:nowrap}.news-list__tab:hover{border-color:#ffd0a8}.news-list__tab--active{border-color:#f97316;background:#f97316;color:#ffffff;box-shadow:0 10px 24px rgba(249,115,22,.24)}.news-list__grid{display:grid;grid-template-columns:1fr;gap:20px;margin-top:28px}@media (min-width:768px){.news-list__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}}@media (min-width:1024px){.news-list__grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:32px}}.news-list__card{display:flex;flex-direction:column;overflow:hidden;border-radius:20px;background:#ffffff;box-shadow:0 16px 40px rgba(80,50,20,.08);transition:box-shadow .3s ease,transform .3s ease}@media (max-width:1024px){.news-list__card{background:linear-gradient(180deg,#FFFFFF,#FFFDFC);border:1px solid #f2d8c2;box-shadow:0 12px 30px rgba(249,115,22,.06);border-radius:12px}}.news-list__card:hover{box-shadow:0 22px 48px rgba(80,50,20,.12);transform:translateY(-2px)}.news-list__card-media{position:relative;overflow:hidden}@media (min-width:1024px){.news-list__card-media{height:280px}}.news-list__card-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.news-list__card:hover .news-list__card-image{transform:scale(1.04)}.news-list__card-body{display:flex;flex:1;flex-direction:column;padding:18px 18px 20px}.news-list__category{display:inline-flex;align-items:center;gap:6px;width:-moz-fit-content;width:fit-content;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:600;line-height:16px}.news-list__category-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.news-list__card-title{margin-top:12px;-webkit-line-clamp:2;font-size:17px;font-weight:700;line-height:24px;min-height:52px;color:#171717}.news-list__card-desc,.news-list__card-title{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.news-list__card-desc{margin-top:10px;flex:1;-webkit-line-clamp:3;font-size:14px;line-height:22px;color:#7c6a5a}.news-list__card-meta{display:flex;align-items:center;gap:16px;margin-top:16px;padding-top:14px;border-top:1px solid #f2f2f2;font-size:13px;color:#9ca3af}.news-list__meta-item{display:inline-flex;align-items:center;gap:6px;min-width:0}.news-list__pagination{gap:8px;margin-top:40px}.news-list__page-btn,.news-list__pagination{display:flex;align-items:center;justify-content:center}.news-list__page-btn{width:40px;height:40px;border-radius:50%;background:#FFFFFF;border:1px solid #f2d8c2;box-shadow:0 4px 12px rgba(15,23,42,.04);border-radius:999px;color:#7C6A5A;cursor:pointer;transition:all .25s ease}.news-list__page-btn:hover:not(:disabled){border-color:#f97316;color:#f97316}.news-list__page-btn:disabled{opacity:.4;cursor:not-allowed}.news-list__page-num{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 6px;font-size:15px;font-weight:600;color:#171717;background:#FFFFFF;border:1px solid #f2d8c2;box-shadow:0 4px 12px rgba(15,23,42,.04);border-radius:999px;cursor:pointer;border-radius:50%;transition:all .25s ease}.news-list__page-num:hover{color:#f97316}.news-list__page-num--active{color:#ffffff!important;font-weight:600;background:linear-gradient(135deg,#F97316,#FFB36B);box-shadow:0 8px 20px rgba(249,115,22,.2);border-radius:999px}.news-list__page-ellipsis{padding:0 4px;font-size:15px;color:#9ca3af}.news-list__empty{margin-top:48px;text-align:center;font-size:15px;color:#7c6a5a}.news-list__status{margin-top:48px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:220px;text-align:center}.news-list__spinner{width:42px;height:42px;border:3px solid #f2d8c2;border-top-color:#f97316;border-radius:50%;animation:news-list-spin .8s linear infinite}.news-list__status-text{font-size:15px;color:#7c6a5a}.news-list__retry{margin-top:4px;padding:10px 18px;border-radius:999px;border:1px solid #f2d8c2;background:#fff;font-size:14px;font-weight:600;color:#f97316;cursor:pointer}.news-list__grid--loading{position:relative}.news-list__skeleton{overflow:hidden;border-radius:24px;border:1px solid #f2d8c2;background:#fff}.news-list__skeleton-media{height:210px;background:linear-gradient(90deg,#fff7f1,#ffe8d6 50%,#fff7f1);background-size:200% 100%;animation:news-list-shimmer 1.4s ease-in-out infinite}.news-list__skeleton-body{padding:20px;display:flex;flex-direction:column;gap:12px}.news-list__skeleton-line{height:14px;border-radius:999px;background:linear-gradient(90deg,#fff7f1,#ffe8d6 50%,#fff7f1);background-size:200% 100%;animation:news-list-shimmer 1.4s ease-in-out infinite}.news-list__skeleton-line--short{width:38%}.news-list__skeleton-line--title{height:18px;width:88%}.news-list__skeleton-line--desc{width:100%}.news-list__tab:disabled{opacity:.65;cursor:wait}@keyframes news-list-spin{to{transform:rotate(1turn)}}@keyframes news-list-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}