body[data-page="masters"] .masters-grid .master-profile {
  opacity: 1 !important;
  transform: none !important;
}

body[data-page="masters"] .master-profile-copy {
  min-height: 230px;
  padding: 24px 24px 26px;
}

body[data-page="masters"] .master-profile-copy > span {
  min-height: 6.2em;
  color: var(--balance-muted, #6b6257);
  font-size: 14px;
  line-height: 1.55;
  -webkit-line-clamp: 4;
}

@media (max-width: 560px) {
  body[data-page="masters"] .master-profile-copy { min-height: 210px; }
}
