﻿.recommended-partners__container {
    background-color: #FFFFFF;
    box-shadow: 0 0 6px 0 rgba(34, 34, 34, 0.2);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.recommended-partners__heading {
    margin: 0;
    line-height: 42px;
    height: 43px;
    padding: 0 15px;
    font-family: WorkSans;
    font-weight: 500;
    font-size: 16px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #DDDDDD;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: -0.9px;
    word-spacing: -0.35px;
}

.recommended-partners__partner {
    text-decoration: none;
    color: #444444;
    font-weight: 300;
    display: block;
    list-style: none;
    padding:  10px 15px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #DDDDDD;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recommended-partners__partner:last-of-type {
    border-bottom: none;
}
.recommended-partners__partner-logo {
    height: 40px;
    width: 40%;
    float: left;
    line-height: 50px;
}
@media (max-width: 1100px) {
    .recommended-partners__partner-logo {
        width: 15%;
    }
}
.recommended-parters__partner-rating {
    text-align: center;
    float: left;
    width: 50%;
}
.recommended-partners__partner-rating-text {
    line-height: 16px;
    margin-top: 4px;
    font-size: 16px;
    font-weight: 500;
    font-family: BwGlennSans;
    color: #424242;
}
.recommended-parters__partner-rating .rating-stars {
    height: 20px;
}
.recommended-partners__cta {
    height: 40px;
    width: 24px;
    position: absolute;
    right: 15px;
}