#itemMap, #publishMap, #searchMap, #homeMap, #userMap {display:block;width:100%;clear:both;border-radius:5px;z-index:1;}
#publishMap[data-theme="sigma"] {margin-left:30%!important;width:70%!important;}

.osm-map-box {display:inline-flex;clear:both;width:100%;margin:0 0 10px 0;flex-direction: column; align-items: stretch;}
.osm-map-box .osm-map-address {font-size:15px;line-height:18px;color:#3c3c3c;font-weight:600;width:100%;display:flex;align-items: center;margin:0 0 8px 0;gap:5px;padding:0 1px;}
.osm-map-box .osm-map-address svg {height:16px;fill:#3c3c3c;}
.osm-map-box .osm-item-map {position:relative;border-radius:5px;}
.osm-map-box .osm-open-item-map {position:absolute;left:0;top:0;right:0;bottom:0;display:flex;align-content: center; justify-content: center; align-items: center;}
.osm-map-box .osm-btn-show-map {z-index:2;gap:6px;cursor:pointer;transition:0.2s;color:#303030;background:#fff;border:1px solid #303030;border-radius:5px;padding:10px 16px;font-size:15px;font-weight:bold;line-height:18px;display: flex; align-items: center; flex-direction: row; justify-content: center;}
.osm-map-box .osm-btn-show-map:hover {box-shadow:0 0 0 1px #303030 inset, 0 0 0 1px #303030;}
.osm-map-box .osm-btn-show-map svg {height:18px;fill:#303030;}
.osm-map-box .osm-map-bg {transition: background-size 0.2s ease;border-radius:5px;background:url('../img/map-cover.svg');background-repeat: no-repeat; background-size: 100%;background-position:center;position:absolute;left:0;top:0;right:0;bottom:0;z-index:1;}
.osm-map-box .osm-item-map:hover .osm-map-bg {background-size: 110%;}


.leaflet-popup-content {margin:0!important;}
.leaflet-popup-content a {text-decoration:none;width:100%;display:block;}
.leaflet-popup-content a > img {display:block;width:100%;height:auto;border-top-left-radius:11px;border-top-right-radius:11px;border-bottom:1px solid rgba(0,0,0,0.1);}
.leaflet-popup-content a > strong {display: block; font-size: 14px; margin: 10px 0 3px 0;padding:0 10px;color: #777; font-weight: normal;line-height:16px;}
.leaflet-popup-content a > span {display: block; font-size: 12px; margin: 0 0 12px 0;padding:0 10px; color: #111; font-weight: bold;line-height:14px;}
.leaflet-popup-content a > span .MCtooltip {display:none!important;}
.leaflet-popup-content .osm-address {margin:12px 15px;display:inline-block;max-width:200px;line-height:14px;font-size:12px;text-align:center;}

@media screen and (max-width: 767px) {
  #publishMap[data-theme="sigma"] {margin-left:0!important;width:100%!important;}
}