.rvts-dump-station-prefill {
	box-sizing: border-box;
	width: 100%;
	margin: 1rem 0;
}

.rvts-dump-station-prefill__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	min-height: 40px;
	padding: 0.625rem 1rem;
	border: 1px solid #52736d;
	border-radius: 6px;
	background: #fff;
	box-shadow: none;
	color: #52736d;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease;
}

.rvts-dump-station-prefill__button:hover,
.rvts-dump-station-prefill__button:focus {
	border-color: #52736d;
	background: #52736d;
	color: #fff;
	text-decoration: none;
}

.rvts-dump-station-prefill__button:focus {
	outline: 2px solid rgba(82, 115, 109, 0.25);
	outline-offset: 2px;
}

.rvts-dump-station-prefill__microcopy {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.375rem;
	margin-top: 0.5rem;
	color: #6c757d;
	font-size: 0.8125rem;
	line-height: 1.35;
	text-align: center;
}

.rvts-dump-station-prefill__microcopy .fas,
.rvts-dump-station-prefill__microcopy .fa {
	flex: 0 0 auto;
	color: #8a9693;
	font-size: 0.875rem;
	line-height: 1;
}
