
/* HOTFIX 21.9.3 · navegación robusta hacia Entrevista Exitosa */
.la-account-nav .la-premium-link{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  width:100%!important;
  box-sizing:border-box!important;
  padding:12px 15px!important;
  color:#fff!important;
  text-decoration:none!important;
  border-radius:12px!important;
  font-weight:800!important;
  background:transparent!important;
}
.la-account-nav .la-premium-link:hover,
.la-account-nav .la-premium-link:focus{
  background:#0b6049!important;
  outline:none!important;
}
.la-account-nav .la-premium-link span{
  white-space:nowrap!important;
}
