/* Style the table row */



.cart-collaterals .cart_totals table tbody tr.murls-discount-notice-row th .murls-discount-notice, #order_review .shop_table tfoot tr.murls-discount-notice-row th .murls-discount-notice, div.murls-discount-notice{
	border: 3px solid #CBD5E1;
	background-color:  #F8F9FB;
	text-align: center;
	display: block;
	padding: 10px 15px;
	color: #1F2937; /* text color */
	margin: 10px 0 0 0;
}

tr.murls-discount-notice-row th {
	padding: 0px !important;
}

/* Classic cart notice - force visible on mobile */
.woocommerce-cart .murls-discount-notice-row {
	display: table-row;
}
.wp-block-woocommerce-cart-order-summary-block .murls-discount-notice-row{
	display:block;
}
/* Ensure the notice cell spans full width */
.woocommerce-cart .murls-discount-notice-row th,
.woocommerce-cart .murls-discount-notice-row td {
	display: table-cell !important;
	width: 100%;
	padding: 0.5em 1em;
}

/* Optional: style notice text */
.woocommerce-cart .murls-discount-notice, .woocommerce-checkout-review-order-table .murls-discount-notice{

	padding: 0.5em 1em;
	font-size: 15px;
	border-radius: 4px;
}

/* Remove any mobile-specific hiding */
@media (max-width: 768px) {
	.woocommerce-cart tr.murls-discount-notice-row {
		display: table-row !important;
	}
}
