/* FRB Buy Now */

.frb-buy-now {
	display: inline-block;
	max-width: 100%;
}

.frb-buy-now--width-full {
	display: block;
	width: 100%;
}

.frb-buy-now__form {
	margin: 0;
	padding: 0;
}

.frb-buy-now__button {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 0.5rem;
	box-sizing: border-box;
	margin: 0;
	padding: 0.75rem 1.25rem;
	border: 1px solid transparent;
	border-radius: 4px;
	background: #111;
	color: #fff;
	font: inherit;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.frb-buy-now__text {
	display: inline-block;
}

.frb-buy-now__icon {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	line-height: 0;
	color: inherit;
}

.frb-buy-now__icon svg {
	display: block;
	width: 1em;
	height: 1em;
}

.frb-buy-now--icon-after .frb-buy-now__button {
	flex-direction: row-reverse;
}

.frb-buy-now--width-full .frb-buy-now__button {
	width: 100%;
}

.frb-buy-now__button:hover,
.frb-buy-now__button:focus-visible {
	background: #333;
	color: #fff;
	outline: 2px solid rgba(0, 0, 0, 0.25);
	outline-offset: 2px;
}

.frb-buy-now__button:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}
