/* SEND List Conversion Boost */

.scb-card {
	background: #f4f8f9;
	border: 1px solid #d8e6ea;
	border-radius: 10px;
	padding: 18px 20px;
	margin: 18px 0 6px;
	text-align: left;
}
.scb-card--compact { margin-top: 14px; }

.scb-card__head {
	font-weight: 600;
	font-size: 16px;
	color: #1d2b33;
	margin: 0 0 12px;
}

.scb-card__note {
	font-size: 12.5px;
	color: #5d7079;
	margin: 10px 0 0;
}

.scb-btn {
	display: inline-block;
	background: #1f7a8c;
	color: #fff;
	border: 0;
	border-radius: 8px;
	padding: 12px 22px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.15s ease;
}
.scb-btn:hover { background: #16606f; color: #fff; }

.scb-ask {
	background: none;
	border: 0;
	padding: 0;
	color: #1f7a8c;
	font-size: inherit;
	font-weight: 600;
	text-decoration: underline;
	cursor: pointer;
}
.scb-ask:hover { color: #16606f; }

/* Sticky mobile bar */
.scb-sticky {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9990;
	padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
	background: #fff;
	box-shadow: 0 -2px 14px rgba(0, 0, 0, 0.12);
}
.scb-sticky__btn { width: 100%; }

@media (max-width: 767.98px) {
	.scb-sticky { display: block; }
	body { padding-bottom: 70px; }
}

/* Related listings */
.scb-related {
	margin: 22px 0 10px;
	background: #fff;
	border: 1px solid #e7ecee;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.scb-related__head {
	font-size: 18px;
	margin: 0 0 14px;
	color: #1d2b33;
}
.scb-related__card {
	display: block;
	padding: 12px 14px;
	border: 1px solid #e7ecee;
	border-radius: 8px;
	margin-bottom: 10px;
	text-decoration: none;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.scb-related__card:hover {
	border-color: #1f7a8c;
	box-shadow: 0 2px 8px rgba(31, 122, 140, 0.12);
}
.scb-related__title {
	display: block;
	font-weight: 600;
	color: #1d2b33;
	font-size: 15px;
}
.scb-related__region {
	display: inline-block;
	font-size: 12.5px;
	color: #1f7a8c;
	margin-top: 3px;
}
.scb-related__tagline {
	display: block;
	font-size: 13px;
	color: #5d7079;
	margin-top: 4px;
}
.scb-related__all {
	display: inline-block;
	margin-top: 6px;
	font-size: 14px;
	font-weight: 600;
	color: #1f7a8c;
	text-decoration: none;
}
.scb-related__all:hover { text-decoration: underline; }
