/* DeepFupan v0.5.1 sidebar logo final fix
   Real DOM: <aside class="sidebar"><a class="brand"><span class="dfp-wordmark dfp-wordmark-sidebar dfp-sidebar-logo-wordmark">...
   Goal: desktop left logo restored to original visual weight; mobile standalone logo stays hidden.
*/

@media (min-width: 1101px){
  body.dfp-shell aside.sidebar a.brand,
  body.dfp-shell .sidebar a.brand{
    min-height:96px!important;
    padding:18px 20px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:visible!important;
  }

  body.dfp-shell aside.sidebar a.brand > .dfp-sidebar-logo-wordmark,
  body.dfp-shell .sidebar a.brand > .dfp-sidebar-logo-wordmark,
  body.dfp-shell aside.sidebar a.brand > .dfp-wordmark-sidebar,
  body.dfp-shell .sidebar a.brand > .dfp-wordmark-sidebar{
    font-size:32px!important;
    line-height:1!important;
    letter-spacing:.075em!important;
    font-weight:950!important;
    transform:none!important;
    scale:1!important;
    opacity:1!important;
    display:inline-flex!important;
    align-items:baseline!important;
    white-space:nowrap!important;
    text-shadow:0 0 18px rgba(139,220,255,.18)!important;
  }

  body.dfp-shell aside.sidebar a.brand > .dfp-sidebar-logo-wordmark span,
  body.dfp-shell .sidebar a.brand > .dfp-sidebar-logo-wordmark span,
  body.dfp-shell aside.sidebar a.brand > .dfp-wordmark-sidebar span,
  body.dfp-shell .sidebar a.brand > .dfp-wordmark-sidebar span{
    font-size:inherit!important;
    line-height:inherit!important;
    font-weight:inherit!important;
  }
}

@media (min-width:1101px) and (max-width:1320px){
  body.dfp-shell aside.sidebar a.brand > .dfp-sidebar-logo-wordmark,
  body.dfp-shell .sidebar a.brand > .dfp-sidebar-logo-wordmark,
  body.dfp-shell aside.sidebar a.brand > .dfp-wordmark-sidebar,
  body.dfp-shell .sidebar a.brand > .dfp-wordmark-sidebar{
    font-size:30px!important;
    letter-spacing:.07em!important;
  }
}

@media (max-width:1100px){
  body.dfp-shell aside.sidebar,
  body.dfp-shell .sidebar{
    display:none!important;
  }
}
