/* ======================================================================
   UBD Visual UX · PRODUCT TEXT LABEL FORCE 1.6.37

   La v1.6.36 sí cargaba, pero una regla antigua de paleta con :nth-of-type()
   tenía mayor especificidad y seguía pintando amarillo el label.
   Este parche usa especificidad superior y afecta únicamente el label del
   campo de texto visible dentro de Personaliza.
   ====================================================================== */

html.ubd-product-ready body#product.ubd-modular-page
.product-customization.ubd-custom-visible
.product-customization-item.ubd-custom-visible-item:nth-child(n) > label,
html.ubd-product-ready body#product.ubd-modular-page
.product-customization.ubd-custom-visible.ubd-custom-has-files
.product-customization-item.ubd-custom-visible-item:nth-child(n) > label,
html body#product.ubd-modular-page
.product-customization.ubd-custom-visible
.product-customization-item.ubd-custom-visible-item:nth-child(n) > label {
  display: block !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 0 9px !important;
  padding: 0 !important;

  border: 0 !important;
  outline: 0 !important;
  border-radius: 0 !important;

  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;

  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;

  color: rgba(255,255,255,.96) !important;
  -webkit-text-fill-color: rgba(255,255,255,.96) !important;

  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: left !important;
  text-decoration: none !important;
}

html.ubd-product-ready body#product.ubd-modular-page
.product-customization.ubd-custom-visible
.product-customization-item.ubd-custom-visible-item:nth-child(n) > label::before,
html.ubd-product-ready body#product.ubd-modular-page
.product-customization.ubd-custom-visible
.product-customization-item.ubd-custom-visible-item:nth-child(n) > label::after,
html.ubd-product-ready body#product.ubd-modular-page
.product-customization.ubd-custom-visible.ubd-custom-has-files
.product-customization-item.ubd-custom-visible-item:nth-child(n) > label::before,
html.ubd-product-ready body#product.ubd-modular-page
.product-customization.ubd-custom-visible.ubd-custom-has-files
.product-customization-item.ubd-custom-visible-item:nth-child(n) > label::after {
  content: none !important;
  display: none !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}
