
/* Guardians Next Game */
.guardians-next-game {
	padding: 15px;
	font-family: sans-serif;
}

.guardians-next-game .game-subject {
	font-weight: bold;
	font-size: 1.1em;
}

.guardians-next-game .game-date {
	font-size: 0.9em;
}

.guardians-next-game .game-location {
	font-size: 0.9em;
}

.guardians-next-game .game-description {
	font-size: 0.8em;
}

.guardians-next-game .game-entry {
	margin-bottom: 12px;
	border-bottom: 1px solid #F3EFE0;
	padding-bottom: 10px;
}

.guardians-next-game .game-logo-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.guardians-next-game .game-logo-container .game-logo {
	margin-right: 10px;
	float: left;
}

.guardians-next-game .game-logo-container .game-details {
	margin-left: 10px;
	font-weight: bold;
}
