/* Paladin Location Map block */

.location-map-block {
	padding: 0 0 50px;
}

.location-map-block--preview {
	outline: 2px dashed #f0c609;
	outline-offset: -4px;
}

.location-map-block .location-map-preview-banner {
	background: #fff8d6;
	border-bottom: 1px solid #f0c609;
	color: #333;
	font-size: 14px;
	padding: 10px 20px;
	text-align: center;
}

.location-map-block .location-map-preview-banner strong {
	color: #0f2453;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-right: 6px;
}

.location-map-block .location-map-image {
	width: 100%;
	height: auto;
	max-width: 1200px;
	margin: 0 auto 30px;
	line-height: 0;
}

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

.location-map-block .location-map-intro {
	margin: 0 0 30px;
}

.location-map-block .location-map-columns {
	column-count: 4;
	column-gap: 2rem;
	margin: 0 auto;
}

.location-map-block .location-group {
	break-inside: avoid;
	page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	display: block;
	margin: 0 0 1.5rem;
}

.location-map-block .location-group-title {
	margin: 0 0 1rem;
}

.location-map-block .location-group-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.location-map-block .location-item {
	font-weight: 700;
	font-size: 15px;
	line-height: 1;
	display: flex;
}

.location-map-block .location-item a {
	position: relative;
	margin-bottom: 25px;
}

.location-map-block .location-item a:hover:after {
	padding: 0;
	margin: 0;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #f0c609;
	position: absolute;
	left: 0;
	bottom: -10px;
}

@media (max-width: 1100px) {
	.location-map-block .location-map-columns { column-count: 3; }
}

@media (max-width: 900px) {
	.location-map-block .location-map-columns { column-count: 2; }
}

@media (max-width: 600px) {
	.location-map-block .location-map-columns { column-count: 1; }
}
