﻿.accordion-button:not(.collapsed) {
    background-color: #ffffff !important;
}

.dye-card {
    width: 102px;
}

    .dye-card img {
        width: 100%;
        max-width: 100px;
        height: 100px;
    }

.dye-card-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
