.elementor-5677 .elementor-element.elementor-element-6ef5234b{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}/* Start custom CSS for shortcode, class: .elementor-element-cc3c606 */.research-search-form {
    margin: 0 auto;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.search-field label {
    display: none; /* Changed from none to block to show labels */
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 12px; /* Match the input font size */
}

.search-field input,
.search-field select {
    min-width: 190px; /* Set a minimum width */
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 40px;
    font-size: 12px;
    box-sizing: border-box; /* Include padding in width calculation */
}
.search-field select {
    min-width: 140px;}

.search-button {
    background: #0073aa;
    color: white;
    padding: 0px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    line-height: 40px;
    font-weight: 500;
    height: 40px;
}

/* Responsive adjustments */
@media (max-width: 786px) {
.search-field {
        width: 100%;
    }
    .search-field input,
    .search-field select, .search-button {
        width: 100%;
    }
.search-field {
    margin-bottom: 5px;
}
}/* End custom CSS */