.tm-extra-product-options .tm-field-wrap {
  position: relative;
}

.tm-extra-product-options .tc-chars {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 13px;
  z-index: 5;
  pointer-events: none;
}

.tm-extra-product-options .cpf-type-textfield input,
.tm-extra-product-options .cpf-type-textarea textarea {
    padding-right: 65px !important; 
}

.tm-extra-product-options .cpf-type-textarea .tc-chars {
    top: auto;
    bottom: 8px;
    transform: none;
}
