.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-2524 .elementor-element.elementor-element-074bab5{--display:flex;}.elementor-widget-wp-widget-woof_widget .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-wp-widget-woof_widget .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-2524 .elementor-element.elementor-element-9ccad18 > .elementor-widget-container{background-color:#FFFFFF;}@media(max-width:767px){.elementor-2524 .elementor-element.elementor-element-074bab5{--padding-top:10px;--padding-bottom:70px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS for wp-widget-woof_widget, class: .elementor-element-9ccad18 */.woof_list_label .woof_label_term {
    background-color: #efefef;
    border: 1px solid #ddd;
    margin: 3px 3px 3px 0;
    padding: 10px;
    line-height: 25px;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    min-width: 50px;
    max-width: 100%;
    height: 50px;
    display: flex
;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.woof_container_inner h4 {
    margin-bottom: 9px;
    font-size: 17px;
}
.filtro-husky-scrollable {
  max-height: 80vh; /* altura máxima del filtro */
  overflow-y: auto;
  padding-right: 8px;
  background: #fff; /* asegúrate que tenga fondo si va sobre otros elementos */
  z-index: 99;
}

/* Estilo opcional para la barra de scroll (solo en WebKit: Chrome, Safari) */
.filtro-husky-scrollable::-webkit-scrollbar {
  width: 5px;
}
.filtro-husky-scrollable::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.woof_label_count {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  position: absolute;
  top: -6px;
  right: -6px;
  border-radius: 999px;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  z-index: 10;
  padding: 0 4px;
  border: 0px solid #000000;
}

/* Tablet */
@media (max-width: 1024px) {
  .woof_label_count {
    font-size: 10px;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    top: -5px;
    right: -5px;
    
  }
}

/* Móvil */
@media (max-width: 768px) {
  .woof_label_count {
    font-size: 9px;
    min-width: 15px;
    height: 15px;
    line-height: 15px;
    top: -4px;
    right: -4px;
  }
}/* End custom CSS */