/* Shared annotated image module styles.
   Page-specific hotspot coordinates should remain inline on each hotspot. */
html {
	scroll-behavior: smooth;
}

.annotated-image-map {
	position: relative;
	display: inline-block;
	max-width: 100%;
}

.annotated-image-map img {
	display: block;
	width: 100%;
	height: auto;
}

.annotated-image-map a.annotated-hotspot,
.annotated-image-map a.annotated-hotspot:link,
.annotated-image-map a.annotated-hotspot:visited,
.annotated-image-map a.annotated-hotspot:hover,
.annotated-image-map a.annotated-hotspot:focus,
.annotated-image-map a.annotated-hotspot:active,
a.annotated-hotspot,
.annotated-hotspot {
	position: absolute;
	width: 40px;
	height: 40px;
	border: 3px solid #fff !important;
	background: rgba(0, 0, 0, .82);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	box-shadow: 0 2px 10px rgba(0,0,0,.35);
	color: #fff !important;
	font-weight: 700;
	font-size: 18px;
	line-height: 34px;
	text-align: center;
	text-decoration: none !important;
	text-decoration-line: none !important;
}

.annotated-hotspot span {
	pointer-events: none;
	color: #fff;
	text-decoration: none !important;
	text-decoration-line: none !important;
}

.annotated-hotspot:focus {
	outline: 3px solid #f2c94c;
	outline-offset: 2px;
}

.series-explained-card {
	scroll-margin-top: 120px;
}

@media (max-width: 767px) {
	.annotated-hotspot {
		display: none;
	}
}
