.thought-card {

    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 1;
    background: #fff;
    border: 1px solid #e4e1dd;
    border-radius: 10px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.thought-card .frase {
    position: relative;
    padding: 15px 20px 5px 35px;
    font-size: 1.09rem;
    line-height: 1.4;
}

.thought-card .titulo-nota {
    padding: 15px 10px 0px 35px;
    font-size: 1.6rem;
    line-height: 1.4;
}

.thought-card .data-nota-publicado {
    color: #7a7a7a;
    padding: 15px 10px 0px 35px;
}

.thought-card .frase,
.thought-card img {
    display: inline-block;
    width: 100%;
}

@media (min-width: 769px) {
    .thought-card .autor {
        padding-right: 20px;
    }
}

.thought-card .autor {
    display: inline-block;
    width: 100%;
    font-size: .75rem;
    padding: 10px 30px 20px 35px;
    color: #78726c;
    line-height: 1.3;
}

.thought-card .iconbar {
    position: relative;
    display: inline-block;   
    width: 100%;
    border-top: 1px solid #e4e1dd;
    min-height: 33px;
}

.share-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0;
    font-size: .75rem;
}

.icon-bar--user-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 0;
    z-index: 1;
}

.thought-card .img-aspa {

    background-image: url("img/aspas-duplas.png");
    background-repeat: no-repeat;
    background-position: 5px 15px;
}

.bg-light-notas {
    background-color: #eceef1 !important;
}