/*
 Theme Name:   CarDealer Child
 Theme URI:    https://cardealer.potenzaglobalsolutions.com/
 Description:  Car Dealer - Child Theme.
 Author:       TeamWP @Potenza Global Solutions
 Author URI:   http://www.potenzaglobalsolutions.com
 Template:     cardealer
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, post-formats, rtl-language-support, threaded-comments, translation-ready, e-commerce, blog, grid-layout
 Text Domain:  cardealer-child
*/

.menu-button {
    background-color: red !important; /* Czerwone tło */
    color: white !important; /* Białe napisy */
    font-size: 17px !important; /* Wielkość czcionki */
    font-weight: bold !important; /* Pogrubienie tekstu */
    padding: 15px 30px !important; /* Wyższy i węższy przycisk */
    text-decoration: none !important; /* Usunięcie podkreślenia */
    border-radius: 8px !important; /* Zaokrąglenie rogów */
    display: inline-block !important; /* Aby działało jak przycisk */
    text-align: center !important; /* Wyrównanie tekstu */
}

.menu-button:hover {
    background-color: darkred !important; /* Ciemniejsze tło po najechaniu */
    color: #f0f0f0 !important; /* Jaśniejsze napisy na hover */
    text-decoration: none !important; /* Brak podkreślenia */
}
