/* Services hub — link card overrides */
a.outsourcing-card {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
	transition: border-color .15s ease, box-shadow .15s ease;
}

a.outsourcing-card:hover {
	border-color: #FFD700;
	box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
	color: inherit;
}

.svc-card-more {
	display: block;
	margin-top: auto;
	padding-top: 14px;
	font-size: 15px;
	font-weight: 600;
	color: #6a5b00;
}
