$checkmark-border: 3px solid var(--turtle);

.LinkedAccountsDropdown {
    &-linked-menu-item {
        border-bottom: 1px solid var(--gray-200);
    }

    &-linked-menu-item-row {
        align-items: center;
        display: flex;
    }

    &-vendor-name {
        color: var(--gray-500);
        font-size: 11px;
        font-weight: $font-weight-bold;
        margin-bottom: 5px;
    }

    &-vendor-or-subaccount {
        display: inline-block;
        font-weight: $font-weight-bold;
        max-width: 600px;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: bottom;
        white-space: nowrap;
    }

    &-vendor-or-subaccount-id {
        display: inline-block;
        margin-left: 5px;
    }

    &-checkmark {
        border-bottom: $checkmark-border;
        border-right: $checkmark-border;
        height: 12px;
        margin-bottom: 7px;
        margin-left: 10px;
        transform: rotate(45deg);
        width: 8px;
    }

    &-load-more {
        align-items: center;
        cursor: pointer;
        display: flex;
        text-align: center;
        justify-content: center;
        color: $gray-600;

        &:hover {
            color: $gray-900;
        }

        &-icon .Icons-chevron {
            fill: currentColor;
            height: 8px;
            margin-right: 6px;
            width: 12px;
        }
    }
}
