/* Tu2b Business Listings — inline shortcode styling
   Matches tu2b.co (Enfold theme): Cormorant Garamond headings, Open Sans body, #084a79 navy. */

.tu2b-fsl-wrap {
	max-width: 1080px;
	margin: 0 auto;
	padding: 8px 0;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #383838;
	box-sizing: border-box;
}
.tu2b-fsl-wrap * {
	box-sizing: border-box;
}

.tu2b-fsl-header {
	margin-bottom: 28px;
	text-align: center;
}
.tu2b-fsl-eyebrow {
	display: block;
	font-size: 12px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #084a79;
	font-weight: 700;
	margin-bottom: 8px;
}
.tu2b-fsl-header h2 {
	font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
	font-weight: 300;
	font-size: 30px;
	margin: 0 0 8px;
	color: #222;
	line-height: 1.25;
}
.tu2b-fsl-sub {
	font-size: 13.5px;
	color: #8a8a8a;
	margin: 0 auto;
	max-width: 520px;
}

.tu2b-fsl-empty {
	text-align: center;
	font-size: 14.5px;
	color: #5c5c5c;
	background: #f8f8f8;
	border-radius: 6px;
	padding: 28px 20px;
}
.tu2b-fsl-empty a {
	color: #084a79;
	font-weight: 600;
	text-decoration: none;
}

.tu2b-fsl-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 22px;
}

.tu2b-fs-card {
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	padding: 20px 22px;
	background: #fff;
	position: relative;
}
.tu2b-fs-tag {
	display: inline-block;
	font-size: 11px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	background: #f2f6fa;
	color: #084a79;
	padding: 3px 9px;
	border-radius: 3px;
	font-weight: 700;
	margin: 0 6px 8px 0;
}
.tu2b-fs-tag-offer {
	background: #fff3f2;
	color: #b3261e;
}
.tu2b-fs-headline {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #222;
	margin: 2px 0 8px;
	line-height: 1.35;
}
.tu2b-fs-price {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 25px;
	color: #084a79;
	margin-bottom: 8px;
	line-height: 1.2;
}
.tu2b-fs-summary {
	font-size: 13.5px;
	color: #5c5c5c;
	margin: 0 0 12px;
	line-height: 1.55;
}
.tu2b-fs-meta {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #5c5c5c;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.tu2b-fs-meta strong {
	color: #383838;
}

.tu2b-fsl-foot {
	margin-top: 28px;
	padding-top: 20px;
	border-top: 1px solid #eee;
	font-size: 13.5px;
	color: #5c5c5c;
	text-align: center;
}
.tu2b-fsl-foot p {
	margin: 0;
}
.tu2b-fsl-foot a {
	color: #084a79;
	font-weight: 600;
	text-decoration: none;
}

@media (max-width: 640px) {
	.tu2b-fsl-grid {
		grid-template-columns: 1fr;
	}
	.tu2b-fsl-header h2 {
		font-size: 24px;
	}
}
