gmp-map {
width:100%;
height:400px;
}
#gmp-alert {
text-align: center;
padding: 0.5em 1em 0.5em;
background: var(--red);
}
#gmp-alert p {
margin: 0;
padding: 0;
line-height: 1.5;
color: white;
font-size: 0.95rem;
font-weight: 500;
}
#gmp-legend {
background-color: white;
}
#gmp-legend p {
margin: 0;
}
#gmp-legend b {
font-size: 0.95rem;
margin-bottom: 0.75em;
display: inline-block;
}
#gmp-legend ul {
list-style: none;
padding: 0;
text-align: center;
margin: 0.5em;
}
#gmp-legend li {
display: inline-block;
padding: 0 0.5em;
}
#gmp-legend span.marker {
width: 2rem;
height: 2rem;
display: inline-block;
margin-right: 0.25em;
}
#gmp-legend span.descr {
font-size: 0.9rem;
}
#gmp-legend span.su {
background-size: contain !important;
background: url("/content/dam/georgia-power/custom/maps/marker-blue.png") no-repeat center center;
}
#gmp-legend span.ts {
background-color: green;
border-radius: 10px;
height: 0.25rem;
position: relative;
top: 10px;
}
gmp-map .gm-ui-hover-effect {
display: none !important;
}
gmp-map .map-label {
position: absolute;
bottom: -30px;
left: 50%;
transform: translateX(-50%);
background: white;
padding: 4px 8px;
font-size: 12px;
border-radius: 4px;
box-shadow: 0 1px 4px rgba(0,0,0,0.4);
white-space: nowrap;
font-family: sans-serif;
}
gmp-map .map-label.top {
top: -62px;
left: 50%;
transform: translateX(-50%);
bottom: 40px;
}
gmp-map .marker-container {
position: relative;
width: 0;
height: 0;
}