.configurator {
    font-weight: 400;
}

.accordion-button:not(.collapsed) {
    color: inherit !important;
}

/* .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%4a4b65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
} */

.configurator-category-disabled {
    opacity: 0.5 !important;
}

label {
    width: 100%;
    font-size: 1rem;
}

.configurator-option-selector+.card {
    /* height: calc(36px + 2 * 1rem); */
    border: 1px solid #d2d2d7;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 12px;
    padding: 1rem;
    margin-left: 0;
    /* font-size: 0.9rem; */
}

.configurator-option-selector+.card:hover {
    border: 1px solid #85868b;
    cursor: pointer;
}

.configurator-option-selector:checked+.card {
    border: 1px solid #0199ff;
    -webkit-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
}

.configurator-options-description {
    font-weight: 600;
}



/* New Configurator */
.configurator-category {}

.configurator-title {
    font-weight: 400;
    font-size: 1.2rem;
}

.configurator-title--disabled {
    color: #94a3b8;
}

.configurator-title--selected {
    font-size: 1rem;
    color: #334155;
}

.configurator-selected-option {
    font-weight: 600;
    font-size: 1.2rem;
}

.configurator-options {}