.eph-inquiry-shell,
[data-eph-inquiry],
.eph-product-inquiry {
  z-index: 2147483000 !important;
}

.eph-inquiry-preferred-helper {
  display: block;
  margin-top: 5px;
  color: #5f7668;
  font-size: 11px;
  line-height: 1.35;
}

.eph-inquiry-notes-wrap {
  position: relative;
  display: block;
  width: 100%;
}

.eph-inquiry-notes-wrap textarea {
  width: 100%;
  padding-right: 48px !important;
}

.eph-inquiry-clear-notes {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(13, 99, 54, 0.22);
  border-radius: 50%;
  background: #ffffff;
  color: #145433;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.eph-inquiry-clear-notes[hidden] {
  display: none !important;
}
