/* Yummno Reward Points — customer-facing styles.
   Kept neutral so the box inherits Woodmart's fonts and buttons. */

.yummno-points-box {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 16px 20px;
	margin: 0 0 24px;
	background: #f8faf7;
}

.yummno-points-box p {
	margin: 0 0 10px;
}

.yummno-points-box__balance {
	font-size: 1.05em;
}

.yummno-points-box__earn {
	color: #3a7d2c;
}

.yummno-points-box__form {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.yummno-points-box__form label {
	margin: 0;
	font-weight: 600;
}

.yummno-points-box__form input[type="number"] {
	width: 110px;
	padding: 6px 10px;
}

.yummno-points-box__hint {
	color: #666;
	font-size: 0.95em;
}

.yummno-points-product-msg {
	margin-top: 10px;
	color: #3a7d2c;
	font-size: 0.95em;
	clear: both;
}

.yummno-points-history .yummno-plus {
	color: #3a7d2c;
	font-weight: 600;
}

.yummno-points-history .yummno-minus {
	color: #b32d2e;
	font-weight: 600;
}

.yummno-points-pagination {
	margin-top: 12px;
	display: flex;
	gap: 8px;
}
