/**
 * Google Map Block - Estilos del Frontend
 */

.edgc-google-map-block {
  width: 100%;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.edgc-google-map-block iframe {
  display: block;
  width: 100%;
}

.edgc-map-placeholder {
  background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%);
  padding: 3rem;
  text-align: center;
  border-radius: 12px;
  border: 2px dashed #0ea5e9;
  color: #0369a1;
}
