.wp-aprs-map {
    width: 100%;
    height: 400px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 20px 0;
}

.leaflet-container {
    font-family: inherit;
}

.leaflet-popup-content {
    font-size: 14px;
    line-height: 1.4;
}

.leaflet-popup-content strong {
    color: #0073aa;
}

/* Responsive Design */
@media screen and (max-width: 782px) {
    .wp-aprs-map {
        height: 300px;
    }
}

@media screen and (max-width: 480px) {
    .wp-aprs-map {
        height: 250px;
    }
    
    .leaflet-popup-content {
        font-size: 12px;
    }
}