/**
 * SFS Commerce OS — the collapsible "+ Fabric Details" block on the
 * WooCommerce single-product page. Deliberately theme-neutral (not
 * the admin dashboard design system) since this renders inside
 * whatever storefront theme the store uses. Matches the same
 * toggle-link visual style as CustomOptionsFrontend's
 * "+ Add personalisation" block right below it.
 */

.sfs-fabric-details-block {
	margin: 10px 0;
	clear: both;
}

.sfs-fabric-details-toggle {
	margin: 0;
}

.sfs-fabric-details-toggle-link {
	font-family: "Libre Caslon Text", Georgia, serif;
	font-size: 18px;
	font-weight: 500;
	text-decoration: underline;
}

.sfs-fabric-details-content {
	margin-top: 8px;
	padding: 12px 14px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.6;
}
