.zyren-dashboard-welcome{

display:flex;
align-items:center;
gap:30px;

background:#fff;

border-radius:22px;

padding:35px;

box-shadow:0 10px 35px rgba(0,0,0,.05);

}

.zyren-avatar{

width:90px;
height:90px;

border-radius:18px;

overflow:hidden;

flex-shrink:0;

background:#f5f5f5;

}

.zyren-avatar-image{

width:100% !important;

height:100% !important;

display:block;

object-fit:cover;

border-radius:18px !important;

}

.zyren-dashboard-welcome h2{

margin:0;

font-size:42px;

font-weight:700;

color:#164C45;

}

.zyren-dashboard-welcome p{

margin-top:12px;

font-size:18px;

color:#5e6975;

}