/* Admin styles for The Basics Product Feed plugin */
.feedcraft-settings .feedcraft-readonly {
	background-color: #f1f1f1;
	color: #666;
}

.feedcraft-variation-fields {
	border-top: 1px solid #eee;
	margin-top: 8px;
	padding-top: 8px;
}

/* Hide conflicting fields from other plugins (e.g. Germanized) */
.product_data ._gtin_field,
.product_data ._mpn_field {
	display: none !important;
}
