.vcw-wrap .vcw-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.vcw-wrap .vcw-label {
    white-space: nowrap;
}

.vcw-wrap .vcw-list {
    margin: 0;
    padding-left: 18px;
}

.vcw-wrap .vcw-li {
    margin: 6px 0;
}

.vcw-wrap .vcw-attr-row {
    display: inline-flex;
    align-items: baseline;
    gap: 16px;
}

.vcw-wrap .vcw-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ECECEC;
    border: 0;
    border-radius: 999px;
    padding: 12px 44px 12px 16px;
    line-height: 1.2;
    width: fit-content;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 14px 14px;
}

.vcw-wrap .vcw-select:hover {
    filter: brightness(0.98);
}

.vcw-wrap .vcw-select:focus {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .08);
}

.vcw-wrap .vcw-select::-ms-expand {
    display: none;
}
