/* /Features/Icons/MaterialSymbol.razor.rz.scp.css */
.material-symbols-rounded[b-mw9ezepmp9] {
    font-variation-settings: 'FILL' 0;
    transition: all 0.3s;
}

.inherit[b-mw9ezepmp9] {
    font-size: inherit;
}

.fix-alignment[b-mw9ezepmp9] {
    transform: translateY(2px);
}

.filled[b-mw9ezepmp9] {
    font-variation-settings: 'FILL' 1;
}
/* /Features/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-6atyxbwa13] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-6atyxbwa13] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Features/Projects/Project.razor.rz.scp.css */
.project[b-x2qtkt6iw3] {
    border: var(--border);
    padding: var(--spacing);
    flex: 1;
    min-width: min(calc(var(--content-width) / 2 - var(--spacing)), 100%);

    display: flex;
    flex-direction: column;
}

.project > :first-child[b-x2qtkt6iw3] {
    margin-top: 0;
    margin-bottom: 0;
}

.project > :last-child[b-x2qtkt6iw3] {
    margin-bottom: 0;
    margin-top: auto;
}

.project ul[b-x2qtkt6iw3] {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing);
}

.project a[b-x2qtkt6iw3] {
    text-decoration: none;
}
/* /Features/Projects/Projects.razor.rz.scp.css */
.projects[b-t5qlbzj96k] {
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing);
}
