.lfc-locator a {
	text-decoration: none !important;
}

.lfc-locator-form {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
}

.lfc-zip-input,
.lfc-type-input {
	padding: 0.6em 0.8em;
	font-size: 1rem;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.lfc-zip-input {
	flex: 1 1 200px;
}

.lfc-submit {
	padding: 0.6em 1.4em;
	font-size: 1rem;
	border: 1px solid #0081c6 !important;
	border-radius: 4px;
	background: #0081c6 !important;
	color: #fff !important;
	cursor: pointer;
}

.lfc-submit:hover {
	background: #00679e !important;
	border-color: #00679e !important;
}

.lfc-submit-secondary {
	background: #fff !important;
	color: #0081c6 !important;
	border: 1px solid #0081c6 !important;
}

.lfc-submit-secondary:hover {
	background: #e6f4fb !important;
	color: #0081c6 !important;
}

.lfc-results {
	display: grid;
	gap: 1.5rem;
}

.lfc-club-row {
	padding: 1rem 0;
	border-bottom: 1px solid #e2e2e2;
}

.lfc-club-map {
	margin-bottom: 1rem;
}

.lfc-club-map iframe {
	display: block;
	border-radius: 4px;
}

.lfc-club-columns {
	display: grid;
	grid-template-columns: 200px 1fr 200px;
	gap: 1.25rem;
}

.lfc-club-photo img {
	display: block;
	width: 100%;
	height: 150px;
	object-fit: cover;
	border-radius: 6px;
}

.lfc-club-name {
	margin: 0 0 0.4em;
	font-size: 1.15rem;
	display: flex;
	align-items: center;
	gap: 0.6em;
}

.lfc-club-badge {
	font-size: 0.7rem;
	text-transform: uppercase;
	padding: 0.2em 0.6em;
	border-radius: 999px;
	background: #e2e8f0;
	color: #334155;
}

.lfc-club-badge-teen {
	background: #fde68a;
	color: #7c4a03;
}

.lfc-club-address,
.lfc-club-phone {
	margin: 0.2em 0;
	color: #444;
}

.lfc-club-distance {
	margin: 0.4em 0;
	font-weight: 600;
	color: #0081c6;
}

.lfc-club-link-btn {
	display: inline-block;
	margin-top: 0.3em;
	padding: 0.4em 1em;
	background: #0081c6 !important;
	color: #fff !important;
	border: 1px solid #0081c6 !important;
	border-radius: 4px;
	font-size: 0.9rem;
}

.lfc-club-link-btn:hover {
	background: #00679e !important;
	border-color: #00679e !important;
}

.lfc-club-features {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.5rem;
}

.lfc-club-feature {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.85rem;
	color: #444;
}

.lfc-feature-icon {
	display: inline-flex;
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	color: #0081c6;
}

.lfc-feature-icon svg {
	width: 100%;
	height: 100%;
}

.lfc-error,
.lfc-no-results {
	color: #a33;
}

@media (max-width: 700px) {
	.lfc-club-columns {
		grid-template-columns: 1fr;
	}

	.lfc-club-photo img {
		height: 180px;
	}
}
