/* Inline Styles Extracted */

/* Google Maps Container */
.google-maps-container {
  margin-bottom: 20px;
}

/* Google Maps iframe */
.google-maps-iframe {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Animation counter styles */
.counter-static {
  /* Static counter animation style */
  transition: all 0.3s ease;
}

/* Additional utility classes for common inline styles */
.mb-20 {
  margin-bottom: 20px;
}

.border-radius-8 {
  border-radius: 8px;
}

.box-shadow-light {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.no-border {
  border: 0;
}
