/* Layout final aprovado: somente os cards Treino do Dia e Meus Treinos. */
.tfit-dashboard-today-card-content {
  grid-template-columns: 1fr 161px !important;
  min-height: 120px !important;
}

.tfit-dashboard-today-avatar {
  min-height: 120px !important;
  transform: translate(-1px, -5px);
}

.tfit-dashboard-my-workout-card {
  flex: 0 0 154px !important;
  min-width: 154px !important;
}

.tfit-dashboard-my-workout-art {
  height: 75px !important;
}

.tfit-dashboard-my-workout-card > div:last-child {
  padding: 7px !important;
}

.tfit-dashboard-my-workout-card > div:last-child > div:first-child > div:first-child {
  font-size: 13px !important;
}
