.news-card{transition:transform 0.3s ease,box-shadow 0.3s ease}.news-card:hover{transform:translateY(-5px);box-shadow:0 1rem 3rem rgb(0 0 0 / .175)!important}.news-card-image-wrapper{position:relative;overflow:hidden;background:#f8f9fa;height:100%}.news-gradient-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgb(0 0 0 / .1),rgb(0 0 0 / .2));z-index:1;transition:opacity 0.3s ease}.news-card:hover .news-gradient-overlay{background:linear-gradient(to bottom,rgb(0 0 0 / .2),rgb(0 0 0 / .2))}.news-card-content{padding:2rem;height:100%;display:flex;flex-direction:column;justify-content:center;background:#fff}.btn-explore{transition:all 0.3s ease;display:inline-flex;align-items:center;gap:8px}.btn-explore:hover{transform:translateX(5px);gap:12px}.news-card-image{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease;min-height:300px}.news-card:hover .news-card-image{transform:scale(1.05)}@media (max-width:768px){.news-card-image{min-height:200px}.news-card-content{padding:1.5rem}}.news-pagination{margin-top:3rem}.news-single-image{max-height:500px;width:100%;object-fit:cover}.news-single-content{font-size:1.1rem;line-height:1.8}.news-single-content p{margin-bottom:1.5rem}.news-archive-header{margin-bottom:3rem}.news-card.no-image .news-card-image-wrapper{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:300px}.news-item{scroll-margin-top:100px}.news-card .row{min-height:320px}.news-item:target{animation:highlight-fade 2s ease-out}@keyframes highlight-fade{0%{background-color:rgb(255 193 7 / .3);border-radius:12px}100%{background-color:#fff0}}.news-anchor-link{opacity:.7;transition:opacity 0.3s ease}.news-anchor-link:hover{opacity:1;transform:translateX(0)!important}.copy-feedback{position:fixed;bottom:20px;right:20px;background:#28a745;color:#fff;padding:10px 20px;border-radius:5px;z-index:9999;animation:fadeOut 2s ease-out forwards}@keyframes fadeOut{0%{opacity:1}70%{opacity:1}100%{opacity:0;visibility:hidden}}@media (max-width:768px){.news-card .row{min-height:auto}.news-item{scroll-margin-top:80px}.news-gradient-overlay{background:linear-gradient(to bottom,rgb(0 0 0 / .3),rgb(0 0 0 / .3))}}.news-card-content .text-dark{color:#212529!important}.news-card-content .text-muted{color:#6c757d!important}