.header {
    background-color: var(--brand-white);
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 98%;
    min-height: 78px !important;
    max-height: 78px !important
}
.top-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.ui-icon-btn {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e6e9ef;
    border-radius: 10px;
    color: #8b93a6;
    font-size: 18px;
    box-shadow: 0 1px 0 rgba(16,24,40,.02);
    cursor: pointer;
}
.ui-icon-btn:hover {
    background: #fbfcfe;
    border-color: #d7dce6;
}
.ui-icon-btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(34,197,94,.18);
}
.ui-user-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 10px 6px 8px;
    background: #fff;
    border: 1px solid #e6e9ef;
    border-radius: 12px;
    box-shadow: 0 1px 0 rgba(16,24,40,.02);
    cursor: pointer;
}
.ui-user-pill:hover {
    background: #fbfcfe;
    border-color: #d7dce6;
}

.ui-user-pill:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(34,197,94,.18);
}
.ui-user-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
    min-width: 150px;
}
.ui-user-name {
    font-size: 13px;
    font-weight: 600;
    color: #1f2937;
    text-align: left;
}
.ui-user-role {
    font-size: 11px;
    font-weight: 500;
    color: #98a2b3;
    margin-top: 2px;
    text-align: left;
}
.ui-caret-icon {
    font-size: 14px;
    color: #98a2b3;
}
.label-current-site {
    background-color: var(--brand-white);
    color: var(--brand-green) !important;
    font-weight: normal;
    font-size: 18px;
}