/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.license-plate {
    display: flex;
    align-items: center;
    background: #fff;
    border: 3px solid black;
    border-radius: 8px;
    width: 300px;
    height: 60px;
    font-family: "DIN 1451", sans-serif;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.license-plate .euro-badge {
    background: #003399;
    color: white;
    font-weight: bold;
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 18px;
    position: relative;
}
.license-plate .euro-badge:before {
    content: "";
    display: block;
    height: 25px;
    width: 25px;
    background: url(/wp-content/themes/rental-only/img/euro_stars.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 4px;
}
.license-plate .uz-plate-input {
    border: none;
    outline: none;
    padding: 10px;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 3px;
    width: 100%;
    font-family: "Gl Nummernschild", Sans-serif;
    font-size: 45px;
}

.uz-preview img {
    display: block;
    margin: 0 auto;
}

.rental-display-none {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.rental-summary-preview {
    background-color: var(--e-global-color-primary);
    color: white;
    font-weight: 700;
    border-radius: 50px;
    border: none;
}

.rental-summary-preview:hover,
.rental-summary-preview:focus {
    background-color: #125736;
}