.bwa-terrain-image-rates__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: flex-start;
	margin-top: 40px;
}

.bwa-terrain-image-rates__button {
	display: inline-flex;
	gap: 14px;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 20px;
	color: #fff;
	background: linear-gradient(90deg, var(--bwa-terrain-rates-price-from), var(--bwa-terrain-rates-price-to));
	border-radius: 6px;
	font-family: "Mona Sans", sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.bwa-terrain-image-rates__button:hover,
.bwa-terrain-image-rates__button:focus-visible {
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(21, 26, 28, 0.16);
}

.bwa-terrain-image-rates__button:focus-visible {
	outline: 2px solid var(--bwa-terrain-rates-text);
	outline-offset: 3px;
}

.bwa-terrain-image-rates__button-arrow {
	width: 9px;
	height: 9px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
}

@media (max-width: 767px) {
	.bwa-terrain-image-rates__actions {
		margin-top: 32px;
	}

	.bwa-terrain-image-rates__button {
		width: 100%;
	}
}
