.tree-toolbar .account-menu {
    position: relative !important;
    z-index: 40;
    top: auto !important;
    right: auto !important;
    flex: 0 0 auto;
}

.tree-toolbar .account-menu-trigger {
    min-height: auto;
    padding: 9px 13px;
    border-color: #d4d4d4;
    border-radius: 999px;
    background: #fff;
    color: #333;
    font-size: 12px;
    font-weight: 600;
}

.tree-toolbar .account-menu-trigger:hover,
.tree-toolbar .account-menu-trigger:focus-visible {
    border-color: #d4d4d4;
    background: #f2f2f2;
}

.tree-toolbar .account-menu-panel {
    top: 88px;
    right: 16px;
}

.tree-toast {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 8px !important;
}

.tree-toast.tree-toast-dismissed {
    display: none;
}

.tree-toast-dismiss {
    display: grid;
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: currentColor;
    font: inherit;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    opacity: 0.72;
}

.tree-toast-dismiss:hover,
.tree-toast-dismiss:focus-visible {
    background: rgba(36, 93, 50, 0.1);
    opacity: 1;
    outline: none;
}

@media (max-width: 680px) {
    .tree-toolbar .account-menu-trigger {
        width: auto;
        min-width: 42px;
        min-height: 38px;
        padding: 0 11px;
    }

    .tree-toolbar .account-menu-trigger-label {
        display: none;
    }

    .tree-toolbar .account-menu-panel {
        top: 82px;
        right: 8px;
    }
}
