.news{padding:2.5rem 0 3.5rem}.news__title{font-size:clamp(1.75rem,3.2vw,2.625rem);font-weight:700;line-height:1.3;color:#374d85;text-align:center;text-transform:uppercase;margin:0 0 2rem}.news__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem 1.5rem}.news__item{display:flex;flex-direction:column;gap:1.125rem;padding-bottom:.5rem}.news__item-image{display:block;overflow:hidden;border-radius:1.25rem}.news__item-image img{width:100%;height:auto;aspect-ratio:410/268;-o-object-fit:cover;object-fit:cover;transition:transform .45s ease}.news__item-image:hover img{transform:scale(1.04)}.news__item-content{display:flex;flex-direction:column;gap:.75rem;padding:0 .75rem}.news__item-title{font-size:clamp(1.125rem,1.5vw,1.5rem);font-weight:500;line-height:1.35;margin:0}.news__item-title a{color:#000;text-decoration:none;transition:all .3s ease}.news__item-title a:hover{color:#374d85}.news__item-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 2rem;font-family:"VAG Rounded Next",sans-serif;font-size:1.125rem;line-height:1.4;color:#374d85}.news__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:18.75rem;padding:2.5rem;text-align:center;background:#f9f9f9;border:2px dashed #ddd;border-radius:.625rem}.news__empty-icon{font-size:3.75rem;color:#ccc;margin-bottom:1.25rem}.news__empty-title{font-size:1.5rem;font-weight:600;color:#666;margin:0 0 .625rem}.news__empty-text{font-size:1rem;line-height:1.5;color:#999;margin:0}.news .pagination{justify-content:flex-end}.news-grid-box{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.blog-list{border-radius:7px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;overflow:hidden;display:flex;flex-direction:column}.blog-list:hover{transform:translateY(-5px);box-shadow:0 5px 20px rgba(0,0,0,.15)}.blog-img a img{width:100%;height:220px;border-radius:7px;-o-object-fit:cover;object-fit:cover}.blog-content{margin:15px;flex:1;display:flex;flex-direction:column}.blog-content p{font-size:14px;color:#666;line-height:1.6;margin-bottom:15px;flex:1}.blog-linkr{font-weight:600;color:#3a3a3a;transition:.3s ease-in-out;text-decoration:none;font-size:16px;line-height:1.4;display:block;margin-bottom:10px}.blog-linkr:hover{color:#e60023}.blog-link{margin-top:auto;font-size:12px}.blog-link a{text-decoration:none;color:#3a3a3a;font-weight:500;transition:color .3s ease}.blog-link a:hover{color:#f79853}.blog-link a:hover .icon{transform:translateX(3px)}.blog-link .icon{margin-left:5px;transition:transform .3s ease}.no-data-box{background:#fff;border-radius:10px;padding:20px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.no-data{display:flex;justify-content:center;align-items:center;min-height:300px;background:#f9f9f9;border-radius:10px;border:2px dashed #ddd}.no-data-content{text-align:center;padding:40px}.no-data-icon{font-size:60px;color:#ccc;margin-bottom:20px}.no-data-title{font-size:24px;color:#666;margin-bottom:10px;font-weight:600}.no-data-text{font-size:16px;color:#999;line-height:1.5}@media(max-width:1199px){.news__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:991px){.news{padding:1.75rem 0 2.5rem}.news__title{margin-bottom:1.5rem}.news__item-meta{font-size:1rem}.news .pagination{justify-content:center}}@media(max-width:767px){.news-grid-box{grid-template-columns:repeat(2,1fr)}}@media(max-width:575px){.news__grid{grid-template-columns:1fr}.news__item-content{padding:0}}@media(max-width:374px){.news-grid-box{grid-template-columns:repeat(1,1fr)}}