.hb-latest-posts .hb-post-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 18px;
}

.hb-latest-posts .hb-post-card__meta .hb-badge {
	margin-bottom: 0;
}

.hb-latest-posts .hb-post-card__meta time {
	color: var(--hb-muted, #5e6a71);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	white-space: nowrap;
}

.hb-latest-posts .hb-badge-news {
	background: rgba(218, 41, 28, 0.1);
	color: var(--hb-red, #da291c);
}

.hb-latest-posts .hb-post-card__title-link {
	color: inherit !important;
	text-decoration: none;
}

.hb-latest-posts .hb-post-card__title-link:hover,
.hb-latest-posts .hb-post-card__title-link:focus-visible {
	color: var(--hb-red, #da291c) !important;
}

.hb-latest-posts .hb-post-card__link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-weight: 700;
	text-decoration: none;
}

.hb-latest-posts .hb-post-card__link span {
	transition: transform 0.2s ease;
}

.hb-latest-posts .hb-post-card__link:hover span,
.hb-latest-posts .hb-post-card__link:focus-visible span {
	transform: translateX(3px);
}

.hb-latest-posts .hb-post-card:nth-child(3n + 1) .hb-card-bar {
	background: var(--hb-navy, #1a3a4a);
}

.hb-latest-posts .hb-post-card:nth-child(3n + 2) .hb-card-bar {
	background: var(--hb-red, #da291c);
}

.hb-latest-posts .hb-post-card:nth-child(3n) .hb-card-bar {
	background: var(--hb-gold, #f4c64f);
}

@media (max-width: 480px) {
	.hb-latest-posts .hb-post-card__meta {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}
}
