.admin-sidebar-toggle {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1201 !important;
  border-radius: 999px !important;
  padding: 8px 10px !important;
  background: #7dd3fc !important;
  background-color: #7dd3fc !important;
  border: 1px solid #7dd3fc !important;
  color: #fff;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.admin-menu-icon {
  color: #fff;
  font-size: 1.15rem;
  line-height: 1;
}

.toggle-label {
  font-size: 0.82rem;
}

.admin-offcanvas {
  max-width: 340px;
}

@media (max-width: 768px) {
  .admin-sidebar-toggle {
    top: 8px;
    left: 8px;
    padding: 8px;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    justify-content: center;
  }

  .toggle-label {
    display: none;
  }
}
