.nd-comments-base {
    margin-bottom: 18px
}

.nd-comments-base__title {
    fill: #b10b1f;
    align-items: center;
    color: #b10b1f;
    display: flex;
    font-family: var(--font-source-sans-pro);
    font-size: 19px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 17px
}

.nd-comments-base__title svg {
    margin-bottom: 2px;
    margin-right: 5px
}

.nd-comments-base__button {
    background-color: #b10b1f;
    border: 0;
    border-radius: 20px;
    color: #fff;
    display: block;
    font-family: var(--font-source-sans-pro);
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    line-height: 26px;
    width: 290px
}

.nd-comments-base__widget {
    background-color: #f5f5f5;
    margin-top: 9px;
    position: relative
}

.nd-comments-base__widget, .nd-comments-base__widget.fb_iframe_widget {
    display: none
}

.nd-comments-base__widget iframe.fb_iframe_widget_lift {
    width: 100% !important
}

.nd-comments-base__button > inc:after {
    content: ")"
}

.nd-comments-base__button > inc:before {
    content: "Ver comentarios("
}

.nd-comments-base.close .nd-comments-base__button > inc:before {
    content: "Cerrar comentarios("
}

.nd-comments-base.close .nd-comments-base__widget {
    background-color: #f5f5f5;
    margin-top: 9px;
    position: relative
}

.nd-comments-base.close .nd-comments-base__widget.fb_iframe_widget {
    display: inline-block
}