.tt-season {
	border: 1px solid rgba( 0, 0, 0, 0.1 );
	border-radius: 10px;
	padding: 1.25rem 1.5rem;
	margin: 1.5rem 0;
}

.tt-season__heading {
	margin: 0 0 0.25rem;
	font-size: 1.4rem;
}

.tt-season__summary {
	margin: 0;
	color: #5a6b5e;
	font-size: 0.95rem;
}

.tt-season__summary strong {
	color: #2f7a45;
}

.tt-season__overall {
	margin-bottom: 1.25rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba( 0, 0, 0, 0.08 );
}

.tt-season__team {
	margin-top: 1.25rem;
}

.tt-season__team-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 0.5rem;
}

.tt-season__team-name {
	margin: 0;
	font-size: 1.15rem;
}

.tt-season__badge {
	display: inline-block;
	padding: 0.15rem 0.6rem;
	border-radius: 999px;
	font-size: 0.85rem;
	font-weight: 600;
	background: rgba( 0, 0, 0, 0.06 );
	color: #3b3b3b;
	white-space: nowrap;
}

.tt-season__badge.is-winning {
	background: rgba( 47, 122, 69, 0.12 );
	color: #2f7a45;
}

.tt-season__table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.95rem;
}

.tt-season__table th {
	text-align: left;
	font-size: 0.72rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #8a958c;
	padding: 0.35rem 0.5rem;
	border-bottom: 1px solid rgba( 0, 0, 0, 0.1 );
}

.tt-season__table td {
	padding: 0.45rem 0.5rem;
	border-bottom: 1px solid rgba( 0, 0, 0, 0.06 );
}

.tt-season__table tr:last-child td {
	border-bottom: none;
}

.tt-season__empty {
	margin: 0;
	color: #8a958c;
}

.tt-season__section-title {
	margin: 1.5rem 0 0.25rem;
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #2f7a45;
	border-bottom: 2px solid rgba( 47, 122, 69, 0.2 );
	padding-bottom: 0.35rem;
}

.tt-result {
	display: inline-block;
	min-width: 1.4rem;
	text-align: center;
	padding: 0.1rem 0.4rem;
	border-radius: 5px;
	font-size: 0.8rem;
	font-weight: 700;
}

.tt-result.is-win {
	background: rgba( 47, 122, 69, 0.12 );
	color: #2f7a45;
}

.tt-result.is-loss {
	background: rgba( 0, 0, 0, 0.06 );
	color: #8a3b3b;
}

.tt-result.is-tie {
	background: rgba( 0, 0, 0, 0.06 );
	color: #5a6b5e;
}
