/* Final override for Global page map image slot.
   Removes the decorative frame/rings while preserving the editable image area. */
html body .global-map .map-panel{
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background-color:transparent!important;
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
}

html body .global-map .map-panel::before,
html body .global-map .map-panel::after{
  content:none!important;
  display:none!important;
  border:0!important;
  box-shadow:none!important;
  background:none!important;
}
