/**
 * Deps: pivot-networkmap-style
 * Load: global
 */

.networkmap-addresslookup .fields > .field.field-address i {
	left: 10px;
	margin-left: 10px;
	right: auto;
	color: var(--wp--preset--color--gray);
}
.networkmap-addresslookup .fields > .field.field-address input[type="text"] {
	padding: 10px 15px 10px 30px;
	height: auto;
}
.networkmap-addresslookup .fields > .field.field-address input[type="text"]:focus + i {
	color: var(--wp--preset--color--purple);
}
.infowindow-content {
	text-align: center;
	border-left: 0px;
	position: static;
}
.infowindow-content:before {
	content: '';
	position: absolute;
	border-top: 10px solid;
	border-top-color: inherit;
	left: 0;
	top: 0;
	right: 0px;
}
.networkmap-container button[aria-label="Close"] {
	top: 7px !important;
	right: -2px !important;
}
.infowindow-content .infowindow-title {
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
}
.infowindow-content .text {
	font-size: 16px;
	line-height: 20px;
}
.infowindow-content .infowindow-text .btn {
	background: #2e3334 !important;
	color: #fff !important;
	text-decoration: none;
	display: block;
	max-width: 200px;
	margin: 1em auto;
}
.infowindow-content .infowindow-text .btn:hover,
.infowindow-content .infowindow-text .btn:focus {
	background: #38a861 !important;
}