/* _content/Sindicato.Site/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-uaa539fvns]{
    margin-top:10px;
}

#blazor-error-overlay[b-uaa539fvns] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

#blazor-error-ui[b-uaa539fvns] {
    background: rgba(0, 0, 0, 0.8);
    color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1.25rem;
    width: 300px;
    border-radius: 8px;
    z-index: 1000;
    text-align: center;
}

    #blazor-error-ui a.reload[b-uaa539fvns] {
        display: block;
        margin-top: 1rem;
        text-decoration: none;
        font-weight: bold;
    }
/* _content/Sindicato.Site/Components/Pages/Associe.razor.rz.scp.css */
.form-submit[b-21j3kob9om] {
    width: 100%;
    height: 500px;
}

iframe[b-21j3kob9om] {
    border: none;
    width: 100%;
    height: 800px;
}
/* _content/Sindicato.Site/Components/Pages/Noticias.razor.rz.scp.css */
.placeholder-image[b-bzo7hxw96s] {
    width: 100%;
    height: 250px;
    border-radius: 8px 8px 0px 0px;
}

.search-blog[b-bzo7hxw96s] {
    max-width: 400px;
}
/* _content/Sindicato.Site/Components/Pages/NoticiasDetalhes.razor.rz.scp.css */
.comment[b-83ylv3swl9] {
    border-left: 4px solid #BB2D3B;
    padding: 1rem;
    margin-bottom: 1rem;
}

.response[b-83ylv3swl9] {
    margin-left: 2rem;
    padding-left: 1rem;
    border-left: 3px dashed #ccc;
    margin-top: 0.5rem;
}

.placeholder-image[b-83ylv3swl9] {
    width: 50%;
    max-width: 500px;
    border-radius: 8px;
}

@media (max-width: 1000px) {
    .placeholder-image[b-83ylv3swl9] {
        max-width: 450px;
        border-radius: 8px;
    }
}

@media (max-width: 768px) {
    .placeholder-image[b-83ylv3swl9] {
        max-width: 400px;
        border-radius: 8px;
    }
}

@media (max-width: 480px) {
    .placeholder-image[b-83ylv3swl9] {
        max-width: 70%;
        border-radius: 8px;
    }
}
