.vm-reviews-subject {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f3f4f6;
    border: 0;
    border-radius: 12px;
    padding: 12px;
}

.reviews-block .vm-reviews-subject {
    margin: 30px -21px -31px;
    padding: 19px;
    border-radius: 0 0 6px 6px;
}

.reviews-block .vm-reviews-subject--event {
    background: #fff3e0;
}

.reviews-block .vm-reviews-subject--course {
    background: #dbeafe;
}

.reviews-block .vm-reviews-subject--request {
    background: #f7e1ee;
}

.vm-reviews-subject--default {
    margin-bottom: 15px;
}

.vm-reviews-subject__icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vm-reviews-subject__icon--event {
    background: #ff9619;
}

.vm-reviews-subject__icon--course {
    background: #2563eb;
}

.vm-reviews-subject__icon--request {
    background: #e91482;
}

.vm-reviews-subject__info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.vm-reviews-subject__name {
    font-size: 15px;
    font-weight: 700;
    color: #1c1c1e;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.vm-reviews-subject__name:hover {
    color: #3d1087;
}

.vm-reviews-subject__meta {
    font-size: 14px;
    /*color: #9ca3af;*/
}
