/* /Shared/Footer.razor.rz.scp.css */
.footer[b-cdvsh64kyl] {
    margin-top: auto; /* Pushes the footer to the bottom when content is short */
}
/* /Shared/MainLayout.razor.rz.scp.css */
.site-content[b-abrg7nf3ie] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    flex-grow: 1;
}

.ads-container[b-abrg7nf3ie] {
    position: relative; /* Keep ads relative for better positioning */
    margin: 0; /* Remove margin if needed */
    padding: 10px 0; /* Add padding if needed for spacing */
}

.page-container[b-abrg7nf3ie] {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Ensures full height of the viewport */
}
