.list-gapped ul {
	display: flex;
	gap: 1rem;
}

.customer-portal-button {
	justify-content: center;
	align-content: center;
	align-self: center;
	color: #006b7d;
	transition: all 0.2s;
}

.customer-portal-button:hover {
	color: #005766;
	background-color: #e3e633;
}

.customer-portal-button > svg {
	margin-left: 0.3rem;
	vertical-align: 0;
	align-self: begin;
	margin-top: 0.1rem;
}
