.cf7rf-wrapper {
    margin-bottom: 15px;
}

.cf7rf-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.cf7rf-row select,
.cf7rf-row input[type="text"] {
    flex: 1;
    min-width: 200px;
    margin: 0px !important;
}

.cf7rf-row .cf7rf-remove {
    background: #dc3545;
    color: #fff;
    padding: 2px 8px !important;
    /*border: none;
    cursor: pointer;
    border-radius: 4px;*/
    font-size: 12px;
}

.cf7rf-add {
    background: #28a745;
    color: #fff;
    padding: 2px 8px !important;
    /*border: none;
    cursor: pointer;
    border-radius: 4px;*/
    font-size: 12px;
}