.ut-updates {
	max-width: 64rem;
	margin: 0 auto;
	color-scheme: dark;
	color: #e6edf3;
}

.ut-updates__summary {
	color: #8b949e;
	margin-bottom: 1rem;
	font-size: 0.9375rem;
}

.ut-updates__table-wrap {
	overflow-x: auto;
	border: 1px solid #30363d;
	border-radius: 6px;
	background: #161b22;
}

.ut-updates__table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9375rem;
}

.ut-updates__table thead th {
	text-align: left;
	padding: 0.75rem 1rem;
	background: #21262d;
	border-bottom: 1px solid #30363d;
	font-weight: 600;
	color: #e6edf3;
	white-space: nowrap;
}

.ut-updates__table tbody td {
	padding: 0.75rem 1rem;
	border-bottom: 1px solid #30363d;
	vertical-align: top;
	color: #e6edf3;
}

.ut-updates__table tbody tr:last-child td {
	border-bottom: none;
}

.ut-updates__table tbody tr:hover {
	background: #1c2128;
}

.ut-updates__col-rank {
	min-width: 2.75rem;
	width: 2.75rem;
	text-align: center;
	white-space: nowrap;
	color: #8b949e;
	font-weight: 600;
}

.ut-updates__col-change {
	width: 4rem;
	text-align: center;
}

.ut-updates__col-type {
	width: 5rem;
	white-space: nowrap;
}

.ut-updates__col-date {
	width: 8rem;
	white-space: nowrap;
	color: #8b949e;
}

.ut-updates__col-title a {
	color: #58a6ff;
	text-decoration: none;
	font-weight: 600;
}

.ut-updates__col-title a:hover {
	text-decoration: underline;
}

.ut-arrow {
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
}

.ut-arrow--up {
	color: #3fb950;
}

.ut-arrow--down {
	color: #f85149;
}

.ut-arrow--same {
	color: #484f58;
	font-size: 1rem;
	font-weight: 400;
}

.ut-updates__badge {
	display: inline-block;
	padding: 0.15rem 0.5rem;
	border-radius: 3px;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	background: #30363d;
	color: #c9d1d9;
}

.ut-updates__badge--post {
	background: #132d4a;
	color: #79c0ff;
}

.ut-updates__badge--page {
	background: #2d1f42;
	color: #d2a8ff;
}

.ut-updates__empty {
	color: #8b949e;
	font-style: italic;
}

@media (max-width: 640px) {
	.ut-updates__table {
		font-size: 0.875rem;
	}

	.ut-updates__table thead th,
	.ut-updates__table tbody td {
		padding: 0.5rem 0.65rem;
	}
}
