.LinkedArtistSummary {
    background-color: $mouse;
    height: 90px;
    width: 100%;

    &-picture-img {
        border-radius: 50%;
        float: left;
        height: 60px;
        margin: 15px 0 15px 15px;
        width: 60px;
    }

    &-artist-name {
        color: $gorilla;
        font-size: 18px;
        font-weight: $weight_bold;
        height: 24px;
        margin-left: 90px;
        padding-top: 20px;
        text-align: left;
        width: 183px;
    }

    &-separator {
        background-color: $koala;
        float: left;
        height: 60px;
        margin-left: 255px;
        margin-top: -10px;
        width: 1px;
    }

    &-accounts {
        float: left;
        margin-left: 3%;
    }

    &-account {
        display: inline-block;
        margin-right: 5px;
    }

    &-manage-accounts {
        color: $bluejay;
        display: inline-block;
        font-size: 11px;
        font-weight: $weight_bold;
        height: 13px;
        left: 354px;
        text-align: left;
        top: 50px;
        width: 110px;
    }

    &-manage-accounts-button {
        padding: 0;
    }

    &-total-followers {
        color: $gorilla;
        display: inline-block;
        float: left;
        font-size: 14px;
        height: 22px;
        line-height: 1.57;
        padding-left: 50px;
        text-align: left;
        width: 160px;
    }

    &-total-followers-text-style {
        font-weight: $weight_bold;
    }

    &-close-button {
        display: inline-block;
        float: right;
        height: 15px;
        margin-top: -15px;
        padding-right: 20px;
        padding-top: -21px;
        width: 15px;
    }

    &-close-button-fill {
        fill: $gorilla;
    }
}
