.similar-mfo__intro {
    border-left: 4px solid #2abc36;
}

.similar-mfo__heading-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.similar-mfo__caption {
    flex: 0 0 auto;
    max-width: 310px;
    color: #7e8595;
    font-size: 13px;
    line-height: 1.45;
    text-align: right;
}

.similar-mfo__table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.similar-mfo__table {
    width: 100%;
    min-width: 780px;
    border-collapse: collapse;
    background: #fff;
}

.similar-mfo__table th,
.similar-mfo__table td {
    padding: 14px 12px;
    border-bottom: 1px solid #e7e9ee;
    vertical-align: middle;
    text-align: left;
}

.similar-mfo__table th {
    background: #f6f7f9;
    color: #606778;
    font-size: 13px;
    line-height: 1.35;
}

.similar-mfo__table tbody tr:hover {
    background: #fbfcfb;
}

.similar-mfo__company {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 160px;
}

.similar-mfo__company img {
    /* width: 56px; */
    height: 44px;
    object-fit: contain;
}

.similar-mfo__button {
    min-width: 138px;
    white-space: nowrap;
}

.similar-mfo__application-link {
    font-weight: 600;
    white-space: nowrap;
}

.similar-mfo__status {
    text-align: center !important;
}

.similar-mfo__yes,
.similar-mfo__no {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
}

.similar-mfo__yes {
    color: #168922;
    background: #e9f8eb;
}

.similar-mfo__no {
    color: #c43c3c;
    background: #fdeeee;
}

.similar-mfo__description {
    margin-bottom: 16px;
}

.similar-mfo__steps li {
    margin-bottom: 12px;
    line-height: 1.55;
}

.similar-mfo__faq-item + .similar-mfo__faq-item {
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid #e7e9ee;
}

.similar-mfo__faq-item h3 {
    margin: 0 0 8px;
    font-size: 18px;
}

.similar-mfo__review {
    padding: 20px 0;
    border-top: 1px solid #e7e9ee;
}

.similar-mfo__review:first-of-type {
    border-top: 0;
}

.similar-mfo__review-head {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 8px;
}

.similar-mfo__review-head span,
.similar-mfo__review-meta {
    color: #7e8595;
    font-size: 13px;
}

.similar-mfo__stars {
    position: relative;
    width: 100px;
    height: 18px;
    margin-bottom: 12px;
    overflow: hidden;
}

.similar-mfo__stars::before,
.similar-mfo__stars span::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "★★★★★";
    letter-spacing: 2px;
    white-space: nowrap;
}

.similar-mfo__stars::before {
    color: #d8dbe2;
}

.similar-mfo__stars span {
    position: absolute;
    left: 0;
    top: 0;
    height: 18px;
    overflow: hidden;
}

.similar-mfo__stars span::before {
    color: #f4b400;
}

.similar-mfo__review-positive strong {
    color: #168922;
}

.similar-mfo__review-negative strong {
    color: #c43c3c;
}

@media (max-width: 720px) {
    .similar-mfo__heading-row,
    .similar-mfo__review-head {
        display: block;
    }

    .similar-mfo__caption {
        max-width: none;
        margin: -8px 0 14px;
        text-align: left;
    }

    .similar-mfo__review-meta {
        margin-top: 5px;
    }
}
