/* Price line styling (single product page) */
.wdm-harrisburg-scholarship-price del {
	opacity: 0.6;
	margin-right: 6px;
}

.wdm-harrisburg-scholarship-price ins {
	text-decoration: none;
	font-weight: 800;
	font-size: 1.2em;
	color: #0b2e4a;
}

.wdm-harrisburg-scholarship-price {
	display: inline-flex;
	gap: 10px;
	align-items: baseline;
	flex-wrap: wrap;
}

.wdm-harrisburg-scholarship-price__message {
	font-size: 14px;
	font-weight: 600;
	color: #0b2e4a;
	opacity: 0.95;
	white-space: normal;
}

/* Cart: message below price */
.woocommerce-cart .wdm-harrisburg-scholarship-cart-message {
	margin-top: 6px;
	font-weight: 600;
	color: #0b2e4a;
}

/* Checkout: message under product name */
.woocommerce-checkout .wdm-harrisburg-scholarship-checkout-subtotal-message {
	margin-left: 10px;
	font-weight: 600;
	color: #0b2e4a;
	white-space: normal;
	display: inline-block;
	vertical-align: baseline;
}

span.wdm-harrisburg-scholarship-price__message {
    font-size: 20px;
    margin-left: 20px;
}