/* Brighton Backgammon — Home Page */

/* Hide the "Home" title */
.bb-home-template .entry-title,
.bb-home-template .page-title,
.bb-home-template .post-title,
.bb-home-template .hentry .title-area {
	display: none !important;
}

.bb-home-template .ast-single-post.ast-page-builder-template .site-main > article,
.bb-home-template .ast-page-builder-template .post-navigation {
	padding-top: 0;
}

.hp-wrapper {
	font-family: 'Inter', sans-serif;
	color: #2d3748;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}

.section-title {
	text-align: center;
	font-family: 'Playfair Display', serif;
	font-size: 2.5rem;
	margin-bottom: 40px;
	color: #1a365d;
}

h2.section-title {
	text-align: center;
	margin: 40px 0;
}

.events-flex-container {
	display: flex !important;
	flex-direction: row !important;
	justify-content: space-between !important;
	align-items: stretch !important;
	gap: 25px !important;
	margin-bottom: 50px !important;
	flex-wrap: wrap !important;
}

/* WordPress fix: hides extra P tags that break flex layout */
.events-flex-container > p {
	display: none !important;
}

.event-card {
	flex: 1 !important;
	min-width: 300px;
	background: #ffffff !important;
	padding: 30px !important;
	border-radius: 12px !important;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
	border: 1px solid #e2e8f0 !important;
	display: flex !important;
	flex-direction: column !important;
}

.event-card h3 {
	font-family: 'Playfair Display', serif;
	color: #1a365d;
	margin-top: 0;
	font-size: 1.6rem;
}

.info-line {
	margin: 10px 0;
	font-size: 1rem;
	display: flex;
	align-items: center;
}

.info-line span {
	margin-right: 12px;
	font-size: 1.2rem;
}

.btn-action {
	margin-top: auto;
	background: #1a365d;
	color: #ffffff !important;
	text-decoration: none !important;
	padding: 12px;
	border-radius: 6px;
	text-align: center;
	font-weight: 600;
	margin-top: 20px;
}

.contact-section {
	display: flex;
	flex-wrap: wrap;
	background: #f7fafc;
	border-radius: 15px;
	overflow: hidden;
	margin-top: 50px;
}

.map-box {
	flex: 1.2;
	min-width: 350px;
	line-height: 0;
}

.contact-box {
	flex: 1;
	padding: 40px;
	min-width: 300px;
}

.contact-box h3 {
	margin-top: 0;
}

.btn-facebook {
	background: #1877f2;
	color: #ffffff !important;
	padding: 10px 20px;
	border-radius: 5px;
	text-decoration: none;
	display: inline-block;
}
