.SocialProfile {
    border: 1px solid $koala;
    border-radius: 3px;
    height: 155px;
    margin-bottom: 10px;
    padding: 15px;

    &-loading {
        padding-top: 80px;
    }

    &-picture {
        border-radius: 50%;
        float: left;
        height: 129px;
        margin-right: 20px;
        width: 129px;
    }

    &-picture-default {
        background: $koala;
    }

    &-platform,
    &-name,
    &-verified {
        display: inline-block;
    }

    &-platform,
    &-name {
        margin-right: 5px;
    }

    &-platform,
    &-verified {
        vertical-align: text-bottom;
    }

    &-name {
        margin-top: 0;
    }

    &-link {
        color: $gorilla;
        font-size: 14px;
    }

    &-link:hover,
    &-link:visited,
    &-link:focus {
        color: $gorilla;
    }

    &-link:visited {
        text-decoration: none;
    }

    &-link-icon {
        margin-left: 5px;
        vertical-align: middle;
    }

    &-followers {
        float: left;
    }

    &-followers-header {
        color: $timberwolf;
        font-size: 12px;
        font-weight: $weight_bold;
    }

    &-followers-value {
        font-size: 16px;
        font-weight: $weight_bold;
    }

    &-actions {
        float: right;
    }

    &-clear {
        margin-right: 15px;
    }

    &-input {
        width: 50%;
    }

    &-separator {
        margin: 15px 0;
    }
}
