/* Ads in Hero Section */
.as-hero-ads {
    grid-column: 1 / -1;
    /* Span full width */
    width: 100%;
}

/* Ensure Sidebar aligns with Player */
.as-sidebar-matches {
    margin-top: 0;
    /* Reset any top margin */
    align-self: start;
    /* Align to top of the row */
}