.awegene-calculators-page {
	max-width: 720px;
	margin: 0 auto;
	padding: 40px 20px;
}

.awegene-calculators-header {
	text-align: center;
	margin-bottom: 32px;
}

.awegene-calculator-card {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	padding: 24px;
	margin-bottom: 24px;
}

.awegene-form-row {
	display: flex;
	gap: 16px;
	margin-bottom: 16px;
}

.awegene-form-row label {
	flex: 1;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	gap: 4px;
}

.awegene-form-row input,
.awegene-form-row select {
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

#awegene-tdee-form button {
	padding: 10px 24px;
	border-radius: 4px;
	border: none;
	background: #2c7a4b;
	color: #fff;
	cursor: pointer;
}

.awegene-calculator-result {
	margin-top: 16px;
	padding: 16px;
	background: #f6faf7;
	border-radius: 6px;
}

.awegene-error {
	color: #b3261e;
}

#awegene-food-search {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 12px;
}

.awegene-food-results {
	list-style: none;
	margin: 0;
	padding: 0;
}

.awegene-food-results li {
	padding: 8px;
	border-bottom: 1px solid #eee;
}

.awegene-food-results li:hover {
	background: #f6faf7;
}

#awegene-meal-plan-trigger {
	margin-top: 16px;
	display: flex;
	align-items: center;
	gap: 12px;
}

#awegene-generate-meal-plan {
	padding: 8px 20px;
	border-radius: 4px;
	border: none;
	background: #2c7a4b;
	color: #fff;
	cursor: pointer;
}

.awegene-meal-plan-day {
	margin-top: 16px;
	padding: 16px;
	background: #f9f9f9;
	border-radius: 6px;
}

.awegene-meal-plan-day ul {
	list-style: none;
	padding: 0;
	margin: 8px 0;
}

.awegene-meal-plan-day li {
	padding: 6px 0;
	border-bottom: 1px solid #eee;
}

.awegene-ingredients {
	font-size: 12px;
	color: #666;
}

.awegene-day-total {
	font-weight: bold;
	margin-top: 8px;
}

.awegene-section-heading {
	text-align: center;
	margin: 40px 0 20px;
}

.awegene-calc-note {
	font-size: 13px;
	color: #666;
	margin-top: -8px;
	margin-bottom: 16px;
}
