.pp-industrial-item > .col-inner {
	height: 100%;
}
/* Layout bài viết danh mục Khu công nghiệp */
.pp-industrial-card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border: 1px solid #e4e1de;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(40, 25, 15, 0.06);
	transition:
		transform 0.28s ease,
		box-shadow 0.28s ease,
		border-color 0.28s ease;
}
.pp-industrial-media {
	position: relative;
	display: block;
	aspect-ratio: 1.48;
	overflow: hidden;
	background: #f3f1ed;
}
.pp-industrial-photo {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0;
	transition:
		transform 0.45s ease,
		filter 0.45s ease;
}
.pp-industrial-placeholder {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: #82766c;
}
.pp-industrial-arrow {
	position: absolute;
	top: 12px;
	right: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #fff;
	color: #42382f;
	font-size: 21px;
	line-height: 1;
	box-shadow: 0 2px 6px #0002;
	transition:
		background 0.25s,
		color 0.25s,
		transform 0.25s;
}
.pp-industrial-content {
	min-width: 0;
	padding: 18px 20px 20px;
}
.pp-industrial-content a {
	min-height: 4.05em;
	overflow-wrap: anywhere;
	margin: 0;
	color: #241810;
	color: inherit;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.35;
}
@media (hover: hover) {
	.pp-industrial-card:hover {
		transform: translateY(-7px);
		border-color: #f3a16e;
		box-shadow: 0 16px 30px rgba(70, 35, 15, 0.16);
	}
	.pp-industrial-card:hover .pp-industrial-photo {
		transform: scale(1.07);
		filter: saturate(1.06);
	}
	.pp-industrial-card:hover .pp-industrial-arrow {
		background: #f45108;
		color: #fff;
		transform: rotate(8deg);
	}
	.pp-industrial-content h3 a:hover {
		color: #f45108;
	}
}
@media (max-width: 767px) {
	.pp-industrial-content a {
		font-size: 16px;
	}
	.pp-industrial-card {
		flex-direction: row;
		min-height: 106px;
		border-radius: 12px;
	}
	.pp-industrial-media {
		flex: 0 0 38%;
		width: 38%;
		aspect-ratio: auto;
		min-height: 106px;
	}
	.pp-industrial-arrow {
		top: 8px;
		right: 8px;
		width: 28px;
		height: 28px;
		font-size: 17px;
	}
	.pp-industrial-content {
		display: flex;
		align-items: center;
		flex: 1;
		padding: 14px 16px;
	}
	.pp-industrial-content h3 {
		font-size: 16px;
	}
}
@media (prefers-reduced-motion: reduce) {
	.pp-industrial-card,
	.pp-industrial-photo,
	.pp-industrial-arrow {
		transition: none;
	}
	.pp-industrial-card:hover {
		transform: none;
	}
}
