/**
 * Admin styles for Inventory Forecast.
 *
 * @package AI_Inventory_Forecast
 * @since 1.0.0
 */

.AIFP-admin-wrap {
	max-width: 1200px;
}

.AIFP-admin-content {
	margin-top: 20px;
	padding: 20px;
	background: #fff;
	border: 1px solid #c3c4c7;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

/* Settings page sections */
.AIFP-settings-wrap .AIFP-settings-section {
	margin-top: 28px;
	padding: 20px;
	background: #fff;
	border: 1px solid #c3c4c7;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	border-radius: 4px;
}

.AIFP-settings-wrap .AIFP-settings-section:first-of-type {
	margin-top: 20px;
}

.AIFP-settings-wrap .AIFP-settings-section-title {
	margin-top: 0;
	margin-bottom: 16px;
	padding-bottom: 8px;
	border-bottom: 1px solid #c3c4c7;
	font-size: 1.1em;
}
