/* https://colonialcartage.com/wp-content/themes/colonialcartage-theme/map-legend.css?ver=1.0.12 */
.map-legend-container{display:flex;flex-wrap:wrap;justify-content:flex-start;max-width:500px}@media all and (max-width:1023px){.map-legend-container{margin-bottom:50px}}@media all and (max-width:767px){.map-legend-container{max-width:100%}}.map-legend-container .map-legend-title{flex-basis:100%;font-size:19px;margin-bottom:6px;text-transform:uppercase}.map-legend-container .legend-row{align-items:center;display:flex;flex-basis:100%;flex-wrap:wrap;font-size:15px;justify-content:flex-start;margin:3px 0}.map-legend-container .legend-row div{flex-basis:50%}@media all and (max-width:767px){.map-legend-container .legend-row div{flex-basis:80%}}.map-legend-container .legend-row div.box{flex-basis:35px}.map-legend-container .box{border:solid 1px #090a0e;height:15px;margin-right:15px;width:35px}.map-legend-container .ml-default .box{background-color:#a7a7a8}.map-legend-container .ml-two-day .box{background-color:#ee5852}.map-legend-container .ml-three-day .box{background-color:#3d5a84}.map-legend-container .ml-four-day .box{background-color:#b02c27}.map-legend-container .ml-five-day .box{background-color:#183257}