*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-family: sans-serif;  }
body { margin: 0; padding: 0; height: 100%; }
img { border: 0; vertical-align: top; height: auto; max-width: 100%; width: 100%; }
.container { margin: 0 auto; float: none; padding: 0px 15px; }


.map-wrap { width: calc(100% - 80px); max-width: 1365px; height: 100vh; display: block; margin: 10px auto; border: 12px solid #F4F2EF; position: relative; z-index: 1; border-radius: 16px; }
#map { width: 100%; height: 100%; display: inline-block; border: 7px dashed #AA846A33; }

#info-box { position: absolute; bottom: 20px; left: 20px; gap: 20px; background: #FBF8F2; border: 1px solid #E1DACA; padding: 12px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); max-width: 440px; font-size: 14px; display: none; z-index: 10; }
#info-box img { width: 122px; height: 100%; border-radius: 10px; object-fit: cover; object-position: center; }
#info-box .info-content { /* padding: 0 0 0 15px; */ width: calc(100% - 122px); display: inline-block; }
#info-box .info-content h3 { font-family: EB Garamond; font-weight: 400; font-size: 23px; line-height: 25px; color: #000; width: 100%; display: inline-block; margin: 0 0 10px 0; }
#info-box .info-content p { font-family: Barlow Condensed; font-weight: 400; font-size: 15px; line-height: 20px; margin: 0 0 12px 0; width: 100%; display: inline-block; color: #000; }
#info-box .info-content a { width: 100%; display: inline-block; font-family: Barlow Condensed; font-weight: 500; font-size: 15px; line-height: 20px; letter-spacing: 2px; text-transform: uppercase; color: #000; text-decoration: none; }
#info-box .info-content a:hover { text-decoration: underline; }

#menu { display: flex; gap: 12px; flex-wrap: wrap; margin: 15px; }
.mapboxgl-ctrl-bottom-right { z-index: 0 !important; }

/* Responsive */

@media(min-width:768px) { .container { width: 750px; } }
@media(min-width:992px) { .container { width: 970px; } }
@media(min-width:1200px) { .container { width: 1170px; } } 

@media(max-width:1199px) { .map-wrap { height: 90vh; } }

@media(max-width:991px) { .map-wrap { height: 60vh; } }

@media(max-width:767px) {
    .map-wrap { width: calc(100% - 30px); height: 60vh; }
    #info-box { position: unset; flex-direction: row-reverse; padding: 15px; width: 100%; max-width: 100%; display: flex; margin: 45px auto 40px auto; }
    #info-box .info-content h3 { font-size: 20px; line-height: 25px; }
    #info-box .info-content p { font-weight: 400; font-size: 15px; line-height: 20px; }
    #info-box .info-content a { font-weight: 500; font-size: 13px; line-height: 20px; text-transform: uppercase; }
}


