/* vpt-silent-auction.css */
/* Minimal front-end styles for Silent Auction enhancements added by the plugin. */

.vpt-bid-highest-message,
.vpt-auction-closed-notice {
	margin: 0 0 16px;
}

.vpt-auction-closed-notice {
	background: #fff5f5;
	border: 1px solid #d63638;
	color: #b42318;
	padding: 12px 16px;
}

.vpt-auction-closed-trigger-notice {
	margin-top: 10px;
}

#sc-place-a-bid.vpt-auction-disabled,
#sc-place-a-bid-bottom.vpt-auction-disabled,
.vpt-auction-submit-disabled {
	cursor: not-allowed;
	opacity: 0.65;
	pointer-events: none;
}

.vpt-auction-closed-ui {
	opacity: 0.82;
}
