
.elementor-advanced-search-widget {
    margin: 20px 0;
}

.search-fields-wrapper {
    display: flex;
    gap: 10px;
    align-items: flex-end;
    flex-wrap: wrap;
}

.search-input-wrapper,
.category-filter-wrapper,
.search-button-wrapper {
    flex: 1;
    min-width: 200px;
}

.elementor-advanced-search-input,
.elementor-advanced-search-category {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.elementor-advanced-search-button {
    width: 100%;
    padding: 10px 20px;
    background-color: #2271b1;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.elementor-advanced-search-button:hover {
    background-color: #135e96;
}

/* Responsive */
@media (max-width: 768px) {
    .search-fields-wrapper {
        flex-direction: column;
    }
    
    .search-input-wrapper,
    .category-filter-wrapper,
    .search-button-wrapper {
        min-width: auto;
    }
}
.search-fields-wrapper.hrbSearchPro {
    border-radius: 60px !important;
    overflow: hidden;
    box-shadow: 0px 0px 20px -13px rgba(0, 0, 0, 0.5) ! IMPORTANT;
}

.search-fields-wrapper.hrbSearchPro .search-input-wrapper {
    position: relative;
    width: 60px !important;
}

.search-fields-wrapper.hrbSearchPro .category-filter-wrapper {
    width: 180px !important;
    min-width: unset !important;
    max-width: 180px;
    border-radius: 0 !important;
}

.search-fields-wrapper.hrbSearchPro .category-filter-wrapper * {
    border-radius: 0 !important;
}

.search-fields-wrapper.hrbSearchPro .search-button-wrapper {
    width: 100px !important;
    max-width: 100px !important;
    min-width: unset !important;
}

.search-fields-wrapper.hrbSearchPro .search-button-wrapper button.elementor-advanced-search-button {
    border-radius: 0 !important;
}

.search-fields-wrapper.hrbSearchPro {
    border-radius: 60px !important;
}
.search-fields-wrapper.hrbSearchPro .search-button-wrapper {
    width: 70px !important;
    max-width: 70px !important;
    min-width: unset !important;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.search-fields-wrapper.hrbSearchPro .category-filter-wrapper {
    height: 60px !important;
    display: none;
}
.search-fields-wrapper.hrbSearchPro .search-button-wrapper button.elementor-advanced-search-button {
    background: #ed6055;
    font-size: 0 !important;
    min-height: 60px !important;
}
.search-fields-wrapper.hrbSearchPro .search-button-wrapper button.elementor-advanced-search-button:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f002";
    font-size: 18px !important;
}
.search-fields-wrapper.hrbSearchPro .search-input-wrapper {
    height: 100%;
}
.search-fields-wrapper.hrbSearchPro .search-input-wrapper input.elementor-advanced-search-input {
    background: #fff;
    height: 100%;
    border: none !important;
    border-radius: 60px 0 0 60px;
}
.search-fields-wrapper.hrbSearchPro .category-filter-wrapper select.elementor-advanced-search-category {
    height: 100%;
    border: none !important;
}