.gig-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gig-item {
	margin: 0 0 1.25rem;
	padding: 0;
}

.gig-item:last-child {
	margin-bottom: 0;
}

.gig-date,
.gig-time,
.gig-title,
.gig-venue,
.gig-event,
.gig-location,
.gig-info-text,
.gig-empty {
	margin: 0;
}

.gig-time,
.gig-event,
.gig-location,
.gig-info-text,
.gig-links {
	margin-top: 0.25rem;
}

.gig-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.gig-link {
	text-decoration: none;
}

.gig-cancelled {
	margin-left: 0.35rem;
}
