.uakc-variant-box {
    margin: 16px 0 18px;
    padding: 14px;
    border: 1px solid #d8d8d8;
    background: #fff;
    clear: both;
}

.uakc-variant-title {
    font-size: 14px;
    margin-bottom: 10px;
    color: #222;
}

.uakc-variant-title span {
    text-transform: lowercase;
}

.uakc-variant-title strong {
    font-weight: 700;
}

.uakc-variant-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.uakc-variant-option {
    display: block;
    min-width: 150px;
    max-width: 220px;
    padding: 10px 12px;
    border: 1px solid #cfcfcf;
    background: #fafafa;
    color: #222;
    text-decoration: none;
    line-height: 1.25;
    box-sizing: border-box;
}

.uakc-variant-option:hover,
.uakc-variant-option:focus {
    border-color: #01b7ef;
    color: #222;
    text-decoration: none;
}

.uakc-variant-option.active {
    border: 2px solid #01b7ef;
    background: #eefbff;
    cursor: default;
}

.uakc-variant-color-name {
    display: block;
    font-weight: 700;
}

.uakc-variant-option small {
    display: block;
    margin-top: 4px;
    color: #666;
    font-size: 11px;
}

@media (max-width: 767px) {
    .uakc-variant-options {
        display: block;
    }

    .uakc-variant-option {
        max-width: none;
        width: 100%;
        margin-bottom: 8px;
    }
}
