.leaflet-popup-content {
min-width: 320px;
max-width: 345px;
}
.mejor-oferta {
position: relative;
border: 2px solid #35c04b;
border-radius: 5px;
padding: 10px;
margin-bottom: 5px;
}
.mejor-oferta .etiqueta-mejor-oferta {
position: absolute;
top: -10px;
left: 50%;
transform: translateX(-50%);
background-color: #35c04b;
color: white;
padding: 1px 10px;
font-weight: bold;
border-radius: 5px;
font-size: 12px;
white-space: nowrap;
}
.proveedor {
padding: 1.5px;
margin-bottom: 5px;
}
.leaflet-popup-close-button {
font-size: 20px;
top: -12px;
}
.marker-label {
display: flex;
justify-content: center;
align-items: center;
width: 24px;
height: 24px;
background-color: #fff;
border: 1px solid #000;
border-radius: 50%;
font-weight: bold;
font-size: 12px;
color: #000;
}
@media (max-width: 600px) {
#tour-map {
height: 500px !important;
}
.leaflet-popup-content {
min-width: 260px;
max-width: 260px;
}
}