/**
 * GluJoy Ads — leaderboard + default house banner.
 */

.gj-ad-slot {
	width: 100%;
	background: #f0eeea;
	border-bottom: 1px solid #e4e0d9;
	padding: 12px 12px 14px;
	text-align: center;
	box-sizing: border-box;
}

.gj-ad-slot--in-sidebar,
.gj-ad-slot--sidebar {
	background: transparent;
	border: 0;
	padding: 0 0 1.25rem;
	margin-bottom: 1rem;
}

.gj-ad-slot__inner {
	max-width: 970px;
	margin: 0 auto;
}

.gj-ad-slot--sidebar .gj-ad-slot__inner {
	max-width: 100%;
}

.gj-ad-slot__label {
	display: block;
	font-family: Montserrat, sans-serif;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #9a958c;
	margin-bottom: 8px;
}

.gj-ad-slot__unit {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 0;
}

.gj-ad-slot__unit > * {
	max-width: 100%;
}

/* —— Default house banner —— */
.gj-ad-default {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem 1.5rem;
	width: 100%;
	max-width: 728px;
	min-height: 90px;
	margin: 0 auto;
	padding: 14px 20px;
	box-sizing: border-box;
	text-decoration: none !important;
	background: linear-gradient(105deg, #2f7f76 0%, #3d998e 45%, #daaf53 100%);
	color: #fff !important;
	font-family: Montserrat, sans-serif;
	transition: filter 0.15s ease, transform 0.15s ease;
}

.gj-ad-default:hover {
	filter: brightness(1.05);
	color: #fff !important;
}

.gj-ad-default__brand {
	flex: 0 0 auto;
	font-weight: 800;
	font-size: 1.35rem;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	line-height: 1;
}

.gj-ad-default__brand span {
	color: #fff8e8;
}

.gj-ad-default__copy {
	flex: 1 1 auto;
	min-width: 0;
	text-align: left;
}

.gj-ad-default__headline {
	display: block;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 2px;
}

.gj-ad-default__sub {
	display: block;
	font-size: 12px;
	font-weight: 500;
	opacity: 0.92;
	line-height: 1.35;
}

.gj-ad-default__cta {
	flex: 0 0 auto;
	background: #fff;
	color: #343434 !important;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 12px 16px;
	white-space: nowrap;
}

.gj-ad-default--sidebar {
	flex-direction: column;
	align-items: stretch;
	text-align: center;
	max-width: 100%;
	min-height: 0;
	padding: 18px 14px;
}

.gj-ad-default--sidebar .gj-ad-default__copy {
	text-align: center;
}

.gj-ad-default--sidebar .gj-ad-default__cta {
	text-align: center;
}

@media (max-width: 640px) {
	.gj-ad-default {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
		min-height: 0;
		padding: 14px;
	}
	.gj-ad-default__copy {
		text-align: center;
		flex-basis: 100%;
	}
	.gj-ad-default__cta {
		width: 100%;
		text-align: center;
	}
}

/* Article layout: don't double-hide; ads always allowed */
body.gj-ar-article-layout .gj-ad-slot--leaderboard {
	display: block !important;
}

/* —— Mid-page banner (2nd slot, above newsletter) —— */
.gj-ad-slot--midpage {
	background: #f3f1ed;
	border-top: 1px solid #e8e4dc;
	border-bottom: 1px solid #e8e4dc;
	padding: 1.35rem 1rem 1.5rem;
	margin: 1.25rem 0 0;
	width: 100%;
	box-sizing: border-box;
	clear: both;
}

.gj-ad-slot--midpage .gj-ad-slot__inner {
	max-width: 970px;
	margin: 0 auto;
}

/* Sit cleanly above the Never miss / MailerPress row */
.gj-ad-slot--midpage + .kb-row-layout-wrap,
.gj-ad-slot--midpage + .wp-block-kadence-column {
	margin-top: 0;
}

.gj-ad-default-image {
	position: relative;
	display: block;
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 4px;
	text-decoration: none !important;
	background: #2a2a2a;
	aspect-ratio: 970 / 250;
	min-height: 120px;
}

.gj-ad-default-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.gj-ad-default-image__overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 0.4rem;
	padding: 1.25rem 1.5rem;
	background: linear-gradient(90deg, rgba(20, 30, 28, 0.72) 0%, rgba(20, 30, 28, 0.35) 55%, rgba(20, 30, 28, 0.1) 100%);
	box-sizing: border-box;
	text-align: left;
}

.gj-ad-default-image__brand {
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #fff;
}

.gj-ad-default-image__brand span {
	color: #f0d48a;
}

.gj-ad-default-image__headline {
	font-family: "DM Serif Display", Georgia, serif;
	font-size: clamp(1.15rem, 2.2vw, 1.55rem);
	font-weight: 400;
	line-height: 1.25;
	color: #fff;
	max-width: 18em;
}

.gj-ad-default-image__cta {
	display: inline-block;
	margin-top: 0.35rem;
	padding: 0.55rem 1rem;
	background: #daaf53;
	color: #1a1a1a !important;
	font-family: Montserrat, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.gj-ad-default-image:hover .gj-ad-default-image__cta {
	background: #e8c56e;
}

@media (max-width: 640px) {
	.gj-ad-default-image {
		aspect-ratio: 16 / 9;
		min-height: 140px;
	}
	.gj-ad-default-image__overlay {
		padding: 1rem;
	}
}
