/* Ethereal Shadow Component Styles */

[id^="etheral-shadow-"] {
  width: 100%;
  overflow: hidden;
}

[id^="etheral-shadow-"] h1 {
  margin: 0;
  padding: 0;
}

/* Responsive */
@media (max-width: 768px) {
  [id^="etheral-shadow-"] h1 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  [id^="etheral-shadow-"] h1 {
    font-size: 1.5rem;
  }
}
