/* 1B.7G: modal above header + hero button presets. Does not restyle nav. */

.yepx-hero-modal:not([hidden]) {
	z-index: var(--yepx-z-modal, 10050);
}

.yepx-hero .yepx-btn--dark,
.yepx-hero .yepx-btn--orange,
.yepx-hero .yepx-btn--coral,
.yepx-hero .yepx-btn--green,
.yepx-hero .yepx-btn--custom {
	border: 0;
}

.yepx-hero .yepx-btn--custom {
	background: var(--yepx-btn-bg);
	color: var(--yepx-btn-ink, #fff);
}
