.st-mf-apple-pay {
	margin-block-start: 14px;
}

.st-mf-apple-pay__divider {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 12px;
	color: var(--stc-muted, #64748b);
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.st-mf-apple-pay__divider::before,
.st-mf-apple-pay__divider::after {
	content: "";
	flex: 1;
	height: 1px;
	background: var(--stc-border, #e2e8f0);
}

.st-mf-apple-pay__button {
	min-block-size: 44px;
}

.st-mf-apple-pay__hint {
	margin: 8px 0 0;
}

.st-mf-apple-pay.is-processing {
	opacity: 0.7;
	pointer-events: none;
}

.single-product .stluxe-stage__summary .st-mf-apple-pay {
	inline-size: 100%;
}

.single-product .stluxe-stage__summary .st-mf-apple-pay__button,
.single-product .stluxe-stage__summary #st-mf-ap-element {
	inline-size: 100%;
}
