/* LOCAL OVERRIDES */

/* Section separation */
.section-recent-events.map-section {
	padding-top: 22px;
}

/* Form */
.form {
	display: flex;
	flex-direction: row;
}

/* Map */
@media only screen and (max-width: 1068px) {
	.store-map {
		display: none;
	}
}

/* Form */
.form-textbox-input {
	margin-bottom: 34px;
}

@media only screen and (min-width: 735px) {
	.form-textbox-input {
		margin-bottom: 0;
	}

	.section-map-dynamic .form .button-elevated {
		height: 100%;
	}

	.section-map-dynamic .form .row {
		gap: 20px;
	}
}

/* Map Annotation */
.circle-annotation {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	color: #fff;
	background-color: #ccc;
	text-align: center;
	line-height: 32px;
}

.store-count-annotation {
	background: #06c;
	border-radius: 50%;
	color: #fff;
	font-weight: 500;
	text-align: center;
	padding: 5px;
	display: inline-block;
	width: 0.8825rem;
	height: 0.8825rem;
	font-size: 12px;
	line-height: 1.33337;
	font-weight: 400;
	letter-spacing: -0.01em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
		"Arial", sans-serif;
}
