#solarplus-shell-header-mount:empty {
    display: none;
}

.solarplus-shell-header {
    min-height: 74px;
    padding: 12px max(24px, calc((100% - 1180px) / 2));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: #ffffff;
    border-bottom: 1px solid #d9e2e7;
}

.solarplus-shell-brand {
    display: flex;
    align-items: center;
    color: #1b2030;
    text-decoration: none;
}

.solarplus-shell-brand img {
    display: block;
    width: 184px;
    height: auto;
}

.solarplus-operator-menu {
    position: relative;
    z-index: 30;
    display: inline-flex;
    margin-left: auto;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 13px;
    line-height: 1.4;
}

.solarplus-avatar-button {
    position: relative;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    overflow: hidden;
    padding: 0;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: #0386b6;
    box-shadow: 0 0 0 1px #c8d7df, 0 4px 12px rgba(27, 32, 48, 0.14);
    cursor: pointer;
    font: inherit;
}

.solarplus-avatar-button:focus-visible {
    outline: 3px solid rgba(3, 134, 182, 0.28);
    outline-offset: 3px;
}

.solarplus-avatar-fallback {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.solarplus-operator-avatar {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
}

.solarplus-account-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 40;
    width: 240px;
    overflow: hidden;
    padding: 8px;
    border: 1px solid #d9e2e7;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(27, 32, 48, 0.18);
    color: #546373;
    text-align: left;
}

.solarplus-account-identity {
    display: grid;
    gap: 3px;
    margin: 0 4px 6px;
    padding: 8px 8px 12px;
    border-bottom: 1px solid #e7edf0;
    line-height: 1.25;
}

.solarplus-account-identity strong {
    overflow: hidden;
    color: #1b2030;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.solarplus-account-identity span {
    color: #64717d;
    font-size: 11px;
    text-transform: capitalize;
}

.solarplus-account-dropdown a,
.solarplus-account-dropdown button {
    display: flex;
    width: 100%;
    min-height: 0;
    align-items: center;
    padding: 9px 12px;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: #334155;
    font: inherit;
    font-weight: 600;
    box-shadow: none;
    justify-content: flex-start;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

.solarplus-account-dropdown a:hover,
.solarplus-account-dropdown a:focus-visible,
.solarplus-account-dropdown button:hover,
.solarplus-account-dropdown button:focus-visible {
    outline: 0;
    background: #eef8fc;
    color: #03769f;
}

@media (max-width: 900px) {
    .solarplus-account-dropdown {
        max-width: calc(100vw - 32px);
    }
}

@media (max-width: 700px) {
    .solarplus-shell-header {
        padding-inline: 18px;
    }

    .solarplus-shell-brand img {
        width: 150px;
    }
}
