/* Inline #9 | https://eastgrampians.launchinteractive.com.au/jobs/positions-vacant */
.post.employment
{
	grid-template-rows: 1fr auto auto auto auto auto;
	grid-template-areas: "title" "type" "end" "excerpt" "desc" "button";
	gap: 10px;
}

.post.employment .title
{
	border-bottom: 1px solid currentColor;
	padding-bottom: 10px;
	margin: 0;
}

.employment .type
{
	color: var(--wp--preset--color--green);
	font-weight: 700;
	grid-area: type;
	margin: 0;
}

.employment .date
{
	grid-area: end;
	text-transform: uppercase;
	margin: 0;
}

.post.employment .excerpt
{
	margin: 0;
}

.employment .positionDescription
{
	grid-area: desc;
	font-weight: 700;
	text-transform: uppercase;
}

.employment.post .button
{
	margin-top: 30px;
}