/* header.css */
.material-symbols-outlined {
	font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.ambient-card-shadow {
	box-shadow: 0px 4px 20px rgba(27, 94, 32, 0.05);
}
.custom-shadow {
	box-shadow: 0px 4px 20px rgba(27, 94, 32, 0.05);
}
.bento-grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 24px;
}
.glass-card {
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.transition-soft {
	transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* page-booking.css */
.stay-type-btn.active-stay {
	border-color: #00450d !important;
	background-color: rgba(0, 69, 13, 0.05) !important;
	color: #00450d !important;
}

/* page-gallery.css */
.filter-btn.active {
	background-color: #00450d !important; /* primary color */
	color: #ffffff !important;
}

/* index.css - Content typography for WP editor output */
.bnc-content h2 {
	font-size: 1.35rem;
	font-weight: 700;
	color: var(--md-sys-color-on-surface, #1a1a1a);
	margin: 1.75rem 0 0.75rem;
}

.bnc-content h3 {
	font-size: 1.1rem;
	font-weight: 600;
	color: var(--md-sys-color-on-surface, #1a1a1a);
	margin: 1.5rem 0 0.5rem;
}

.bnc-content p {
	margin: 0 0 1rem;
	line-height: 1.75;
}

.bnc-content ul,
.bnc-content ol {
	padding-left: 1.5rem;
	margin: 0 0 1rem;
}

.bnc-content li {
	margin-bottom: 0.4rem;
	line-height: 1.7;
}

.bnc-content ul {
	list-style-type: disc;
}

.bnc-content ol {
	list-style-type: decimal;
}

.bnc-content strong {
	font-weight: 600;
	color: var(--md-sys-color-on-surface, #1a1a1a);
}

.bnc-content a {
	color: var(--md-sys-color-primary, #2c6e49);
	text-decoration: underline;
}

.bnc-content a:hover {
	opacity: 0.8;
}

.bnc-content hr {
	border: none;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin: 1.5rem 0;
}

.bnc-content table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1rem;
	font-size: 0.9rem;
}

.bnc-content table th {
	background: var(--md-sys-color-primary, #2c6e49);
	color: #fff;
	text-align: left;
	padding: 0.6rem 1rem;
	font-weight: 600;
}

.bnc-content table td {
	padding: 0.6rem 1rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.bnc-content table tr:nth-child(even) td {
	background: rgba(0, 0, 0, 0.02);
}
