/* /Layout/MainLayout.razor.rz.scp.css */
main[b-8ikrczm0by] {
    max-width: 600px;
    margin: 0 auto;
}
/* /Pages/Home.razor.rz.scp.css */
.color-section-label[b-7cxrugv98g] {
    font-size: 0.7rem;
    color: var(--bs-secondary-color, #6c757d);
    text-transform: none;
    letter-spacing: 0.04em;
    margin-bottom: 0.35rem;
}

.color-grid[b-7cxrugv98g] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

.swatch[b-7cxrugv98g] {
    width: 32px;
    height: 32px;
    border-radius: 5%;
    border: 2px solid transparent;
    padding: 0;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
}

.swatch.selected[b-7cxrugv98g] {
    border-color: #212529;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #212529;
}

.swatch-custom[b-7cxrugv98g] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 2px dashed #adb5bd;
    color: #6c757d;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    box-shadow: none;
}

.swatch-custom.selected[b-7cxrugv98g] {
    border-style: solid;
    border-color: #212529;
    color: #212529;
}

.swatch-custom-input[b-7cxrugv98g] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
}
