.spn-net-info {
	margin: 1.75rem 0 0;
}

.spn-net-info__table-wrap {
	border: 1px solid #d7e1eb;
	border-radius: 8px;
	overflow-x: auto;
	background: #fff;
	box-shadow: 0 12px 30px rgba( 20, 45, 72, 0.06 );
}

.spn-net-info__table {
	width: 100%;
	min-width: 720px;
	border: 0;
	border-collapse: collapse;
	background: #fff;
	color: #1e2935;
	font-size: 15px;
	line-height: 1.45;
}

.spn-net-info__table th,
.spn-net-info__table td {
	padding: 0.8rem 1rem;
	border: 0;
	border-bottom: 1px solid #e7edf3;
	text-align: left;
	vertical-align: top;
}

.spn-net-info__table th {
	background: #edf5fb;
	color: #14283c;
	font-weight: 700;
}

.spn-net-info__table tbody tr:nth-child(even) td {
	background: #fafcfe;
}

.spn-net-info__table tbody tr:last-child td {
	border-bottom: 0;
}

.spn-net-info__table th:first-child,
.spn-net-info__table td:first-child {
	width: 76px;
}

.spn-net-info__table th:nth-child(2),
.spn-net-info__table td:nth-child(2),
.spn-net-info__table th:nth-child(3),
.spn-net-info__table td:nth-child(3) {
	width: 128px;
	white-space: nowrap;
}

.spn-net-info__number {
	font-weight: 700;
}

.spn-net-info__subject {
	min-width: 0;
}

.spn-net-info__subject a {
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.16em;
}

.spn-net-info__table tr.is-outdated td,
.spn-net-info__table tr.is-outdated:nth-child(even) td {
	background: #f5f6f7;
	color: #69717b;
}

.spn-net-info__table tr.is-outdated a {
	color: #59636f;
}

.spn-net-info__badge {
	display: inline-block;
	margin-left: 0.6rem;
	padding: 0.15rem 0.45rem;
	border: 1px solid #c9ced4;
	border-radius: 999px;
	color: #5f6872;
	font-size: 0.78em;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
}

.spn-net-info__empty {
	margin: 1.5rem 0 0;
	padding: 1rem;
	border: 1px solid #d7e1eb;
	border-radius: 8px;
	background: #fff;
}

@media ( max-width: 700px ) {
	.spn-net-info__table-wrap {
		border: 0;
		overflow: visible;
		background: transparent;
		box-shadow: none;
	}

	.spn-net-info__table {
		min-width: 0;
		border-collapse: separate;
		border-spacing: 0 0.75rem;
		background: transparent;
	}

	.spn-net-info__table thead {
		display: none;
	}

	.spn-net-info__table,
	.spn-net-info__table tbody,
	.spn-net-info__table tr,
	.spn-net-info__table td {
		display: block;
		width: 100%;
	}

	.spn-net-info__table tr {
		border: 1px solid #d7e1eb;
		border-radius: 8px;
		overflow: hidden;
		background: #fff;
		box-shadow: 0 8px 20px rgba( 20, 45, 72, 0.05 );
	}

	.spn-net-info__table td,
	.spn-net-info__table tbody tr:nth-child(even) td,
	.spn-net-info__table tr.is-outdated td,
	.spn-net-info__table tr.is-outdated:nth-child(even) td {
		display: grid;
		grid-template-columns: minmax( 5.75rem, 34% ) minmax( 0, 1fr );
		gap: 0.75rem;
		padding: 0.65rem 0.8rem;
		border-bottom: 1px solid #edf1f5;
		background: #fff;
		white-space: normal;
		word-break: break-word;
	}

	.spn-net-info__table td:first-child,
	.spn-net-info__table td:nth-child(2),
	.spn-net-info__table td:nth-child(3) {
		width: 100%;
		white-space: normal;
	}

	.spn-net-info__table td::before {
		content: attr( data-label );
		color: #66717d;
		font-size: 0.85em;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.03em;
	}

	.spn-net-info__table tr.is-outdated td,
	.spn-net-info__table tr.is-outdated:nth-child(even) td {
		background: #f7f7f8;
	}

	.spn-net-info__table tr td:last-child {
		border-bottom: 0;
	}

	.spn-net-info__badge {
		margin: 0.35rem 0 0;
		justify-self: start;
	}
}
