.lbg-brochure-button {
	position: relative;
	white-space: nowrap;
	font-family: inherit;
	font-size: 12px !important;
	line-height: inherit;
}

.lbg-brochure-button:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.lbg-brochure-button__text,
.lbg-brochure-button__icon {
	display: inline-block;
	font-size: 12px !important;
	line-height: 1;
}

.lbg-brochure-button.is-loading .lbg-brochure-button__icon {
	animation: lbg-brochure-spin 0.7s linear infinite;
}

.lbg-visually-hidden {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@keyframes lbg-brochure-spin {
	to {
		transform: rotate(360deg);
	}
}
