/**
 * Content styling for the cart-entity-conflict alert only. The dialog chrome
 * itself (backdrop, panel, close button) is vfm-event-modal-06.css's
 * .vfm-registration-modal* classes, reused as-is rather than duplicated, so
 * this alert looks identical to every other modal in the system. This file
 * exists only because that stylesheet's own action button
 * (.vfm-event-single .vfm-registration-modal__actions .vfm-button) is scoped
 * to event pages and would not carry the right look outside them.
 */
.vfm-cart-entity-alert__dismiss {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: var( --vfm-tap, 44px );
	margin: 0;
	padding: 10px 24px;
	border: 0;
	border-radius: var( --vfm-radius-pill, 999px );
	background: var( --vfm-c-interactive, #23828f );
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
}
.vfm-cart-entity-alert__dismiss:hover {
	filter: brightness( .9 );
}
