/**
 * Styles for Cosmepar Google Maps.
 */
.cosmepar-google-map-wrapper {
  position: relative;
  margin: 20px 0;
}
.cosmepar-google-map-wrapper .cosmepar-google-map {
  width: 100%;
  min-height: 400px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .cosmepar-google-map-wrapper .cosmepar-google-map {
    min-height: 300px;
    border-radius: 4px;
  }
}
.map-info-window {
  padding: 10px;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.4;
}
.map-info-window strong {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.cosmepar-google-map .gm-style button {
  border-radius: 4px !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
}
.cosmepar-google-map .gm-style .gm-style-iw {
  border-radius: 8px;
  padding: 0;
}
.cosmepar-google-map .gm-style .gm-style-iw button {
  top: 8px !important;
  right: 8px !important;
}
.cosmepar-google-map .gm-style .gm-style-iw-c {
  padding: 0;
}
.cosmepar-google-map .gm-style .gm-style-iw-d {
  overflow: auto !important;
}
