/* stiluri personalizate tehnostart.md */

/* starea goala la lista de recenzii */
.reviews-list__empty {
    text-align: center;
    padding: 40px 20px 30px;
    color: #999;
}
.reviews-list__empty-icon {
    display: block;
    margin: 0 auto 18px;
    opacity: 0.25;
}
.reviews-list__empty-text {
    font-size: 15px;
    line-height: 1.6;
    color: #b3b3b3;
    max-width: 420px;
    margin: 0 auto;
}

/* mesaj de succes dupa trimiterea recenziei */
.review-sent {
    text-align: center;
    padding: 40px 20px;
}
.review-sent__icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #47991f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.review-sent__icon svg {
    fill: #fff;
    width: 28px;
    height: 28px;
}
.review-sent__title {
    font-size: 18px;
    font-weight: 700;
    color: #3d464d;
    margin-bottom: 10px;
}
.review-sent__message {
    font-size: 14px;
    color: #999;
    line-height: 1.6;
    max-width: 420px;
    margin: 0 auto;
}
