/* Dorg Search Filter */

.elementor-widget-shortcode .dorg-search-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 40px;
    font-family: 'Geist', sans-serif;
}

.elementor-widget-shortcode .dorg-search-field {
    flex: 1;
    min-width: 180px;
}

.elementor-widget-shortcode .dorg-search-select {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #ddd;
    border-radius: 7px;
    font-size: 14px;
    font-family: 'Geist', sans-serif;
    background: #fff;
    color: #333;
    cursor: pointer;
    appearance: auto;
    -webkit-appearance: auto;
    transition: border-color 0.2s;
}

.elementor-widget-shortcode .dorg-search-select:focus {
    outline: none;
    border-color: #5D6DB2;
}

.elementor-widget-shortcode .dorg-search-select:hover {
    border-color: #5D6DB2;
}

.elementor-widget-shortcode .dorg-search-btn {
    padding: 10px 28px;
    background-color: #5D6DB2;
    color: #ffffff;
    border: 1px solid #5D6DB2;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Geist', sans-serif;
    cursor: pointer;
    transition: background-color 0.2s;
    white-space: nowrap;
    text-decoration: none;
}

.elementor-widget-shortcode .dorg-search-btn:hover {
    background-color: #4a5a9f;
    border-color: #4a5a9f;
    color: #ffffff;
}

.elementor-widget-shortcode .dorg-search-reset {
    padding: 10px 20px;
    background-color: transparent;
    color: #5D6DB2;
    border: 1px solid #5D6DB2;
    border-radius: 7px;
    font-size: 14px;
    font-family: 'Geist', sans-serif;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.2s, color 0.2s;
}

.elementor-widget-shortcode .dorg-search-reset:hover {
    background-color: #5D6DB2;
    color: #ffffff;
}

@media (max-width: 768px) {
    .elementor-widget-shortcode .dorg-search-field {
        flex: 1 1 100%;
    }
    .elementor-widget-shortcode .dorg-search-btn,
    .elementor-widget-shortcode .dorg-search-reset {
        width: 100%;
        text-align: center;
    }
}
