/* 
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
*/

/*
    Add your custom styles here
*/

.elementor-widget-text-editor p:last-child {
    margin-bottom: 0px;
}

/* Car_date*/

#car-license-date {
    font-size: 16px;
    color: #FFFFFF; /* χρώμα κειμένου γενικά */
    margin-bottom: 0px; /* απόσταση από κάτω */
}

#car-license-date .car-date-label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600; /* λίγο bold για το label */
    margin-right: 5px;
    color: #FFFFFF;
	margin-right: 40px;
}

#car-license-date .car-date-value {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

/* Car_date END*/


@media (min-width: 768px) {
	.singlecar-features {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 5px 20px;
		text-transform: capitalize;
	}
}


.singlecar-features ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


.singlecar-features li {
	position: relative;
	padding-left: 22px;
}

.singlecar-features li::before {
	content: "✔";
	position: absolute;
	left: 0;
	top: 0;
	color: #386792 ;
	font-weight: 600;
}
