/* HS Sponsored Posts — front-end badge */

.hs-sponsored-badge {
	margin-top: 2.5rem;
	padding: 1.25rem 1.5rem;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background-color: #f9fafb;
	font-size: 0.875rem;
	line-height: 1.5;
}

.hs-sponsored-label {
	display: block;
	text-transform: uppercase;
	font-size: 0.65rem;
	letter-spacing: 0.08em;
	color: #9ca3af;
	font-weight: 700;
	margin-bottom: 0.75rem;
}

.hs-sponsored-inner {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.hs-sponsored-logo {
	flex-shrink: 0;
}

.hs-sponsored-logo img {
	width: 60px;
	height: 60px;
	object-fit: contain;
	border-radius: 6px;
	display: block;
}

.hs-sponsored-info {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.hs-sponsored-by-text {
	font-size: 0.8rem;
	color: #6b7280;
}

.hs-sponsored-link,
.hs-sponsored-name {
	font-weight: 700;
	color: #111827;
	text-decoration: none;
	font-size: 1rem;
}

.hs-sponsored-link:hover {
	text-decoration: underline;
}
