.wfp-field-wrap select.woocommerce-select {
    width: 100%;
    padding: 0.4em;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
}

.wfp-radio-group {
    margin: 0;
    padding: 0;
}

.wfp-radio-group label {
    cursor: pointer;
}

.wfp-radio-label {
    font-weight: 600;
    margin-bottom: 0.3em;
    display: block;
}

.wfp-field-wrap input[type="number"],
.wfp-field-wrap input[type="text"] {
    width: 100%;
}

.wfp-form .form-row{
    margin-bottom: 0 !important;
}
