.lfc-profile {
	color: #1a1a1a;
	max-width: 1100px;
	margin: 0 auto;
}

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

.lfc-profile-hero img {
	display: block;
	width: 100%;
	height: 360px;
	object-fit: cover;
	border-radius: 8px;
}

.lfc-profile-title-bar {
	background: linear-gradient(90deg, #0081c6 0%, #9b26b6 100%);
	padding: 1rem 1.5rem;
	border-radius: 6px;
	margin: 1.5rem 0;
}

.lfc-profile-title-bar h1 {
	color: #fff !important;
	margin: 0;
	font-size: 1.8rem;
	text-transform: uppercase;
}

.lfc-profile-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
	margin-bottom: 1.5rem;
}

.lfc-profile-card {
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	padding: 1.5rem;
}

.lfc-profile-card h2 {
	color: #0081c6 !important;
	text-transform: uppercase;
	font-size: 1.2rem;
	margin-top: 0;
}

.lfc-profile-card p {
	color: #1a1a1a;
}

.lfc-profile-directions {
	display: inline-block;
	margin-top: 0.5rem;
	color: #0081c6 !important;
	font-weight: 600;
}

.lfc-profile-map iframe {
	display: block;
	border-radius: 8px;
	margin-bottom: 1.5rem;
}

.lfc-hours-main p {
	margin: 0.3em 0;
	color: #1a1a1a;
}

.lfc-hours-heading {
	color: #0081c6 !important;
	font-size: 1rem;
	text-transform: uppercase;
	margin: 1rem 0 0.4rem;
}

.lfc-hours-rows {
	display: grid;
	gap: 0.3rem;
}

.lfc-hours-row {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	color: #1a1a1a;
}

.lfc-hours-label {
	font-weight: 600;
}

.lfc-profile-section {
	margin: 2rem 0;
}

.lfc-profile-section h2 {
	color: #0081c6 !important;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 1.5rem;
}

.lfc-gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	gap: 0.75rem;
}

.lfc-gallery-grid-item img {
	display: block;
	width: 100%;
	height: 140px;
	object-fit: cover;
	border-radius: 6px;
}

.lfc-feature-badges {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
}

.lfc-feature-badge {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	width: 110px;
	text-align: center;
}

.lfc-feature-badge-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	border: 2px solid #0081c6;
	border-radius: 50%;
	color: #0081c6;
}

.lfc-feature-badge-icon svg {
	width: 32px;
	height: 32px;
}

.lfc-feature-badge-label {
	color: #0081c6 !important;
	font-weight: 700;
	font-size: 0.85rem;
	text-transform: uppercase;
}

.lfc-profile-cta-row {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	margin-top: 2rem;
}

.lfc-profile-cta {
	flex: 1 1 240px;
	background: #9b26b6 !important;
	color: #fff !important;
	text-align: center;
	padding: 1rem 1.5rem;
	border-radius: 4px;
	font-weight: 700;
	text-transform: uppercase;
}

.lfc-profile-cta:hover {
	background: #7f1f96 !important;
}

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