/**
 * TEC Event Maps — frontend styles
 */

.tec-event-map {
    display: block;
    width: 100%;
    min-height: 300px;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

/* Leaflet popup link styles */
.tec-event-map .leaflet-popup-content a {
    color: inherit;
    text-decoration: underline;
}

.tec-event-map .leaflet-popup-content strong {
    display: block;
    margin-bottom: 2px;
}
