.wpgmza-tc-timeslider {
	box-sizing: border-box;
	width: 100%;
	padding: 10px 12px 12px;
	margin: 0;
	background: rgba(255, 255, 255, 0.96);
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	font-size: 13px;
	line-height: 1.4;
}

.wpgmza-tc-timeslider__label {
	margin-bottom: 6px;
	font-weight: 600;
	color: #1d2327;
}

.wpgmza-tc-timeslider__range {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0;
	cursor: pointer;
}

/* Focus-style info window: move heading above the gallery image */
.wpgmza-infowindow-style-focus {
	display: flex;
	flex-direction: column;
}
.wpgmza-infowindow-style-focus .wpgmza-infowindow-style-focus-heading {
	order: -1;
}

/* Gallery image size in focus info window */
.wpgmza-infowindow-style-focus .wpgmza-gallery-stage {
	max-height: 200px !important;
	overflow: hidden;
}
.wpgmza-infowindow-style-focus .wpgmza-gallery-item img {
	max-height: 200px;
	width: 100%;
	object-fit: cover;
}
