/* Gutenberg blocks tuning */

.wp-block-heading {
  margin-bottom: 1rem;
}

.wp-block-group.is-style-bordered {
  border: 1px solid #e5e7eb;
  padding: 2rem;
  border-radius: 12px;
}

/* Google Maps iframe */
iframe {
  border-radius: 12px;
}
