/* STOCKDIVAR_ACCOUNT_UNIFIED_V7605 */

.profile-dashboard-merged {
  display: grid;
  gap: 18px;
  margin-top: 24px;
  min-width: 0;
}

.profile-dashboard-heading {
  align-items: end;
  padding: 0 4px;
}

.profile-dashboard-heading h2 {
  margin: 4px 0 0;
}

.profile-activity-stats {
  grid-template-columns:
    repeat(3, minmax(0, 1fr));
}

.profile-latest-listings,
.profile-dashboard-table {
  width: 100%;
  min-width: 0;
}

.profile-dashboard-table td,
.profile-dashboard-table th {
  white-space: nowrap;
}

@media (max-width: 900px) {
  .profile-dashboard-merged {
    margin-top: 18px;
    gap: 14px;
  }

  .profile-activity-stats {
    grid-template-columns:
      repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .profile-dashboard-heading {
    align-items: start;
    gap: 8px;
  }

  .profile-activity-stats .stat-card {
    min-height: 0;
    padding: 12px 8px;
  }

  .profile-activity-stats .stat-card h3 {
    font-size: 12px;
  }

  .profile-activity-stats .stat-card strong {
    font-size: 22px;
  }

  .profile-activity-stats .stat-card p {
    display: none;
  }
}
