/*
 * T.G.T. Ticari Gayrimenkul Merkezi
 * Tekil alt tür kartlarını, her şablonda aynı düzenli ızgarada gösterir.
 */

[data-tgt-commercial-types],
.tgt-commercial-types,
.tgt-commercial-subtypes,
.tgt-subtype-grid,
.tgt-property-type-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	grid-auto-flow: row !important;
	grid-template-areas: none !important;
	gap: 24px !important;
	align-items: stretch !important;
	justify-items: stretch !important;
	column-count: auto !important;
	columns: auto !important;
}

[data-tgt-commercial-types] > *,
.tgt-commercial-types > *,
.tgt-commercial-subtypes > *,
.tgt-subtype-grid > *,
.tgt-property-type-grid > * {
	position: static !important;
	float: none !important;
	transform: none !important;
	translate: none !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
	grid-area: auto !important;
	grid-column: auto !important;
	grid-row: auto !important;
	align-self: stretch !important;
}

[data-tgt-commercial-types] > a,
.tgt-commercial-types > a,
.tgt-commercial-subtypes > a,
.tgt-subtype-grid > a,
.tgt-property-type-grid > a {
	display: flex !important;
	flex-direction: column !important;
	justify-content: space-between !important;
	box-sizing: border-box !important;
	min-height: 172px !important;
	height: 100% !important;
}

@media (max-width: 980px) {
	[data-tgt-commercial-types],
	.tgt-commercial-types,
	.tgt-commercial-subtypes,
	.tgt-subtype-grid,
	.tgt-property-type-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 640px) {
	[data-tgt-commercial-types],
	.tgt-commercial-types,
	.tgt-commercial-subtypes,
	.tgt-subtype-grid,
	.tgt-property-type-grid {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 14px !important;
	}

	[data-tgt-commercial-types] > a,
	.tgt-commercial-types > a,
	.tgt-commercial-subtypes > a,
	.tgt-subtype-grid > a,
	.tgt-property-type-grid > a {
		min-height: 148px !important;
	}
}
