/* 주소 검색 임베드 높이 강제 제한 */
#address-search-embed,
#address-search-embed iframe,
#address-search-embed > div {
  height: 300px !important;
  max-height: 300px !important;
  min-height: 300px !important;
  overflow: auto !important;
}

/* 주소 입력 필드 텍스트 오버플로우 처리 */
#hospital-address {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 48px !important;
  /* 검색 아이콘 공간 확보 */
}
