/** fuelLOCATIONS v1.0.0 **/

#location_details #pac-input {
	font-size: 1.2em;
	padding: 0.3em 0.5em;
	text-overflow: ellipsis;
	width: 100%;
	background: #eeffec;
}

#location_details #map {
	height: 200px;
	border-style: initial;
}

#location_details #infowindow-content {
	display: none;
}

#location_details #map #infowindow-content {
	display: inline-block;
	line-height: 2;
	max-width: 200px;
	font-size: 0.7em;
}

#location_details #place_id {
	width: 160px;
	padding: 4px;
}

#location_details .fuel-average-rating {
	display: inline-block;
	direction: rtl;
	text-align: center;
	color: #888;
	box-sizing: border-box;
	margin-left: 1em;
}

#location_details .half-under {
	position: relative;
	left: -0.7em;
	margin-right: -0.6em !important;
	z-index: 0;
}

#location_details .half-star {
	position: relative;
	z-index: 1;
}

#location_details .fuel-average-rating i {
	padding: 5px 0;
	font-size: 1em;
	margin: 0 0.1em;
}

#location_details .fuel-average-rating .checked,
#location_details .fuel-average-rating .checked ~ i,
#location_details .fuel-average-rating .checked-before ~ i {
	color: #ffd700;
}

#location_details .col {
	display: inline-block;
}

#location_details .col2 {
	width: 49.8%;
}

#location_details .col3 {
	width: 33.1%;
}

#location_details .ff-fields {
	position: relative;
}

#location_details .ff-fields::before {
	position: absolute;
	top: 0.4rem;
	right: 0.8rem;
	content: 'Index ' attr(data-count);
	margin: 0 0 0;
	font-weight: bold;
	text-align: right;
	color: green;
}