/* Target the main feed container */
.beamer_news_feed_container, 
#beamer-news-feed {
    width: 700px !important; /* Width of the changelog */
    max-width: 95vw !important; /* Responsive fallback */
    height: 80vh !important; /* Optional: adjust height */
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    right: auto !important;
    bottom: auto !important;
    box-shadow: 0 10px 50px rgba(0,0,0,0.3) !important;
}

/* Ensure the backdrop covers the screen */
.beamer_news_feed_backdrop {
    display: block !important;
    background: rgba(0, 0, 0, 0.5) !important;
}