.workout-shell .field:has([data-ex-note]) textarea {
  height: 86px;
  min-height: 86px;
  max-height: 86px;
  resize: none;
  overflow-y: scroll;
}

.workout-shell .field:has([data-ex-note]) textarea::placeholder {
  color: #87908a;
  font-size: .74rem;
  line-height: 1.42;
}
