/* 
 Theme Name:   Yedi-24 Pide
 Theme URI:    Yedi-24 Pide
 Description:  Yedi-24 Pide
 Author:       Yedi-24 Pide
 Author URI:   https://yedi-24.com.tr
 Template:     hello-elementor
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
/* child theme'inizin style.css dosyasına ekleyin */

.menu-item {
    margin-bottom: 20px;
    overflow: hidden; /* Yükseklik sorununu çözmek için */
}

.menu-item input[type="text"],
.menu-item input[type="submit"] {
    display: inline-block;
    width: calc(25% - 10px); /* Her bir input ve submit butonunun genişliği */
    margin-right: 10px;
}

.menu-item input[type="submit"] {
    width: auto;
    margin-right: 0;
}

label {
    display: block;
    margin-bottom: 5px;
}

input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.submit-btn {
    background-color: #4CAF50;
    color: white;
    padding: 15px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.submit-btn:hover {
    background-color: #45a049;
}

