.wpforms-staff-search-wrapper {
    position: relative;
    width: 100%;
    max-width: 300px; /* Adjust if needed */
    font-family: Arial, sans-serif;
}

/* Input styling */
.wpforms-staff-search-input {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    border: 2px solid #000;
    border-radius: 4px;
    box-sizing: border-box;
}

/* Dropdown list styling */
.wpforms-staff-search-results {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 100% !important;
    margin-top: 2px !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border-top: none !important;
    list-style: none !important;
    padding: 0 !important;
    z-index: 1000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) !important;
}

/* List items */
.wpforms-staff-search-results li {
    padding: 8px 12px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    background-color: #fff;
    transition: background-color 0.2s ease;
}

.wpforms-staff-search-results li:hover {
    background-color: #f0f0f0;
}

/* Remove last item's bottom border */
.wpforms-staff-search-results li:last-child {
    border-bottom: none;
}


.staff-type-section {
    background-color: #e6f0fa;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.staff-type-section label {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}

.staff-type-section input[type="checkbox"] {
    margin-right: 5px;
    vertical-align: middle;
}

.wpforms-field-option-row strong {
    font-size: 16px;
    color: #2c3e50;
    margin-bottom: 5px;
    display: block;
}

.wpforms-field-option-row label {
    font-size: 14px;
    color: #34495e;
}

.wpforms-field-option-row input[type="checkbox"] {
    margin-right: 8px;
    vertical-align: middle;
}

.wpforms-field-option-row {
    background-color: #e6f0fa;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}