/*
 Theme Name: Astra Child VMA
 Theme URI: https://vmagricola.com
 Description: Child para VMAgricola (auth, paneles y CPT)
 Author: Facu
 Template: astra
 Version: 1.0.0
*/




/* -----------------------------------------
   HERO SIMPLE CON FONDO VERDE
----------------------------------------- */
:root{
  --vm-green:#0f684d;
  --vm-button: #2a9e16;
  --vm-button-hover: #2a9e16bb;
}

/* HERO de perfil: barra verde arriba con icono centrado */
.vm-profile-hero-wrap{
  margin:0 calc(50% - 50vw);        /* extiende el fondo a todo el ancho */
  background:var(--vm-green);
  color:#ffffff;
  padding:48px 0 56px;
  margin-bottom: 17px;
}

.vm-profile-hero{
  max-width:960px;
  margin:0 auto;
  padding:0 20px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}

/* círculo del avatar */
.vm-profile-avatar{
  width:86px;
  height:86px;
  border-radius:50%;
  background:rgba(255,255,255,.16);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:14px;
}
.vm-profile-avatar img{
  width:70px;
  height:70px;
  border-radius:50%;
  object-fit:cover;
  border:3px solid #ffffff;
  background:#f5f5f5;
}

/* texto Editá el perfil */
.vm-profile-title{
  font-size:24px;
  font-weight:700;
  letter-spacing:.03em;
}