/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-kgz1o9a3rd] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.brand-link[b-kgz1o9a3rd] {
    color: inherit;
    text-decoration: none;
}

.brand-link:visited[b-kgz1o9a3rd] {
    color: inherit;
}

    #blazor-error-ui .dismiss[b-kgz1o9a3rd] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Map.razor.rz.scp.css */
.map-container[b-es7qqbb1bv] {
    height: min(72vh, 780px);
    min-height: 480px;
    overflow: hidden;
    border-radius: 8px;
}

.map-legend-item[b-es7qqbb1bv] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.875rem;
}

.map-legend-dot[b-es7qqbb1bv] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border: 2px solid white;
    border-radius: 50%;
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    box-shadow: 0 1px 3px rgb(0 0 0 / 35%);
}

[b-es7qqbb1bv] .quake-map-info {
    max-width: 280px;
    color: #212121;
}

[b-es7qqbb1bv] .quake-map-info h3 {
    margin: 0.2rem 0 0.5rem;
    font-size: 1rem;
}

[b-es7qqbb1bv] .quake-map-info p {
    margin: 0.35rem 0;
}

@media (max-width: 600px) {
    .map-container[b-es7qqbb1bv] {
        height: 64vh;
        min-height: 400px;
    }
}
