.wavefinder-map {
width: 100%;
height: 560px;
border-radius: 10px;
border: 1px solid #d7e4ee;
box-shadow: 0 2px 10px rgba(15, 94, 156, 0.08);
z-index: 1;
}
.wavefinder-map-empty {
text-align: center;
padding: 60px 20px;
color: #6b7c8c;
font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
} .wavefinder-map-popup {
font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
min-width: 170px;
}
.wavefinder-map-item {
display: block;
text-decoration: none;
margin-bottom: 10px;
}
.wavefinder-map-item:last-child {
margin-bottom: 0;
}
.wavefinder-map-item img {
width: 100%;
height: 100px;
object-fit: cover;
border-radius: 6px;
display: block;
margin-bottom: 6px;
}
.wavefinder-map-item span {
display: block;
font-size: 13px;
font-weight: 600;
color: #1f2d3a;
}
.wavefinder-map-item:hover span {
color: #0f5e9c;
text-decoration: underline;
} .wavefinder-camp-cta {
text-align: center;
padding: 4px 2px;
}
.wavefinder-camp-cta span {
font-size: 14px;
font-weight: 700;
color: #1f2d3a;
margin-bottom: 4px;
}
.wavefinder-camp-cta em {
display: block;
font-style: normal;
font-size: 12px;
color: #0f5e9c;
font-weight: 600;
}
.wavefinder-camp-cta:hover span {
color: #0f5e9c;
} .marker-cluster-small,
.marker-cluster-medium,
.marker-cluster-large {
background-color: rgba(15, 94, 156, 0.2);
}
.marker-cluster-small div,
.marker-cluster-medium div,
.marker-cluster-large div {
background-color: #0f5e9c;
color: #fff;
}
@media (max-width: 767px) {
.wavefinder-map {
height: 420px;
}
}