.elementor-1197 .elementor-element.elementor-element-052408a{--display:flex;}.elementor-1197 .elementor-element.elementor-element-8b3e6b9 img{width:24px;height:24px;}.elementor-1197 .elementor-element.elementor-element-aacfcf4 .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-1197 .elementor-element.elementor-element-aacfcf4 .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-1197 .elementor-element.elementor-element-aacfcf4 .jet-listing-dynamic-field{justify-content:flex-start;}.elementor-1197 .elementor-element.elementor-element-aacfcf4 .jet-listing-dynamic-field__content{text-align:left;}/* Start custom CSS for container, class: .elementor-element-052408a */.tag-tooltip-wrapper {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
}

.tag-tooltip-text {
  position: absolute !important;
  bottom: 125% !important;
  left: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 999;
}


.custom-tooltip-pill {
  display: inline-block !important;
  width: max-content !important;
  white-space: nowrap !important;
  background-color: #2b70c9 !important; 
  color: #ffffff !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  padding: 6px 12px !important;
  border-radius: 6px !important;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2) !important;
}

.tag-tooltip-wrapper:hover .tag-tooltip-text {
  opacity: 1;
  visibility: visible;
}/* End custom CSS */