/* ─── Popular Styles Widget ─────────────────────────────────────────────── */

.hbc-ps-wrap {
	padding: 22px 2% 42px;
	background: #ffffff;
}

.hbc-ps-header {
	max-width: 680px;
	margin-bottom: 80px;
}

.hbc-ps-heading {
	margin: 0 0 50px;
	padding: 0;
	font-size: 35px;
	font-weight: 800;
	line-height: 1.2;
	color: #26313a;
}

.hbc-ps-desc {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.45;
	color: #6e7880;
}

.hbc-ps-desc p {
	margin: 0;
}

.hbc-ps-desc a {
	color: inherit;
	text-decoration: underline;
}

.hbc-ps-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 42px;
}

.hbc-ps-card {
	min-width: 0;
}

.hbc-ps-image {
	position: relative;
	height: 255px;
	margin-bottom: 18px;
	overflow: hidden;
	background: #f4f4f4;
}

.hbc-ps-step {
	position: absolute;
	top: 14px;
	left: 14px;
	padding: 5px 12px;
	background: #111111;
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	border-radius: 4px;
	z-index: 2;
}

.hbc-ps-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.hbc-ps-card:hover .hbc-ps-image img {
	transform: scale(1.04);
}

.hbc-ps-title {
	margin: 0 0 12px;
	padding: 0;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.25;
	color: #3b454d;
}

.hbc-ps-excerpt {
	margin-bottom: 16px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
	color: #7d858b;
}

.hbc-ps-link {
	display: inline-block;
	color: #26313a;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
}

.hbc-ps-link:hover {
	text-decoration: underline;
}

/* ─── Tablet (≤1024px) ───────────────────────────────────────────────────── */

@media (max-width: 1024px) {
	.hbc-ps-header {
		margin-bottom: 50px;
	}

	.hbc-ps-heading {
		margin-bottom: 32px;
		font-size: 31px;
	}

	.hbc-ps-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 28px;
	}

	.hbc-ps-image {
		height: 230px;
	}
}

/* ─── Mobile (≤767px) ────────────────────────────────────────────────────── */

@media (max-width: 767px) {
	.hbc-ps-wrap {
		padding: 24px 18px 34px;
	}

	.hbc-ps-header {
		max-width: 100%;
		margin-bottom: 34px;
	}

	.hbc-ps-heading {
		margin-bottom: 22px;
		font-size: 26px;
	}

	.hbc-ps-desc {
		font-size: 14px;
	}

	.hbc-ps-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.hbc-ps-image {
		height: 220px;
	}

	.hbc-ps-title {
		font-size: 17px;
	}

	.hbc-ps-excerpt {
		font-size: 13px;
	}
}

/* ─── Small mobile (≤480px) ─────────────────────────────────────────────── */

@media (max-width: 480px) {
	.hbc-ps-heading {
		font-size: 24px;
	}

	.hbc-ps-image {
		height: 200px;
	}
}
