/* Leaflet - True Food Kitchen Locations Styling */
.leaflet-container { min-height: 240px; font-family: 'Brandon Grotesque Medium'; color: #212121; font-size: 14px; }
.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper { padding: 12px 24px 12px 12px; border-radius: 0; }
.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content { margin: 0; max-width: 200px; }
.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content ul { margin: 0; list-style: none; padding: 0; }
.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content ul li { margin: 0; }
.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content ul li.title { font-size: 16px; font-family: 'Brandon Grotesque Bold'; }
.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content ul li.description { color: #487426; font-weight: bold; margin-bottom: 4px; }
.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content ul li.address a { color: inherit !important; }
.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content ul li.address a:hover { text-decoration: underline; }
.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content ul li.links a { border: none; text-transform: uppercase; color: #212121 !important; font-size: 12px; background-color: #eee; padding: 4px 8px; display: inline-block; margin: 4px 4px 0 0; transition: 0s; }
.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content ul li.links a:hover { background-color: #487426; color: #fff !important; }
.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content ul li.links a.order-online { background-color: #487426; color: #fff !important; }
.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content ul li.links a.order-online:hover { background-color: #eee; color: #212121 !important; }