#header {
  position: relative !important;
  border-bottom: 0 !important;
  box-shadow:
    inset 0 -2px 0 rgba(14, 165, 233, 0.72),
    0 10px 22px rgba(15, 23, 42, 0.07) !important;
}

#header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, #4338ca 0%, #0ea5e9 48%, #7c3aed 100%);
  box-shadow: 0 5px 14px rgba(14, 165, 233, 0.22);
  pointer-events: none;
}

.admin-title-header-divider {
  display: block;
  width: 100%;
  height: 2px;
  margin: 0;
  background: linear-gradient(90deg, #4338ca 0%, #0ea5e9 48%, #7c3aed 100%);
  box-shadow: 0 5px 14px rgba(14, 165, 233, 0.18);
}
