/**
Theme Name: Search Nest
Author: Usama Fayyaz
Author URI: https://www.fiverr.com/usamafayyaz99
Description: Child theme for Search Nest.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: search-nest
Template: astra
*/

.search-form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-form form {
    max-width: 500px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 25px;
    align-items: stretch;
}

.search-form form input {
    flex: 1 1 calc(80% - 12.5px);
    height: unset;
}

.search-form form button {
    flex: 1 1 calc(20% - 12.5px);
}