#dig-reviews .loading {
    display: flex;
    width: 100%;
    height: 50px;
    justify-content: center;
    align-items: center;
}

.dig-review-panel-title {
    font-size: 18px;
    height: 24px;
    color: #ea1c49;
    margin: 10px 0 20px;
}

.dig-review-panel-title span {
    color: #a3a3a3
}

.dig-review {
    position: relative;
    padding: 0 0 5px 70px
}

.dig-review-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-position: center!important;
    background-size: cover!important
}

.dig-review-desc {
    position: relative;
    width: 100%;
    padding-bottom: 19px
}

.dig-review-desc .ignored {
    text-decoration: line-through
}

.dig-review-desc .new {
    color: #007aff
}

.dig-review-username {
    font: 700 14px 'Open Sans'
}

.dig-review-username span {
    font: 500 13px 'Open Sans';
    margin-left: 10px;
    color: #aeaeae
}

.dig-review-username span.date {
    margin-left: 0
}

.dig-review-text {
    font: 400 13px 'Open Sans';
    color: #434343;
    word-wrap: break-word
}

.dig-review-text a:hover {
    text-decoration: underline
}

.dig-review-pagination {
    display: flex;
    justify-content: center;
    padding: 10px 0 0;
    flex-wrap: wrap;
}