/**
 * @file
 * Field styling.
 */

/* Responsive map container (mapy.cz iframe) */
.field--name-field-mapa {
  margin: 1.5rem 0;
}

.field--name-field-mapa iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 400px;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
