.sge-impersonation-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 20px;
    background: #1f6feb;
    color: #fff;
    font-size: 14px;
}

.sge-impersonation-banner strong { font-weight: 600; }

.sge-impersonation-banner .sge-btn {
    background: #fff;
    color: #1f6feb;
    border-color: #fff;
}
