/* DeepFupan v0.5.1 actual selector logo fix
   Read-only locating confirmed the desktop logo is:
   <a class="brand"> <span class="dfp-wordmark dfp-wordmark-sidebar">...
   Previous fix targeted .logo-card/.brand-card/.dfp-brand-word, which does not match the real DOM.
*/

@media (min-width: 1101px){
  .sidebar a.brand,
  aside.sidebar a.brand{
    min-height: 88px !important;
    padding: 18px 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .sidebar a.brand .dfp-wordmark,
  .sidebar a.brand .dfp-wordmark-sidebar,
  aside.sidebar a.brand .dfp-wordmark,
  aside.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;
    white-space: nowrap !important;
    text-shadow: 0 0 20px rgba(139,220,255,.14) !important;
  }

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

@media (max-width: 1100px){
  .sidebar{display:none !important;}
}
