/* V24 team card brand color fix - 20260530 */
.v24-team-card::before,
.v24-team-photo,
.v24-team-feature__photo,
.v24-editor-card__badge {
  background: linear-gradient(135deg, #ff2d2d 0%, #ff2d2d 62%, #e50024 100%) !important;
}

.v24-team-photo {
  box-shadow: 0 14px 30px rgba(255, 45, 45, .22) !important;
}

.v24-team-card__body > span {
  color: #e50024 !important;
  background: rgba(255, 224, 0, .5) !important;
}

.v24-team-card__body small {
  color: #667085 !important;
}

.v24-team-options span:first-child,
.v24-team-feature a,
.v24-team-note a {
  background: #ff2d2d !important;
  border-color: #ff2d2d !important;
}
