.list-group.hospital-details-list {
  gap: 0 !important;
}
.list-group.hospital-details-list .list-group-item {
  margin-bottom: 0 !important;
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

p {
  font-family: "MuseoSans-500", Arial, sans-serif;
  color: lab(35.6337% -1.58697 -10.8425);
  font-size: 14px;
  line-height: 22.75px;
}

.breadcrumb .breadcrumb-item.active {
  background: none !important;
  background-color: transparent !important;
  padding: 0 !important;
}
.breadcrumb .breadcrumb-item.active > span,
.breadcrumb .breadcrumb-item.active span {
  background: none !important;
  background-color: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.breadcrumb .breadcrumb-item a {
  text-decoration: underline !important;
}
.breadcrumb .breadcrumb-item:not(.active) + .breadcrumb-item.active {
  margin-left: 0.5rem;
}
.breadcrumb .breadcrumb-item.active > span {
  background-color: transparent !important;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.hospital-location-feature {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.hospital-location-feature h2 {
  font-family: "MuseoSans-500", Arial, sans-serif;
  color: #1a1054;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.hospital-location-feature .location-card {
  background-color: #f3f4f6;
  border-radius: 1.5rem;
  padding: 2rem 1.5rem;
  height: 250px;
  position: relative;
  overflow: hidden;
}
.hospital-location-feature .map-container {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-in-out;
}
.hospital-location-feature .map-container.map-ready {
  opacity: 1;
  pointer-events: auto;
}
.hospital-location-feature .map-container.map-ready + .location-fallback {
  display: none !important;
}
.hospital-location-feature .location-fallback {
  position: relative;
  z-index: 2;
}
.hospital-location-feature .location-fallback .location-fallback-icon {
  color: #cbd5e1;
  margin-bottom: 1.5rem;
}
.hospital-location-feature .location-fallback h3 {
  font-family: "MuseoSans-500", Arial, sans-serif;
  color: #1a1054;
  font-size: 1.25rem;
  font-weight: 500;
}
.hospital-location-feature .location-fallback p {
  font-family: "MuseoSans-100", Arial, sans-serif;
  color: #94a3b8;
  font-size: 0.875rem;
  font-weight: 300;
  opacity: 0.8;
}

#hospital-location-shell.htmx-request .location-card {
  animation: mmg-location-pulse 1.4s ease-in-out infinite;
}

@keyframes mmg-location-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
.hospital-specialities-widget {
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 20px;
  max-width: 380px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.hospital-specialities-widget h3 {
  margin-top: 0;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.hospital-specialities-widget .treatment-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  align-items: flex-start;
}
.hospital-specialities-widget .treatment-btn {
  border-radius: 0.5rem;
  transition: transform 0.2s ease;
  min-height: 110px;
  flex: 0 0 auto;
  width: calc((100% - 1rem) / 3);
  max-width: 110px;
}
.hospital-specialities-widget .treatment-btn:hover {
  transform: translateY(-2px);
}
.hospital-specialities-widget .treatment-icon-wrapper {
  display: inline-block;
  max-height: 70px;
  width: 70px;
  height: 70px;
  background: #e8457e;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all 0.2s ease;
}
.hospital-specialities-widget .treatment-icon-orthopaedics {
  -webkit-mask-image: url("../img/treatments/icons/Orthopaedics.png");
  mask-image: url("../img/treatments/icons/Orthopaedics.png");
}
.hospital-specialities-widget .treatment-icon-ophthalmology {
  -webkit-mask-image: url("../img/treatments/icons/Ophthalmology.png");
  mask-image: url("../img/treatments/icons/Ophthalmology.png");
}
.hospital-specialities-widget .treatment-icon-gynaecology {
  -webkit-mask-image: url("../img/treatments/icons/Gynaecology.png");
  mask-image: url("../img/treatments/icons/Gynaecology.png");
}
.hospital-specialities-widget .treatment-icon-general-surgery {
  -webkit-mask-image: url("../img/treatments/icons/General Surgery.png");
  mask-image: url("../img/treatments/icons/General Surgery.png");
}
.hospital-specialities-widget .treatment-icon-ent {
  -webkit-mask-image: url("../img/treatments/icons/Ear Nose and Throat.png");
  mask-image: url("../img/treatments/icons/Ear Nose and Throat.png");
}
.hospital-specialities-widget .treatment-icon-cardiac {
  -webkit-mask-image: url("../img/treatments/icons/Cardiac.png");
  mask-image: url("../img/treatments/icons/Cardiac.png");
}
.hospital-specialities-widget .treatment-icon-urology {
  -webkit-mask-image: url("../img/treatments/icons/Urology.png");
  mask-image: url("../img/treatments/icons/Urology.png");
}
.hospital-specialities-widget .treatment-icon-corrective-surgery {
  -webkit-mask-image: url("../img/treatments/icons/Corrective Surgery.png");
  mask-image: url("../img/treatments/icons/Corrective Surgery.png");
}
.hospital-specialities-widget .treatment-icon-other {
  -webkit-mask-image: url("../img/treatments/icons/Other Treatments.png");
  mask-image: url("../img/treatments/icons/Other Treatments.png");
}
.hospital-specialities-widget .treatment-icon {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.hospital-specialities-widget .treatment-btn:hover .treatment-icon-wrapper {
  filter: brightness(1.1);
}
.hospital-specialities-widget .treatment-title {
  font-size: 11px;
}

.ai-sources-hover {
  position: relative;
  display: inline-block;
  padding-bottom: 0.55rem;
  margin-bottom: -0.55rem;
}

.ai-sources-hover-panel {
  position: absolute;
  inset-inline-end: 0;
  top: 100%;
  width: min(500px, 95vw);
  background: #fff;
  border: 1px solid #f3c5d9;
  border-radius: 0.75rem;
  box-shadow: 0 8px 24px rgba(26, 16, 84, 0.16);
  padding: 0.65rem 0.75rem;
  text-align: left;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
  pointer-events: none;
}

.ai-sources-hover-panel--flip {
  inset-inline-start: 0;
  inset-inline-end: auto;
}

.ai-sources-hover:hover .ai-sources-hover-panel,
.ai-sources-hover:focus-within .ai-sources-hover-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.ai-sources-hover-trigger {
  border: 0;
  cursor: pointer;
}

.ai-sources-hover-trigger:focus-visible {
  outline: 2px solid #db2777;
  outline-offset: 2px;
}

.ai-sources-hover-link {
  display: block;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #1a1054;
  text-decoration: none;
  margin: 0.2rem 0;
}

.ai-sources-hover-link:hover {
  text-decoration: underline;
  color: #db2777;
}

@media (max-width: 576px) {
  .ai-sources-hover-panel {
    inset-inline-start: 0;
    inset-inline-end: auto;
    width: min(320px, 92vw);
  }
}
@media (hover: none) {
  .ai-sources-hover {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .ai-sources-hover-panel {
    position: static;
    width: 100%;
    max-width: 320px;
    margin-top: 0.5rem;
    transform: none;
    transition: opacity 0.15s ease, visibility 0.15s ease;
  }
  .ai-sources-hover:not(:focus-within) .ai-sources-hover-panel {
    display: none;
  }
  .ai-sources-hover:focus-within .ai-sources-hover-panel {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.medical-specialists-section .specialist-card {
  display: flex !important;
  flex-direction: column-reverse;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-top: 1px solid #f3f4f6;
  align-items: flex-start;
}
.medical-specialists-section .specialist-card:first-child {
  border-top: none;
  padding-top: 0;
}
@media (min-width: 768px) {
  .medical-specialists-section .specialist-card {
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem 0;
  }
}
.medical-specialists-section .specialist-card .specialist-info {
  flex: 1;
  text-align: left;
}
.medical-specialists-section .specialist-card .specialist-info p {
  margin-bottom: 0.25rem;
}
.medical-specialists-section .specialist-card .specialist-info p:last-child {
  margin-bottom: 0;
}
.medical-specialists-section .specialist-card .specialist-info p .specialist-label {
  color: #1a1054;
  font-family: "museo-sans", sans-serif;
  font-weight: 600;
}
.medical-specialists-section .specialist-card .specialist-photo-wrapper {
  flex: 0 0 192px;
  width: 192px;
  height: 192px;
  border-radius: 0;
  overflow: hidden;
  background-color: #f3f4f6;
  border: 1px solid #e5e7eb;
}
.medical-specialists-section .specialist-card .specialist-photo-wrapper .specialist-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.medical-specialists-section .specialist-card .specialist-photo-wrapper .specialist-photo-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
}

/*# sourceMappingURL=hospital_pages.css.map */
