/* September 2026 best-sellers post — comparison table, product links, CTAs */

.ft-blog-compare {
	width: 100%;
	border-collapse: collapse;
	margin: 1.25em 0 2em;
}
.ft-blog-compare th,
.ft-blog-compare td {
	border: 1px solid #ddd;
	padding: 12px 16px;
	text-align: left;
	vertical-align: top;
}
.ft-blog-compare th {
	background-color: #f4f4f4;
	font-weight: 600;
}
.ft-blog-compare thead th {
	background-color: #43b4e5;
	color: #0a3050;
}
@media screen and (max-width: 600px) {
	.ft-blog-compare th,
	.ft-blog-compare td {
		padding: 10px;
		font-size: 14px;
	}
}
.postid-7550 .elementor-widget-text-editor hr,
.elementor-page-7550 .elementor-widget-text-editor hr {
	margin: 1.35em 0 2.5em;
}
a.ft-blog-product-link {
	color: #43b4e5;
	text-decoration: underline;
}
.ft-blog-why {
	padding-left: 1.85em;
	margin: 0.85em 0 1.5em;
}
.ft-blog-why > li {
	margin: 0 0 1.15em;
	padding-left: 0.4em;
}
.ft-blog-why h6 {
	display: inline;
}
.elementor-widget-text-editor img.alignright {
	float: right;
	margin: 0 0 1em 1.5em;
	max-width: min(280px, 42%);
	height: auto;
}
.elementor-widget-text-editor img.alignleft {
	float: left;
	margin: 0 1.5em 1em 0;
	max-width: min(280px, 42%);
	height: auto;
}
.elementor-widget-text-editor img.aligncenter {
	display: block;
	margin: 1em auto;
	max-width: 100%;
	height: auto;
}
@media (max-width: 600px) {
	.elementor-widget-text-editor img.alignright,
	.elementor-widget-text-editor img.alignleft {
		float: none;
		display: block;
		margin: 0 auto 1em;
		max-width: 260px;
	}
}
a.ft-blog-cta {
	display: inline-block;
	margin: 0.35em 0.5em 1em 0;
	padding: 12px 22px;
	background: #ff6600;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 700;
	letter-spacing: 0.03em;
	border-radius: 2px;
	line-height: 1.2;
}
a.ft-blog-cta:hover,
a.ft-blog-cta:focus {
	background: #e55c00;
	color: #fff !important;
}
a.ft-blog-cta.ft-blog-cta--locator {
	background: #43b4e5;
}
a.ft-blog-cta.ft-blog-cta--locator:hover,
a.ft-blog-cta.ft-blog-cta--locator:focus {
	background: #2a9ecc;
}
