.offers {

}

.offers .offer .photo {
    user-select: none;
    width: 5.6rem;
    height: 5.6rem;
    min-width: 5.6rem;
    min-height: 5.6rem;
    background-color: var(--bs-secondary-background);
    border-radius: var(--bs-border-radius);
}

.offers .offer .photo-md {
    width: 3.6rem;
    height: 3.6rem;
    min-width: 3.6rem;
    min-height: 3.6rem;
}

.offers .offer .photo img {
    color: transparent;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
    border-radius: var(--bs-border-radius-img);
}


.offers .offer .title {
    overflow: hidden;
    display: -webkit-inline-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 100%;
    vertical-align: bottom;
    display: -webkit-box;
    max-height: 48px;
    font-size: .9rem;
    line-height: 20px;
    margin-bottom: 0;
}

.offers .offer .price {
    font-weight: 600;
    font-size: .85rem;
}

.offers .offer .added {
    font-size: .76rem;
}

.record-title {
    visibility: hidden;
}

.header-shadow .record-title {
    visibility: visible;
}