/* External CSS file for inline styles - improves performance and maintainability */

/* Text shadow styles for hero sections */
.hero-text-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.hero-subtitle-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

/* Responsive iframe container for Google Maps */
.iframe-container {
  width: 100%;
  height: 450px;
  border: 0;
}

/* Test page styles */
.test-content-area {
  height: 2000px;
  background: #f0f0f0;
}

/* Email obfuscation - initially hidden, will be revealed by JavaScript */
.email-obfuscated {
  cursor: pointer;
  color: inherit;
  text-decoration: underline;
}

.email-obfuscated:hover {
  opacity: 0.8;
}
