/*
Theme Name: GBE Epaviste Child
Theme URI: https://gbe-epaviste.fr/
Description: Theme enfant de Hello Elementor pour le site GBE Epaviste.
Author: Nodie
Author URI: https://nodie.fr/
Template: hello-elementor
Version: 1.2.6
Text Domain: gbe-epaviste-child
*/

/*
 * Ajoutez ici les styles propres au site.
 */

:root {
	--gbe-emoji-font-family: "Apple Color Emoji", "Segoe UI Emoji",
		"Noto Color Emoji", "Twemoji Mozilla", sans-serif;
}

.gbe-emoji {
	font-family: var(--gbe-emoji-font-family);
	font-style: normal;
	font-variant-emoji: emoji;
	font-weight: 400;
	line-height: 1;
}

img.emoji {
	background: none;
	border: 0;
	box-shadow: none;
	display: inline;
	height: 1em;
	margin: 0 0.07em;
	padding: 0;
	vertical-align: -0.1em;
	width: 1em;
}

.gbe-address-autocomplete {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.18);
	display: none;
	font-family: "Roboto", sans-serif;
	inset: calc(100% + 4px) 0 auto;
	overflow: hidden;
	position: absolute;
	z-index: 999999;
}

.gbe-address-autocomplete.is-open {
	display: block;
}

.gbe-address-autocomplete__option {
	background: #fff;
	border-bottom: 1px solid #e2e8f0;
	color: #64748b;
	cursor: pointer;
	display: grid;
	font-size: 14px;
	grid-template-columns: 24px minmax(0, 1fr);
	line-height: 1.4;
	padding: 12px 14px;
	text-align: left;
	transition: background-color 0.15s ease;
	width: 100%;
}

.gbe-address-autocomplete__option::before {
	color: #16a34a;
	content: "●";
	font-size: 13px;
	line-height: 1.4;
	padding-top: 2px;
}

.gbe-address-autocomplete__option:last-of-type {
	border-bottom: 0;
}

.gbe-address-autocomplete__option:hover,
.gbe-address-autocomplete__option.is-active {
	background: #f0fdf4;
}

.gbe-address-autocomplete__text {
	min-width: 0;
}

.gbe-address-autocomplete__main {
	color: #0f172a;
	display: block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: normal;
	text-transform: none;
}

.gbe-address-autocomplete__secondary {
	color: #64748b;
	display: block;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: normal;
	margin-top: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: none;
	white-space: nowrap;
}

.gbe-address-autocomplete__attribution {
	background: #f8fafc;
	border-top: 1px solid #e2e8f0;
	color: #64748b;
	font-family: "Roboto", sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	padding: 7px 12px;
	text-align: right;
	text-transform: none;
	white-space: nowrap;
}
