/* v1.3.9 — desktop account profile edit button visibility/alignment */
@media (min-width:901px){
  body.page-account-overview .sp-profile-meta>a{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:118px!important;
    height:46px!important;
    padding:0 18px!important;
    margin:0!important;
    border:1px solid #0b2138!important;
    border-radius:12px!important;
    background:#0b2138!important;
    color:#fff!important;
    -webkit-text-fill-color:#fff!important;
    font-size:12px!important;
    line-height:1!important;
    font-weight:800!important;
    text-decoration:none!important;
    white-space:nowrap!important;
    opacity:1!important;
  }
  body.page-account-overview .sp-profile-meta>a:visited,
  body.page-account-overview .sp-profile-meta>a:hover,
  body.page-account-overview .sp-profile-meta>a:focus{
    color:#fff!important;
    -webkit-text-fill-color:#fff!important;
    background:#123654!important;
    border-color:#123654!important;
    opacity:1!important;
  }
}
