/* DentU SEO Boost — matches reviews plugin palette */
.dentu-seo-boost {
	--dentu-bg: #2b2318;
	--dentu-card: #352b1f;
	--dentu-beige: #c4a882;
	--dentu-gold: #9c7b4e;
	--dentu-text: #f5efe6;
	margin: 2rem auto 1rem;
	max-width: 900px;
	font-family: inherit;
	line-height: 1.55;
}

.dentu-seo-boost__section {
	background: var(--dentu-card);
	border: 1px solid rgba(156, 123, 78, 0.35);
	border-radius: 12px;
	padding: 1.25rem 1.35rem;
	margin-bottom: 1rem;
	color: var(--dentu-text);
}

.dentu-seo-boost__title {
	margin: 0 0 0.75rem;
	font-size: 1.15rem;
	font-weight: 600;
	color: var(--dentu-beige);
}

.dentu-seo-boost__note {
	margin: 0 0 0.75rem;
	font-size: 0.85rem;
	opacity: 0.9;
}

.dentu-seo-boost__links {
	margin: 0;
	padding-left: 1.15rem;
}

.dentu-seo-boost__links li {
	margin-bottom: 0.45rem;
}

.dentu-seo-boost__links a {
	color: var(--dentu-beige);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.dentu-seo-boost__links a:hover {
	color: #fff;
}

.dentu-seo-boost__links--external a::after {
	content: " ↗";
	font-size: 0.75em;
	opacity: 0.75;
}

.dentu-seo-boost__lead {
	margin: 0 0 1rem;
	font-size: 0.95rem;
	line-height: 1.6;
	opacity: 0.95;
}

.dentu-seo-boost__lead a {
	color: var(--dentu-beige);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.dentu-seo-boost__source-cards {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.dentu-seo-boost__source-card {
	margin: 0;
	padding: 0.85rem 1rem;
	border: 1px solid rgba(156, 123, 78, 0.25);
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.12);
}

.dentu-seo-boost__publisher {
	display: inline-block;
	margin-bottom: 0.35rem;
	padding: 0.15rem 0.45rem;
	border-radius: 4px;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	background: rgba(196, 168, 130, 0.2);
	color: var(--dentu-beige);
}

.dentu-seo-boost__source-link {
	display: block;
	font-size: 0.92rem;
	font-weight: 600;
	color: var(--dentu-beige) !important;
	text-decoration: none !important;
}

.dentu-seo-boost__source-link::after {
	content: " ↗";
	font-size: 0.75em;
	opacity: 0.75;
}

.dentu-seo-boost__source-link:hover {
	color: #fff !important;
}

.dentu-seo-boost__source-summary {
	margin: 0.4rem 0 0;
	font-size: 0.82rem;
	line-height: 1.45;
	opacity: 0.88;
}

.dentu-seo-boost__addr,
.dentu-seo-boost__hours {
	margin: 0 0 0.5rem;
	font-size: 0.95rem;
}

.dentu-seo-boost__cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 0.75rem 0 0;
}

.dentu-seo-boost__btn {
	display: inline-block;
	padding: 0.65rem 1.1rem;
	background: var(--dentu-gold);
	color: var(--dentu-bg) !important;
	border-radius: 999px;
	font-weight: 600;
	font-size: 0.9rem;
	text-decoration: none !important;
}

.dentu-seo-boost__btn--outline {
	background: transparent;
	color: var(--dentu-beige) !important;
	border: 2px solid var(--dentu-gold);
}

@media (max-width: 639px) {
	.dentu-seo-boost {
		padding: 0 0.5rem;
	}

	.dentu-seo-boost__cta-row {
		flex-direction: column;
	}

	.dentu-seo-boost__btn {
		text-align: center;
		width: 100%;
		box-sizing: border-box;
	}
}
