.wvp-transfer-fields {
    margin: 20px 0;

    span {
        font-size: 14px;
    }

    .wvp-transfer-brands {
        margin: 10px 0;
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: center;

        .wvp-transfer-brand {
            opacity: 50%;

            &.wvp-transfer-brand-selected {
                opacity: 100% !important;
                border: solid 1px !important;
            }
        }

        .wvp-transfer-brand:hover {
            opacity: 100%;
            cursor: pointer;
        }
    }
}