/** global **/
.am_czechpostoutlets .text-center{
  text-align: center;
}
.am_czechpostoutlets .text-right{
  text-align: right;
}

.am_czechpostoutlets.carrier-extra {
  padding: 1rem;
}
.am_czechpostoutlets .amCzechPostOutletsWidget {
  padding-top: 1rem;
}
.am_czechpostoutlets .iframe-wrapper {
  height: clamp(400px, 50vh, 800px);
}
/***** modal map responsive *****/
.am_czechpostoutlets .amCzechPostOutletsWidget{
  position: relative;
}
.am_czechpostoutlets .js-saving::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-loading-text);
  background-color: rgba(255,255,255,0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}