/* VoucherBoss Blog — brand typography & CTA, on top of BlogHash theme defaults */

body,
.bloghash-entry-excerpt,
.bloghash-entry-meta,
input,
textarea,
button {
	font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.entry-title,
.bloghash-entry-title,
.site-title,
.bloghash-logo-text {
	font-family: 'Poppins', 'DM Sans', sans-serif;
}

a,
.bloghash-entry-title a:hover,
.bloghash-tag a:hover {
	transition: color .15s ease;
}

/* CTA box appended after every post's content */
.vb-cta-box {
	margin: 2.5rem 0 1rem;
	padding: 1.75rem;
	border-radius: 16px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
	background: linear-gradient(135deg, #1E293B 0%, #0F172A 100%);
	color: #fff;
}

.vb-cta-text {
	display: flex;
	flex-direction: column;
	gap: .25rem;
}

.vb-cta-text strong {
	font-family: 'Poppins', sans-serif;
	font-size: 1.05rem;
}

.vb-cta-text span {
	color: #cbd5e1;
	font-size: .9rem;
}

.vb-cta-button {
	flex-shrink: 0;
	display: inline-block;
	padding: .75rem 1.5rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
	color: #1E293B;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.vb-cta-button:hover {
	color: #0F172A;
	opacity: .92;
}

@media (max-width: 600px) {
	.vb-cta-box {
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
	}

	.vb-cta-button {
		width: 100%;
		text-align: center;
	}
}

/* Post cards — distinct from the stock pink/boxed-shadow look */
.bloghash-article {
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid #F1E4D2;
	transition: transform .2s ease, box-shadow .2s ease;
}

.bloghash-article:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 30px -12px rgba(30, 41, 59, .18);
}

.bloghash-article .post-thumb {
	overflow: hidden;
	border-radius: 18px 18px 0 0;
}

.bloghash-article .post-thumb img {
	transition: transform .35s ease;
}

.bloghash-article:hover .post-thumb img {
	transform: scale(1.05);
}

.post-category .cat-links a {
	display: inline-block;
	padding: .25rem .75rem;
	border-radius: 999px;
	background: #FFF7ED;
	color: #D97706;
	font-family: 'DM Sans', sans-serif;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	text-decoration: none;
}

.entry-title a,
.bloghash-article .entry-title a {
	color: #1E293B;
}

.entry-title a:hover {
	color: #D97706;
}

.bloghash-btn.btn-text-1 {
	border-radius: 999px;
	border: 1.5px solid #F59E0B;
	color: #D97706 !important;
	padding: .4rem 1rem;
}

.bloghash-btn.btn-text-1:hover {
	background: #F59E0B;
	color: #1E293B !important;
}

/* Author avatar */
.vb-author-avatar {
	border-radius: 50%;
	border: 2px solid #F59E0B;
	padding: 1px;
}

/* Sidebar promo widget */
.vb-sidebar-promo {
	background: linear-gradient(160deg, #1E293B 0%, #0F172A 100%);
	color: #fff;
	border-radius: 16px;
	padding: 1.5rem;
}

.vb-sidebar-promo-eyebrow {
	margin: 0 0 .25rem;
	color: #F59E0B;
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.vb-sidebar-promo h3 {
	margin: 0 0 1rem;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 1.15rem;
}

.vb-sidebar-promo ul {
	list-style: none;
	margin: 0 0 1.25rem;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: .6rem;
}

.vb-sidebar-promo ul a {
	color: #e2e8f0;
	font-size: .9rem;
	text-decoration: none;
	padding-left: 1rem;
	position: relative;
}

.vb-sidebar-promo ul a::before {
	content: "";
	position: absolute;
	left: 0;
	top: .5em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #F59E0B;
}

.vb-sidebar-promo ul a:hover {
	color: #F59E0B;
}

.vb-sidebar-promo-button {
	display: block;
	text-align: center;
	padding: .7rem 1rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
	color: #1E293B;
	font-weight: 700;
	text-decoration: none;
}

.vb-sidebar-promo-button:hover {
	opacity: .92;
	color: #0F172A;
}

/* Hide the theme's static header "Subscribe" button — OneSignal's own default
   bell prompt handles subscribing instead. */
.bloghash-header-widget__button {
	display: none !important;
}
