/* Location FAQ section ([cbco_faq]) — brief §7.3, 2026-09-08. Same vocabulary as
 * the rest of the page: gold Francois One heading, Oswald 600 uppercase
 * questions, Oswald 300 answers, hairline dividers, orange chevron + focus ring. */
.cbco-faq {
	max-width: 900px;
	margin: 0 auto;
	padding: 10px 0 30px;
	font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif;
	text-align: left;
}
.cbco-faq h2.cbco-faq__h {
	margin: 0 0 14px;
	font-family: 'Francois One', 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 30px !important;
	line-height: 1.1 !important;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #dd9933;
	text-align: left;
}
.cbco-faq__list { border-top: 1px solid #d5d5d5; }
.cbco-faq__item { border-bottom: 1px solid #d5d5d5; }
.cbco-faq__q {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	list-style: none;
	cursor: pointer;
	padding: 16px 4px;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.3px;
	text-transform: uppercase;
	color: #202124;
}
.cbco-faq__q::-webkit-details-marker { display: none; }
.cbco-faq__q::marker { content: ""; }
.cbco-faq__q:hover { color: #01207f; }
.cbco-faq__q:focus-visible { outline: 2px solid #fa7500; outline-offset: 2px; border-radius: 4px; }
.cbco-faq__chev { flex: 0 0 18px; color: #fa7500; transition: transform 0.15s ease; }
.cbco-faq__item[open] .cbco-faq__chev { transform: rotate(180deg); }
.cbco-faq__a { padding: 0 44px 18px 4px; }
.cbco-faq__a p {
	margin: 0 0 10px;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.5px;
	color: #3d3d3d;
}
.cbco-faq__a p:last-child { margin-bottom: 0; }
.cbco-faq__a a, .cbco-faq__more a { color: #01207f; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.cbco-faq__a a:hover, .cbco-faq__more a:hover { color: #000; }
.cbco-faq__a a:focus-visible, .cbco-faq__more a:focus-visible { outline: 2px solid #fa7500; outline-offset: 2px; }
.cbco-faq__more {
	margin: 18px 0 0;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #3d3d3d;
}
@media (max-width: 690px) {
	.cbco-faq h2.cbco-faq__h { font-size: 26px !important; }
	.cbco-faq__q { font-size: 16px; line-height: 22px; padding: 14px 2px; }
	.cbco-faq__a { padding: 0 30px 16px 2px; }
	.cbco-faq__a p { font-size: 16px; line-height: 24px; }
}
