/* custom css */
/* custom css */
/* Nút nổi bật/tắt left panel trên mobile (dự phòng nếu cần) */
@media (max-width: 820px){
  .wvMobileToggle {
    position: fixed;
    left: 8px;
    top: 72px;        /* tránh đè toolbar */
    z-index: 10000;
    width: 36px; height: 36px;
    border-radius: 999px;
    border: 0;
    background: rgba(0,0,0,.55);
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,.25);
  }
  .wvMobileToggle:active { transform: scale(0.98); }
}

