.social-card {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 20px 4px;
}

.social-card .attachment-wrapper {
    padding: 5px;
    border-top: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;
    min-height: 150px;
}

.social-card .attachment-wrapper.icon-only {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-card .attachment {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 150px;
}

.social-card .attachment-placeholder {
    color: #FFFFFF;
    font-size: 5rem;
}

.social-card .profile-photo {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 0px 3px 3px gainsboro;
}



.social-card.twitter .metrics {
    flex-wrap: wrap;
}

.social-card .metrics {
    display: flex;
    justify-content: space-around;
    font-size: 16px;
    padding: 15px 0px 15px 0px;
}

.social-card .social-icon {
    font-size: 25px;
    padding: 5px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-card .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;
}

.social-card .footer {
    padding: 12px;
}

.social-card .footer .content {
    height: 80px;
    overflow: hidden;
}

/* Twitter Specific Colors */
.social-card.twitter {
    background-color: #FFFFFF;
}

.social-card.twitter .title-wrapper {
    color: #000000;
}

.social-card.twitter .date {
    color: #000000;
}

.social-card.twitter .metrics, .social-card.twitter .likes a, .social-card.twitter .comments a {
    color: #1DA1F2;
}

.social-card.twitter .attachment-wrapper {
    background-color: #FFFFFF;
}

.social-card.twitter .attachment-wrapper.icon-only {
    background-color: #1DA1F2;
}

.social-card.twitter .attachment-placeholder {
    color: #FFFFFF;
}

.social-card.twitter .footer .content {
    color: #000000;
}

.social-card.twitter .handle {
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
}

.social-card.twitter .social-icon {
    background-color: #1DA1F2;
    color: #FFFFFF;
}

/* Facebook Specific Colors */
.social-card.facebook {
    background-color: #FFFFFF;
}

.social-card.facebook .title-wrapper {
    color: #000000;
}

.social-card.facebook .date {
    color: #000000;
}

.social-card.facebook .metrics, .social-card.facebook .likes a, .social-card.facebook .comments a {
    color: #0076FB;
}

.social-card.facebook .attachment-wrapper {
    background-color: #FFFFFF;
}

.social-card.facebook .attachment-wrapper.icon-only {
    background-color: #0076FB;
}

.social-card.facebook .attachment-placeholder {
    color: #ffffff;
}

.social-card.facebook .footer .content {
    color: #000000;
}

.social-card.facebook .social-icon {
    background-color: #1DA1F2;
    color: #FFFFFF;
}

.social-card .tweet-ls-control.slick-prev:before,
.social-card .tweet-ls-control.slick-next:before {
        font-family: "FontAwesome" !important;
        color: #000000;
}