/*
 Theme Name:       WT26 Divi Child
 Theme URI:        https://github.com/mgyura/wt26-divi-child
 Description:      Divi 5 child theme for the MyWTDivi5 MultiSite network.
 Author:           Worship Times
 Author URI:       https://worshiptimes.org
 Version:          1.0.2
 Template:         Divi
 Requires at least: 6.7
 Requires PHP:     8.4
 License:          GNU General Public License v2
 License URI:      http://www.gnu.org/licenses/gpl-2.0.html
 GitHub Theme URI: https://github.com/mgyura/wt26-divi-child
 Primary Branch:   main
 Update URI:       https://pluginhub.worshiptimes.org
*/

/* Leaflet map pin markers (replaces Google Maps on frontend) */
.wt-divi-map-pin {
    background: none !important;
    border: none !important;
}

.leaflet-popup-content p {
    margin: 0 0 5px;
}

/* Ensure Divi map containers work with Leaflet */
.et_pb_map {
    z-index: 1;
}
