﻿.company {
    width: 100%;
    font-weight: 600;
    color: #222;
    font-size: 14px;
    margin-bottom: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .company a {
        color: inherit;
        text-decoration: none
    }

.total-reviews {
    color: var(--green-dark);
    font-size: 13px;
    font-weight: 600;
    margin-top: auto;
}

/* placeholder building */
.placeholder {
    width: 100%;
    height: 64px;
    background: linear-gradient(180deg,#f0f0f0,#e8e8e8);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cfcfcf;
    font-size: 12px;
    border-radius: 4px;
}
