/*
Theme Name: TEYA Motors
Theme URI: https://digirete.lt
Author: Vilius
Author URI: https://digirete.lt
Description: Custom theme for BMW Individual Workshop Teya Motors
Version: 2.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.0
*/

body {
      font-family: Inter, Roboto, sans-serif;
    }

.g-map {
    border-radius: 25px;
}

.booking_form {
    font-family: inherit;
}

.booking_form input,
.booking_form textarea,
.booking_form select {
    width: 100%;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

.booking_form .button {
    background: #f4ca1a;
    color: #fff;
    padding: 14px 24px;
    border-radius: 12px;
    font-weight: bold;
    border: none;
}

.booking_form .button:hover {
    opacity: 0.9;
}

.custom-logo-link img {
    max-height: 50px;
    width: auto;
}

a[href*="elfsight.com/google-reviews-widget"] {
    display: none !important;
}