.ib-am-b24-button-wrap {
	--ib-am-b24-primary: #1dc6df;
	display: inline-block;
	scroll-margin-top: 96px;
}

.ib-am-b24-button-wrap--inline {
	vertical-align: middle;
	margin-right: 20px;
}

.ib-am-b24-button {
	display: inline-flex;
	min-width: 140px;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	padding: 10px 22px;
	border: 2px solid var(--ib-am-b24-primary);
	border-radius: 20px;
	background: var(--ib-am-b24-primary);
	box-shadow: none;
	color: #fff;
	font: inherit;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.ib-am-b24-button:hover,
.ib-am-b24-button:focus-visible {
	background: #fff;
	color: var(--ib-am-b24-primary);
}

.ib-am-b24-button:focus-visible {
	outline: 2px solid var(--ib-am-b24-primary);
	outline-offset: 3px;
}

.ib-am-b24-button--inverted {
	border-color: #fff;
	background: #fff;
	color: var(--ib-am-b24-primary);
}

.ib-am-b24-button--inverted:hover,
.ib-am-b24-button--inverted:focus-visible {
	background: var(--ib-am-b24-primary);
	color: #fff;
}

@media (max-width: 767px) {
	.btns-box > .ib-am-b24-button-wrap--inline {
		min-width: 0;
		flex: 1 1 100%;
		margin-right: 20px !important;
	}

	.btns-box > .ib-am-b24-button-wrap--inline .ib-am-b24-button {
		width: 100%;
		box-sizing: border-box;
	}
}
