/* Forum Wakacyjne — strona główna: karty ofert i dopracowanie layoutu */

/* Karty ofert w siatce — stała wysokość zdjęcia, karta nie rozjeżdża się */
.tn-offers-section .tn-offers-grid {
	align-items: stretch;
}
.tn-offers-section .tn-offers-grid .to-offer-card {
	max-width: 100%;
	min-width: 0;
	display: flex;
	flex-direction: column;
}
.tn-offers-section .tn-offers-grid .to-offer-card .to-offer-card__img-wrap {
	height: 160px;
	flex-shrink: 0;
}
.tn-offers-section .tn-offers-grid .to-offer-card .to-offer-card__body {
	flex: 1;
}
.tn-offers-section .tn-offers-grid .to-offer-card .to-offer-card__footer {
	flex-shrink: 0;
}

