.ims-made-to-order-notice {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	margin: 0.35rem 0 1.15rem;
	padding: 0.65rem 0.85rem;
	border: 1px solid rgba(154, 94, 49, 0.22);
	border-left: 3px solid #a66435;
	background-color: #f7f1e7;
	color: #65462f;
	font-size: 0.9rem;
	line-height: 1.4;
	letter-spacing: 0.015em;
}

.ims-made-to-order-notice::before {
	width: 0.42rem;
	height: 0.42rem;
	flex: 0 0 0.42rem;
	background-color: #a66435;
	content: "";
	transform: rotate(45deg);
}

.ims-made-to-order-notice strong {
	font-weight: 600;
}

/* Applied only when WooCommerce reports that the product has no stock. */
.single-product.ims-product-made-to-order .entry-summary .woocommerce-product-details__short-description {
	padding: 0 !important;
	border-bottom: 0 !important;
}

@media (max-width: 480px) {
	.ims-made-to-order-notice {
		padding: 0.6rem 0.75rem;
		font-size: 0.85rem;
	}
}
