/*
Theme Name: Meicun Produce
Theme URI: https://meicunfarm.shop/
Author: Meicun Farm
Description: WordPress edition of the Meicun Produce multilingual farm and export website.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 7.1
Requires PHP: 7.4
Text Domain: meicun-produce
*/

html,
body {
	margin: 0;
	min-height: 100%;
}

body.meicun-produce-theme {
	background: #fff;
}

#root {
	min-height: 100vh;
}

/* Keep the fixed application header below the WordPress admin bar. */
body.admin-bar #root header.fixed {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar #root header.fixed {
		top: 46px;
	}
}

.meicun-noscript {
	max-width: 760px;
	margin: 80px auto;
	padding: 24px;
	font-family: sans-serif;
	line-height: 1.6;
}
