.dhwp-color-swap-choices {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 0 auto;
    padding: 1rem;
}
.color_swap_choice_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    max-width: 150px;
    cursor: pointer;
}
.color_swap_choice_item img {
    max-width: 100%;
    height: auto;
}