 .schadmin-branding {
      position: sticky;
      top: 0;
      z-index: 1030;
      padding: 0.55rem 1rem;
      background: linear-gradient(135deg, #0d6efd, #084298);
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 5px;
    }

    .schadmin-brand-link {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      text-decoration: none;
    }

    .brand-text {
      font-size: 1.25rem;
      font-weight: 700;
      color: #ffffff;
      letter-spacing: 0.4px;
    }

    .brand-logo {
      height: 26px;
      width: auto;
      border-radius: 2px;
      box-shadow: 0 0 0 1px rgba(255,255,255,0.5);
    }

    .zm-flag {
      height: 26px;
      width: auto;
      border-radius: 2px;
      box-shadow: 0 0 0 1px rgba(255,255,255,0.5);
    }

    /* Hover effect */
    .schadmin-brand-link:hover .brand-text {
      text-decoration: underline;
    }

    /* Responsive behavior */
    @media (max-width: 768px) {
      .brand-text {
        font-size: 1.1rem;
      }

      .schadmin-branding {
            padding: 0.20rem 1rem;
          }

        .brand-logo {
        height: 20px;
      }

      .zm-flag {
        height: 20px;
      }
    }
