.btp-cta-button {
	display: inline-block;
	padding: 12px 28px;
	margin: 12px 0;
	color: #ffffff !important;
	text-decoration: none !important;
	font-weight: 600;
	border-radius: 6px;
	border: 2px solid transparent;
	transition: opacity 0.15s ease-in-out;
}

.btp-cta-button:hover {
	opacity: 0.88;
}

.btp-affiliate-disclosure {
	background: #f7f4e8;
	border-left: 4px solid #d4b95a;
	padding: 10px 14px;
	margin: 16px 0;
	font-size: 13px;
	color: #555;
}

.btp-social-share {
	margin: 20px 0;
	padding: 12px 0;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

.btp-share-label {
	font-weight: 600;
	margin-right: 10px;
}

.btp-share-btn {
	display: inline-block;
	padding: 6px 12px;
	margin: 4px 6px 4px 0;
	border-radius: 4px;
	font-size: 12px;
	text-decoration: none !important;
	color: #ffffff !important;
	background: #555;
}

.btp-share-facebook  { background: #1877f2; }
.btp-share-twitter   { background: #14171a; }
.btp-share-whatsapp  { background: #25d366; }
.btp-share-linkedin  { background: #0a66c2; }
.btp-share-pinterest { background: #e60023; }
.btp-share-tumblr    { background: #35465c; }
.btp-share-gettr     { background: #1a5cff; }
.btp-share-medium    { background: #000000; }
.btp-share-reddit    { background: #ff4500; }
.btp-share-telegram  { background: #26a5e4; }
.btp-share-email     { background: #666666; }
.btp-share-xing      { background: #026466; }
.btp-share-youtube   { background: #ff0000; }

/* Product Review Box */
.btp-review-box {
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	padding: 20px 22px;
	margin: 24px 0;
	background: #fafafa;
}

.btp-review-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 8px;
}

.btp-review-title {
	margin: 0;
	font-size: 20px;
}

.btp-review-rating {
	display: flex;
	align-items: center;
	gap: 6px;
}

.btp-stars {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	white-space: nowrap;
}

.btp-stars-empty {
	color: #d9d9d9;
}

.btp-stars-filled {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	color: #f5a623;
	white-space: nowrap;
}

.btp-review-rating-number {
	font-size: 13px;
	color: #666;
}

.btp-review-price {
	font-size: 22px;
	font-weight: 700;
	color: #2e5e4e;
	margin: 6px 0 14px;
}

.btp-review-proscons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-bottom: 16px;
}

.btp-review-proscons h4 {
	margin: 0 0 6px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .03em;
	color: #444;
}

.btp-review-pros ul,
.btp-review-cons ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.btp-review-pros li,
.btp-review-cons li {
	margin-bottom: 4px;
}

.btp-review-button {
	display: inline-block;
	padding: 12px 28px;
	background: #2e5e4e;
	color: #ffffff !important;
	text-decoration: none !important;
	font-weight: 600;
	border-radius: 6px;
}

.btp-review-button:hover {
	opacity: 0.88;
}

@media (max-width: 480px) {
	.btp-review-proscons {
		grid-template-columns: 1fr;
	}
}

/* Table of Contents */
.btp-toc {
	background: #f7f8f9;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	padding: 16px 20px;
	margin: 20px 0;
}

.btp-toc-title {
	margin: 0 0 8px;
	font-weight: 700;
	font-size: 15px;
}

.btp-toc-list {
	margin: 0;
	padding-left: 18px;
}

.btp-toc-item {
	margin-bottom: 4px;
	font-size: 14px;
}

.btp-toc-item.btp-toc-sub {
	list-style-type: circle;
	margin-left: 16px;
	font-size: 13px;
}

.btp-toc-list a {
	text-decoration: none;
}

.btp-toc-list a:hover {
	text-decoration: underline;
}

/* FAQ */
.btp-faq-item {
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	padding: 10px 14px;
	margin-bottom: 8px;
}

.btp-faq-question {
	cursor: pointer;
	font-weight: 600;
}

.btp-faq-answer {
	margin-top: 8px;
	color: #444;
	font-size: 14px;
}

/* Cloaked link (visual parity with normal links by default; override as needed) */
.btp-cloaked-link {
	text-decoration: underline;
}

/* Sticky Mobile CTA Bar */
.btp-sticky-cta {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background: #ffffff;
	border-top: 1px solid #e2e2e2;
	box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
	padding: 10px 14px;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.btp-sticky-cta-text {
	font-size: 13px;
	color: #333;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.btp-sticky-cta-button {
	display: inline-block;
	padding: 10px 18px;
	color: #ffffff !important;
	text-decoration: none !important;
	font-weight: 600;
	border-radius: 6px;
	border: 2px solid transparent;
	white-space: nowrap;
}

@media (max-width: 782px) {
	.btp-sticky-cta {
		display: flex;
	}
	/* Prevent the sticky bar from covering the last bit of content. */
	body {
		padding-bottom: 64px;
	}
}

/* Last Updated badge */
.btp-last-updated {
	display: inline-block;
	background: #eef2ff;
	color: #444;
	font-size: 12px;
	padding: 4px 10px;
	border-radius: 4px;
	margin: 0 0 14px;
}

/* Comparison Table */
.btp-compare-table {
	display: grid;
	grid-template-columns: repeat(var(--btp-compare-cols, 2), 1fr);
	gap: 16px;
	margin: 24px 0;
}

.btp-compare-card {
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	background: #fff;
}

.btp-compare-name {
	margin: 0 0 6px;
	font-size: 18px;
}

.btp-compare-price {
	font-size: 22px;
	font-weight: 700;
	color: #2e5e4e;
	margin: 0 0 14px;
}

.btp-compare-features {
	list-style: none;
	margin: 0 0 16px;
	padding: 0;
	text-align: left;
	font-size: 14px;
}

.btp-compare-features li {
	margin-bottom: 6px;
}

.btp-compare-button {
	display: inline-block;
	padding: 10px 22px;
	background: #2e5e4e;
	color: #ffffff !important;
	text-decoration: none !important;
	font-weight: 600;
	border-radius: 6px;
}

@media (max-width: 600px) {
	.btp-compare-table {
		grid-template-columns: 1fr;
	}
}

/* Email Capture */
.btp-email-capture {
	background: #f3f8f6;
	border: 1px solid #d6e6e0;
	border-radius: 10px;
	padding: 20px 24px;
	margin: 24px 0;
	text-align: center;
}

.btp-email-headline {
	font-weight: 600;
	font-size: 16px;
	margin: 0 0 12px;
}

.btp-email-form {
	display: flex;
	gap: 8px;
	justify-content: center;
	flex-wrap: wrap;
}

.btp-email-input {
	padding: 10px 14px;
	border: 1px solid #ccc;
	border-radius: 6px;
	min-width: 240px;
	font-size: 14px;
}

.btp-email-submit {
	padding: 10px 22px;
	background: #2e5e4e;
	color: #fff;
	border: none;
	border-radius: 6px;
	font-weight: 600;
	cursor: pointer;
}

.btp-email-submit:disabled {
	opacity: 0.6;
	cursor: default;
}

.btp-email-message {
	margin-top: 10px;
	font-size: 14px;
}

.btp-email-success { color: #1e6b1e; }
.btp-email-error { color: #a02020; }

/* Related Posts */
.btp-related-posts {
	margin: 32px 0 0;
	padding-top: 20px;
	border-top: 1px solid #e2e2e2;
}

.btp-related-title {
	font-weight: 700;
	font-size: 16px;
	margin: 0 0 14px;
}

.btp-related-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 16px;
}

.btp-related-item {
	display: block;
	text-decoration: none !important;
	color: inherit !important;
}

.btp-related-thumb {
	width: 100%;
	height: auto;
	border-radius: 8px;
	margin-bottom: 8px;
	display: block;
}

.btp-related-item-title {
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
}

/* AI-generated images */
.btp-ai-image {
	width: 100%;
	height: auto;
	border-radius: 8px;
	margin: 16px 0;
	display: block;
}

/* Reading Time badge */
.btp-reading-time {
	display: inline-block;
	background: #f0f0f1;
	color: #444;
	font-size: 12px;
	padding: 4px 10px;
	border-radius: 4px;
	margin: 0 8px 14px 0;
}

/* Dark Mode toggle */
#btp-dark-toggle {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9998;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid #e2e2e2;
	background: #fff;
	font-size: 20px;
	cursor: pointer;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.entry-content.btp-dark,
article.btp-dark {
	background: #1a1a1a !important;
	color: #e0e0e0 !important;
	padding: 20px;
	border-radius: 8px;
}

.entry-content.btp-dark h1,
.entry-content.btp-dark h2,
.entry-content.btp-dark h3,
article.btp-dark h1,
article.btp-dark h2,
article.btp-dark h3 {
	color: #ffffff !important;
}

.entry-content.btp-dark a,
article.btp-dark a {
	color: #6bb3ff !important;
}
