.therapist-picks-portraits .therapist-pick {
  min-height: 8.25rem;
  flex-direction: row;
  align-items: center;
  gap: .75rem;
  padding: .75rem;
}

.therapist-picks-portraits .therapist-pick > i {
  position: absolute;
  top: .75rem;
  right: .75rem;
  width: .5rem;
  height: .5rem;
  margin: 0;
}

.therapist-avatar {
  display: grid;
  width: 3.7rem;
  height: 4.9rem;
  flex: 0 0 3.7rem;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(119, 73, 54, .18);
  border-radius: 2px;
  background: #e9ddd0;
}

.therapist-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.therapist-avatar.avatar-placeholder {
  background: linear-gradient(145deg, #48252e, #a96e54);
  color: #fffaf4;
  font-family: Georgia, serif;
  font-size: 1.35rem;
}

.therapist-label {
  display: grid;
  gap: .08rem;
}

.therapist-picks-portraits .therapist-pick strong {
  font-size: 1.05rem;
}

.therapist-picks-portraits .therapist-pick:has(input:checked) .therapist-avatar {
  outline: 2px solid var(--staff-color);
  outline-offset: 2px;
}

@media (max-width: 760px) {
  .therapist-picks-portraits .therapist-pick { min-height: 6.3rem; }
  .therapist-avatar { width: 3rem; height: 4rem; flex-basis: 3rem; }
}

.booking-hours {
  grid-column: 1 / -1;
  margin: 0;
  padding: .8rem 1rem;
  border-left: 2px solid var(--gold-v2);
  background: #f7eee5;
  color: #66595b;
  font-size: .78rem;
  line-height: 1.55;
}
