/* Styles for Highlight Ads Section */
h1 {
	text-align: center;
}

.highlight-ads-container {
	margin-top: 1em;
}

.ad-highlight-item {
	margin-bottom: 1.5em;
	padding: 1.5em;
	border-bottom: 1px solid #b0b0b0;
	border-radius: 8px;
	background-color: #FFFFFF;
	transition: all 0.3s ease;
}

.ad-highlight-item:hover {
	box-shadow: 0 4px 12px rgba(5, 150, 105, 0.1);
	transform: translateY(-2px);
}

.ad-highlight-item:last-child {
	border-bottom: none;
	/* Remove border from the last item */
	margin-bottom: 0;
	padding-bottom: 1.5em;
}

.ad-highlight-item h4 {
	color: #191818;
	margin-top: 0;
	margin-bottom: 0.5em;
}

.ad-highlight-item p {
	margin: 0.3em 0;
}

.ad-highlight-image {
	max-width: 100%;
	width: auto;
	/* Or a specific width like 300px if you prefer */
	height: auto;
	max-height: 300px;
	/* Adjust as needed */
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border: 1px solid #acabab;
	border-radius: 3%;
}

/* end of hilight ads */

/* Styles for Sponsorship Ads Section */
.sponsorship-ads-container {
	margin-top: 1em;
}

.ad-sponsorship-item {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #818181;
}

.ad-sponsorship-item:last-child {
	border-bottom: none;
	/* Remove border from the last item */
	margin-bottom: 0;
	padding-bottom: 0;
}

.ad-sponsorship-item h4 {
	margin-top: 0;
	margin-bottom: 0.5em;
}

.ad-sponsorship-item p {
	margin: 0.3em 0;
}

.ad-sponsorship-item img {
	max-width: 100%;
	width: auto;
	/* Or a specific width like 300px if you prefer */
	height: auto;
	max-height: 300px;
	/* Adjust as needed */
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border: 1px solid #acabab;
	border-radius: 3%;
}

/* end of sponsorship */


.ads-inbox-a,
.ads-inbox-a a {
	color: #000000;
	text-decoration: none;
	transition: all 0.2s ease;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: #059669;
	text-decoration-thickness: 2px;
	text-underline-offset: 2px;
	text-decoration-style: solid;
}

.ads-inbox-a a:hover {
	text-decoration: underline;
	opacity: 0.8;
}

.ads-inbox-b,
.ads-inbox-b a {
	color: #059669;
	text-decoration: none;
	transition: all 0.2s ease;
	font-weight: 500;
	text-decoration: underline;
	text-decoration-color: #D1FAE5;
	text-decoration-thickness: 2px;
	text-underline-offset: 2px;
	text-decoration-style: solid;
}

.ads-inbox-b a:hover {
	text-decoration: underline;
	opacity: 0.8;
}

.ads-inbox-c,
.ads-inbox-c a {
	color: #059669;
	text-decoration: none;
	transition: all 0.2s ease;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-color: #059669;
	text-decoration-thickness: 2px;
	text-underline-offset: 2px;
	text-decoration-style: solid;
}

.ads-inbox-c a:hover {
	text-decoration: underline;
	opacity: 0.8;
}

.ads-inbox-d,
.ads-inbox-d a {
	color: #F97316;
	text-decoration: none;
	transition: all 0.2s ease;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: #F97316;
	text-decoration-thickness: 3px;
	text-underline-offset: 3px;
	text-decoration-style: solid;
}

.ads-inbox-d a:hover {
	text-decoration: underline;
	opacity: 0.85;
	transform: scale(1.05);
}

/* end */

/* Example links section */
.example-links {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	padding: 1rem;
	background-color: #f9fafb;
	border-radius: 8px;
	margin: 1rem 0;
}


@media (prefers-color-scheme: dark) {
	.example-links {
		background-color: #1f2937;
	}
}

/* Sponsorship example section */
.sponsorship-example {
	border-left: 6px solid #059669;
	background: linear-gradient(135deg, #10B981 0%, #D1FAE5 100%);
	padding: 2rem 1.5rem;
	border-radius: 12px;
	margin: 1rem 0;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	box-shadow: 0 8px 24px rgba(5, 150, 105, 0.25), 0 4px 12px rgba(5, 150, 105, 0.15);
	transition: all 0.3s ease;
}

.sponsorship-example:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(5, 150, 105, 0.3);
}

.sponsorship-example.secondary {
	border-left-color: #F97316;
	background: linear-gradient(135deg, #FB923C 0%, #FEECD5 100%);
	box-shadow: 0 6px 20px rgba(249, 115, 22, 0.2), 0 2px 8px rgba(249, 115, 22, 0.1);
	padding: 1.75rem 1.5rem;
}

.sponsorship-example.secondary:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 28px rgba(249, 115, 22, 0.25);
}

.sponsorship-example.tertiary {
	border-left-color: #9CA3AF;
	background: linear-gradient(135deg, #D1D5DB 0%, #E5E7EB 100%);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	padding: 1.5rem;
}

.sponsorship-example.tertiary:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.sponsor-badge {
	display: inline-block;
	background-color: #059669;
	color: white;
	padding: 0.25rem 0.75rem;
	border-radius: 4px;
	font-size: 0.75rem;
	font-weight: 600;
	width: fit-content;
}

.sponsor-link {
	font-size: 1.1rem;
	font-weight: 600;
	color: #059669;
	text-decoration: none;
	transition: all 0.2s ease;
}

.sponsor-link:hover {
	color: #F97316;
	text-decoration: underline;
}

.sponsor-desc {
	margin: 0;
	color: #374151;
	font-size: 0.9rem;
}

@media (prefers-color-scheme: dark) {
	.example-links {
		background-color: #1f2937;
	}

	.ads-inbox-a,
	.ads-inbox-a a {
		color: #D1FAE5;
	}

	.ads-inbox-b,
	.ads-inbox-b a {
		color: #10B981;
		text-decoration-color: #D1FAE5;
	}

	.ads-inbox-c,
	.ads-inbox-c a {
		color: #10B981;
		text-decoration-color: #10B981;
	}

	.ads-inbox-d,
	.ads-inbox-d a {
		color: #FB923C;
		text-decoration-color: #FB923C;
	}

	.sponsorship-example {
		border-left-color: #10B981;
		background: linear-gradient(135deg, #064E3B 0%, #0A5F4F 100%);
		box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2);
	}

	.sponsorship-example.secondary {
		border-left-color: #FB923C;
		background: linear-gradient(135deg, #7C2D12 0%, #92400E 100%);
		box-shadow: 0 2px 8px rgba(251, 146, 60, 0.2);
	}

	.sponsorship-example.tertiary {
		border-left-color: #9CA3AF;
		background: linear-gradient(135deg, #2D3748 0%, #1F2937 100%);
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	}

	.sponsor-badge {
		background-color: #10B981;
	}

	.sponsor-link {
		color: #10B981;
	}

	.sponsor-link:hover {
		color: #FB923C;
	}

	.sponsor-desc {
		color: #E5E7EB;
	}
}