/**
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.txt
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your
* needs please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/

.row-wrapper:has(.wk_search_row) {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
    padding: 30px 15px;
    overflow: auto;
}

.wk-text-center {
    text-align: center;
}

#wrapper_header {
    border: 1px solid #eee;
    box-shadow: 2px 2px 8px 0rgba(0, 0, 0, .2);
    background: #fff;
    padding: 20px 10px 0 10px;
    margin-bottom: 15px;
}

.search_auction_btn {
    height: 38px;
    padding: 0 20px !important;
}

/* Media Queries para comportamento responsivo */
@media (max-width: 1024px) {
    .row-wrapper:has(.wk_search_row) {
        padding: 25px 15px;
    }
}

/* Correção específica para 992px */
@media (max-width: 992px) and (min-width: 992px) {
    .wk_search_row .form-group {
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }

    .col-lg-1.col-md-2.form-group.wk-text-center {
        display: flex;
        align-items: center;
    }

    .search_auction_btn {
        width: auto;
        min-width: 50px;
        margin-top: 0 !important;
        height: 38px;
    }
}

/* Correção específica para 991px */
@media (max-width: 991px) and (min-width: 991px) {
    .wk_search_row .form-group {
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }

    .col-lg-1.col-md-2.form-group.wk-text-center {
        display: flex;
        align-items: center;
    }

    .search_auction_btn {
        width: auto;
        min-width: 50px;
        margin-top: 0;
        height: 38px;
    }
}

@media (max-width: 992px) {
    .row-wrapper:has(.wk_search_row) {
        padding: 20px 10px;
    }

    .wk_search_row .form-group {
        margin-bottom: 15px;
    }

    .search_auction_btn {
        width: 100%;
        margin-top: 0 !important;
    }

    #wrapper_header {
        padding: 15px 10px 0 10px;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .col-lg-1.col-md-2.form-group.wk-text-center {
        padding-left: 10px;
        padding-right: 10px;
    }

    .wk_search_row .form-group {
        margin-bottom: 10px;
    }

    .search_auction_btn {
        height: 40px;
        font-size: 14px;
        margin-bottom: 5px;
    }

    #wrapper_header {
        padding: 15px 10px 0 10px;
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .wk_search_row .form-group {
        margin-bottom: 10px;
    }

    .search_auction_btn {
        height: 40px;
        font-size: 14px;
        margin-bottom: 5px;
    }
}