/*
Theme Name: Cuinare Child
Theme URI: https://themeforest.net/user/tripples/portfolio
Template: cuinare
Author: Tripples
Author URI: https://themewinter.com
Description: Cuinare - Restaurant WordPress Theme
Tags: theme-options,post-formats,featured-images
Version: 1.0.9.17556015805
Updated: 2025-08-19 11:06:27

*/

.qc-map-parent {
    display: flex;
    border-radius: 12px;
    outline: 1px solid #ccc;
}
#vendors-map {
    border-radius: 12px 0 0 12px;
}
#vendors-map .leaflet-control-attribution.leaflet-control {
    display: none;
}
@media only screen and (max-width: 768px) {
   .qc-map-parent {
        display: grid; 
        grid-template-columns: 1fr;
        width: 100%;     
        height: 650px !important; 
    }

    #vendors-map {
        width: 100% !important;
        height: 300px !important; 
    }
}