:host {
  display: inline-flex;
  flex-direction: column;
  vertical-align: top;
  --r-input--validation-icon--display: none;
}

:host([full-width]:not([full-width=false])) {
  display: block;
}

:host([disabled]:not([disabled=false])) r-icon-button {
  opacity: 1;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
