/* ============================================================
   CS TUCUMAN · PERFIL V31.4
   Evita que la portada parezca pegada a la navegación.
   ============================================================ */

body .profile-dashboard,
body .profile-wrap,
body .cst160-profile-page,
body main.profile-dashboard{
 margin-top:0!important;
}

/* Hero/banner del perfil respira debajo de la barra */
.profile-dashboard-hero,
.profile-hero,
.cst160-profile-hero{
 border-top:1px solid #141414!important;
}

/* Si el perfil empieza con una portada/cover, deja una separación mínima */
.profile-dashboard > :first-child,
.profile-wrap > :first-child,
main > .profile-dashboard:first-child{
 scroll-margin-top:165px!important;
}

/* Botón Editar perfil no queda tan pegado al borde */
.profile-dashboard .profile-edit,
.profile-dashboard a[href*="editar"],
.profile-dashboard button[class*="edit"]{
 margin-bottom:8px!important;
}
