/* FITSTRONG v60.5.97 — Coach comments on completed workouts */

.coach-workout-comment-card {
  border: 1px solid rgba(4, 93, 93, .22);
  border-radius: 18px;
  padding: 20px;
  background: rgba(4, 93, 93, .045);
}

.coach-workout-comment-card textarea {
  width: 100%;
  box-sizing: border-box;
}

.coach-workout-comment-card.is-client {
  border-left: 5px solid #045D5D;
}

.coach-workout-comment-card.is-client p:last-child {
  font-size: 1rem;
  line-height: 1.6;
}

.coach-comment-indicator {
  display: block;
  margin-top: 4px;
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.15;
  opacity: .9;
}
