.skz-b2b-price-replacement,
.skz-b2b-cta {
	box-sizing: border-box;
}

.skz-b2b-price-replacement {
	display: block;
	margin: 0.75rem 0;
}

.skz-b2b-price-text {
	display: block;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 0.65rem;
}

.skz-b2b-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.skz-b2b-button {
	align-items: center;
	border: 1px solid currentColor;
	border-radius: 4px;
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	min-height: 2.4rem;
	padding: 0.65rem 0.9rem;
	text-decoration: none;
}

.skz-b2b-button:hover,
.skz-b2b-button:focus {
	text-decoration: none;
}

.skz-b2b-button-primary {
	background: #111;
	border-color: #111;
	color: #fff;
}

.skz-b2b-button-secondary {
	background: #fff;
	border-color: #111;
	color: #111;
}

.skz-b2b-cta {
	border: 1px solid #d8d8d8;
	border-radius: 6px;
	margin: 1.5rem 0;
	padding: 1.25rem;
}

.skz-b2b-cta h2 {
	font-size: clamp(1.35rem, 2vw, 1.8rem);
	line-height: 1.2;
	margin: 0 0 0.65rem;
}

.skz-b2b-cta p {
	margin: 0 0 1rem;
}

@media (max-width: 520px) {
	.skz-b2b-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.skz-b2b-button {
		width: 100%;
	}
}

