p.main-short-desc
{
	min-height: 44px;
}

.workshop-footer a
{
	font-weight: 600;
	font-size: 18px;
}

.error
{
	color: var(--brand-secondary);
}

.card.date
{
	width: 50%;
}

@media (max-width:767px) 
{
	.card.date
	{
		width: 100%;
	}	
}

.link
{
	color: var(--text-primary);
}

.link:hover
{
	text-decoration: underline;
}

.cancel-policy-link
{
	color: var(--text-primary) !important;
	font-weight: 600 !important;
}
