.search-recommendations {}

.search-recommendations .title {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 900;
    color: #fdb924;
}

.search-recommendations .articles {
    background-color: #fff;
    max-height: calc(100vh - 215px);
    overflow: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.search-recommendations article {
    display: flex;
    padding: 10px;
}

.search-recommendations article + article {
    border-top: 1px solid #d2d2d2;
}

.search-recommendations article .text-content {
    display: flex;
	flex-direction: column;
	justify-content: center;
    padding-left: 12px;
}

.search-recommendations article h3 {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
}

.search-recommendations article h3 {
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
}

.search-recommendations article .read-more {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 2px;
    color: #00a4ef;
    text-transform: uppercase;
}