.mi-lordicon-button-wrap {
	display: flex;
	width: 100%;
}

.mi-lordicon-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 44px;
	padding: 13px 22px;
	border: 0;
	border-radius: 12px;
	background: #0284c7;
	color: #fff;
	font: inherit;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.mi-lordicon-button:hover,
.mi-lordicon-button:focus-visible {
	background: #0369a1;
	color: #fff;
	text-decoration: none;
	transform: translateY(-1px);
}

.mi-lordicon-button:focus-visible {
	outline: 3px solid rgba(2, 132, 199, 0.28);
	outline-offset: 3px;
}

.mi-lordicon-button--full {
	width: 100%;
}

.mi-lordicon-button__icon {
	display: block;
	flex: 0 0 auto;
	width: 30px;
	height: 30px;
	box-sizing: content-box;
	color: currentColor;
	transition: background-color 180ms ease;
	--lord-icon-primary: #fff;
	--lord-icon-secondary: #bae6fd;
}

.mi-lordicon-button:hover .mi-lordicon-button__icon,
.mi-lordicon-button:focus-visible .mi-lordicon-button__icon {
	--lord-icon-primary: #fff;
	--lord-icon-secondary: #e0f2fe;
}

.mi-lordicon-button__icon--fallback {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.mi-lordicon-button__icon--fallback svg {
	display: block;
	width: 100%;
	height: 100%;
}

img.mi-lordicon-button__icon--gif {
	max-width: none;
	object-fit: contain;
}

.mi-lordicon-button__icon--elementor {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.mi-lordicon-button__icon--elementor i,
.mi-lordicon-button__icon--elementor svg {
	display: block;
	width: 100%;
	height: 100%;
}

.mi-lordicon-button__icon--elementor svg {
	fill: currentColor;
}

.mi-lordicon-button__text {
	display: block;
	min-width: 0;
}

@media (prefers-reduced-motion: reduce) {
	.mi-lordicon-button,
	.mi-lordicon-button__icon {
		transition: none;
	}

	.mi-lordicon-button:hover,
	.mi-lordicon-button:focus-visible {
		transform: none;
	}
}
