.product-extras {
    margin-bottom: 20px;
}

.product-extras .wcex-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.product-extras .wcex-option .wcex-field .woocommerce-input-wrapper label{
    cursor: pointer;
}
.wcex-qty-wrapper {
    display: flex;
    align-items: center;
    margin: 5px 0;
}

.wcex-qty-wrapper button {
    background: #eee;
    border: none;
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
}

.wcex-qty-wrapper .wcex-qty-value {
    display: inline-block;
    width: 30px;
    text-align: center;
    font-size: 16px;
}

/* Для админки вкладки "Дополнительные опции" */
#extra_options_list {
    padding: 10px;
}

#extra_options_list .extra-option {
    display: flex;
    gap: 5px;
    margin-bottom: 5px;
}

#extra_options_list input {
    flex: 1;
}
