.elementor-widget-google_maps .olis-map {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  box-sizing: border-box;
  background: #f3f3f3;
  color: #222;
}
.elementor-widget-google_maps .olis-map-placeholder {
  height: 100%;
  width: 100%;
  overflow: auto;
  box-sizing: border-box;
  padding: 1rem;
  text-align: center;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: 1.5;
}
.elementor-widget-google_maps .olis-map-placeholder p { margin: 0 0 0.75rem; }
.elementor-widget-google_maps .olis-map-label { font-weight: 600; }
.elementor-widget-google_maps .olis-map-load {
  cursor: pointer;
  padding: 0.65rem 1rem;
  border: 1px solid #222;
  border-radius: 0.3rem;
  background: #fff;
  color: #222;
  font: inherit;
}
.elementor-widget-google_maps .olis-map-load:focus-visible {
  outline: 3px solid #265b9d;
  outline-offset: 3px;
}
.elementor-widget-google_maps .olis-map-frame,
.elementor-widget-google_maps .olis-map-frame iframe {
  display: block;
  width: 100%;
  height: 100% !important;
  border: 0;
}
.elementor-widget-google_maps .olis-map [hidden] { display: none !important; }
