.container{display:flex;justify-content:center;width:90%;margin:0 auto;font-family:Arial,sans-serif;flex-direction:row;padding-top:50px;padding-left:5%;padding-right:5%;border-bottom:1px solid #cccccc}.main-content{flex:5;padding-right:10px}.sidebar{flex:3;padding-left:10px;padding-right:10px}.title{font-size:24px;margin-bottom:10px}.description{font-size:16px;margin-bottom:20px}.main-image{width:100%;height:auto;margin-bottom:20px}.news-item{display:flex;align-items:center;padding:10px 0;gap:10px;border-bottom:1px solid #ccc}.news-text{flex:1;margin-right:10px}.featured-image{width:100px;height:100px;border-radius:5px}.latest-title{font-size:20px;margin-bottom:10px;text-align:center;position:absolute;top:210px}.latest-item{border-bottom:1px solid #ccc}.divider-vertical{width:1px;background-color:#ddd;margin:0 10px}.latest-news{height:500px;overflow-y:scroll;position:relative}.latest-news-heading{font-size:24px;font-weight:700;margin-bottom:20px;text-align:center;position:-webkit-sticky;position:sticky;top:0;background-color:#ffd700;z-index:10;color:#000;padding:10px 0;border-bottom:1px solid #ddd}.latest-news{flex:2;padding-left:10px;max-height:650px;overflow-y:auto;margin-top:10px;scrollbar-width:none}.latest-item,.latest-news{border-bottom:1px solid #cccccc}.latest-item{padding:10px 0;font-size:16px}.latest-news::-webkit-scrollbar{width:0}.latest-news:hover{scrollbar-width:thin}.latest-news::-webkit-scrollbar{width:2px}.latest-news:hover::-webkit-scrollbar-thumb{background-color:#000;border-radius:10px}.latest-news::-webkit-scrollbar-thumb{height:30px}.latest-news::-webkit-scrollbar-track{background:transparent}.latest-news::-webkit-scrollbar-thumb{background-color:#000;border-radius:10px}@media (max-width:768px){.container{flex-direction:column}.latest-news,.main-content,.sidebar{flex:1;padding:10px 0;min-height:500px}.main-image{width:100%}.news-item{flex-direction:column;align-items:flex-start;min-height:120px}.featured-image{width:80px;height:80px}.latest-news{height:auto;overflow-y:visible}}@media (max-width:480px){.container{flex-direction:column;padding-top:10px}.latest-news,.main-content,.sidebar{flex:1;padding:5px 0}.title{font-size:20px}.description{font-size:14px;margin-bottom:20px}.featured-image{width:50px;height:50px;margin-left:10px}.news-item{display:flex;flex-direction:row;align-items:center}.latest-news{height:auto;overflow-y:visible}.view-more{width:100%;font-size:16px}.skeleton-heading,.skeleton-latest-item,.skeleton-text,.skeleton-title{background:#e0e0e0;border-radius:4px}.skeleton-title{height:28px;width:80%;margin-bottom:20px}.skeleton-image{background:#e0e0e0;width:100%;aspect-ratio:16/9;margin-bottom:20px}.skeleton-text{height:16px;margin-bottom:10px}.skeleton-item{display:flex;align-items:center;padding:10px 0;gap:10px}.skeleton-thumbnail{width:100px;height:100px;background:#e0e0e0;border-radius:5px}.skeleton-heading{height:24px;width:60%;margin:0 auto 20px}.skeleton-latest-item{height:16px;margin-bottom:10px;padding:10px 0}.latest-news-heading{font-size:20px;font-weight:700;background-color:#ffd700;padding:10px;margin-bottom:20px;text-align:center;border:none;border-radius:0;letter-spacing:.5px;color:#000;text-transform:uppercase;text-shadow:1px 1px 2px rgba(0,0,0,.2)}}.trending-videos{background-color:#e5e7eb;padding:20px;overflow:hidden;position:relative}.trending-title{text-align:center;font-size:24px;font-weight:700;margin-bottom:15px;color:#104b97}.videos-container{width:100%;overflow:hidden;position:relative;display:flex;justify-content:center}.video-slider{display:flex;gap:15px;animation:scroll 10s linear infinite;white-space:nowrap}.video-card{flex:0 0 220px;min-width:220px;max-width:220px;background-color:white;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);overflow:hidden;display:flex;flex-direction:column;cursor:pointer;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;height:auto}.video-image{width:100%;height:180px;object-fit:cover}.video-card:hover{transform:scale(1.05);box-shadow:0 8px 12px rgba(0,0,0,.2)}.video-info{padding:10px;font-size:14px;font-weight:700;color:#333;background-color:white;text-align:center;line-height:1.4;min-height:100px;display:flex;align-items:center;justify-content:center;flex-grow:1;word-wrap:break-word;overflow:hidden;text-overflow:ellipsis;white-space:normal}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}