.elementor-18760 .elementor-element.elementor-element-2fe7963f{width:100%;max-width:100%;}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-2fe7963f */#impactguru-hospital-app .header-top {
  display: flex; justify-content: space-between; align-items: center;
  background: white; padding: 1rem 2rem; box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
#impactguru-hospital-app .cta-btn {
  background-color: #198754; color: white; border: none; padding: 0.6rem 1.6rem;
  border-radius: 9999px; font-weight: 600; font-size: 0.95rem; cursor: pointer;
}
#impactguru-hospital-app .banner-wrapper {
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;
  background-color: #f1f1f1; padding: 1rem;
}
#impactguru-hospital-app .banner-image {
  width: 30%; height: auto;
}
#impactguru-hospital-app .hospital-banner h1 {
  font-size: 1.5rem; color: #1f8e5e;
}
#impactguru-hospital-app .search-box {
  display: flex; max-width: 800px; margin: 1rem auto; border-radius: 12px; overflow: hidden;
}
#impactguru-hospital-app .search-box input {
  flex: 1; padding: 12px; border: 1px solid #ccc;
}
#impactguru-hospital-app .search-box button {
  background: #444; color: white; border: none; padding: 0 20px;
}
#impactguru-hospital-app .container {
  display: flex; gap: 20px; padding: 2rem;
}
#impactguru-hospital-app .filters {
  background: white; padding: 1rem; border-radius: 8px; box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}
#impactguru-hospital-app .hospital-card {
  background: white; margin-bottom: 1.5rem; padding: 1rem; border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}/* End custom CSS */