/* Post-0.4.3 staging hardening styles. Loaded only after the guarded 0.4.4
 * release is applied, and independently checksummed from the base stylesheet. */

/* Retained actions in Mike's homepage profile card match the 8px CTA system. */
.elementor-element-6f321e5a .elementor-button,
.elementor-element-2cd61bab .elementor-button {
	border-radius: var(--wright-radius) !important;
}

/* Elementor positions each HTML widget wrapper relative by default. Making
 * only the audited overlay wrappers position-transparent lets the absolute
 * card link use its card container—not a zero-height widget—as its inset box. */
.wright-loan-card > .wright-loan-card-link-widget {
	position: static;
}

/* The former eyebrow button had no destination. Keep its visual role without
 * exposing a dead keyboard-focusable anchor. */
.wright-eyebrow-widget {
	text-align: center;
}

.wright-eyebrow {
	display: inline-block;
	margin: 0;
	padding: 9px 14px;
	border-radius: var(--wright-radius);
	background: var(--wright-blue-pale);
	color: var(--wright-ink);
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.3;
}
