.uwu-news-section{position:relative;width:100%}.uwu-news-glass-row{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:hsla(0,0%,100%,.45);border:1px solid hsla(0,0%,100%,.3);border-radius:24px;box-shadow:0 10px 40px rgba(0,0,0,.03);box-sizing:border-box;margin:0 auto;padding:50px;width:100%}.uwu-news-header{align-items:center;display:flex;gap:20px;justify-content:space-between;margin-bottom:40px}.uwu-news-title{color:#14111f;font-family:League Spartan,sans-serif;font-size:clamp(24px,4vw,36px);font-weight:800;margin:0}.uwu-news-view-all-btn{backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;background:hsla(0,0%,100%,.3)!important;border:1px solid hsla(0,0%,100%,.8)!important;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.05);color:#14111f;display:inline-block;font-family:Open Sans,sans-serif;font-size:14px;font-weight:700;padding:12px 24px;text-decoration:none!important;transition:all .3s ease;white-space:nowrap}.uwu-news-view-all-btn:hover{background:hsla(0,0%,100%,.6)!important;border-color:#fff!important;box-shadow:0 8px 25px rgba(0,0,0,.1);color:#83171b;transform:translateY(-2px)}.uwu-news-grid{display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.uwu-news-card{backdrop-filter:blur(15px)!important;-webkit-backdrop-filter:blur(15px)!important;background:hsla(0,0%,100%,.7)!important;border:1px solid hsla(0,0%,100%,.9)!important;border-radius:16px!important;box-shadow:0 8px 30px rgba(0,0,0,.05)!important;display:flex;flex-direction:column;overflow:hidden;text-decoration:none!important;transition:transform .3s ease,box-shadow .3s ease}.uwu-news-card:hover{border-color:#fff!important;box-shadow:0 15px 40px rgba(0,0,0,.1)!important;transform:translateY(-8px)}.uwu-news-image-wrapper{align-items:center;background:hsla(40,18%,97%,.6);box-sizing:border-box;display:flex;height:200px;justify-content:center;padding:15px;width:100%}.uwu-news-img{height:100%;object-fit:contain;width:100%}.uwu-news-no-image{color:#83171b;opacity:.3}.uwu-news-no-image svg{fill:currentColor;height:60px;width:60px}.uwu-news-content{display:flex;flex-direction:column;flex-grow:1;padding:25px}.uwu-news-date{color:#83171b;font-size:13px;font-weight:700;letter-spacing:1px;margin-bottom:8px;text-transform:uppercase}.uwu-news-date,.uwu-news-post-title{font-family:League Spartan,sans-serif}.uwu-news-post-title{color:#14111f;font-size:20px;line-height:1.2;margin:0 0 12px}.uwu-news-snippet{color:#2c363f;flex-grow:1;line-height:1.6;margin-bottom:20px}.uwu-news-read-more,.uwu-news-snippet{font-family:Open Sans,sans-serif;font-size:14px}.uwu-news-read-more{color:#83171b;font-weight:700;transition:color .2s ease}.uwu-news-card:hover .uwu-news-read-more{color:#14111f;text-decoration:underline}@media (max-width:991px){.uwu-news-glass-row{padding:40px 20px}.uwu-news-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.uwu-news-header{flex-direction:column;text-align:center}.uwu-news-grid{grid-template-columns:1fr}.uwu-news-glass-row{padding:30px 15px}.uwu-news-image-wrapper{height:180px}}