
.gostat-trend-head {
	text-align: center;
	margin-bottom: 6px;
}

.gostat-trend-title {
	margin: 0 auto;
	font-size: 1.35rem;
	font-weight: 700;
	color: var(--text);
	line-height: 1.2;
}

.gostat-trend-sub {
	margin: 8px auto 0;
	max-width: 520px;
	color: var(--muted);
	font-size: .85rem;
	line-height: 1.4;
}

.gostat-scorers {
	width: 100%;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0;
	color: var(--text);
}

.gostat-scorers thead.thead-icon th {
	padding: 0 6px 9px;
	border-bottom: 1px solid var(--line);
	vertical-align: middle;
}

.gostat-scorers thead th {
	font-size: 0.64rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .03em;
	color: var(--muted);
}

.gostat-scorers thead.thead-icon th i {
	font-size: 0.92rem;
	color: rgba(255, 255, 255, .72);
}

.gostat-card-icon {
	display: inline-block;
	width: 14px;
	height: 20px;
	border-radius: 3px;
	vertical-align: middle;
	transform: rotate(8deg);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .35);
}

.gostat-card-icon.is-yellow {
	background: linear-gradient(160deg, #FFDA5A, #F5B301);
}

.gostat-card-icon.is-red {
	background: linear-gradient(160deg, #F0574B, #D62E22);
}

.gostat-scorers tbody td {
	padding: 6px 6px;
	border-top: 1px solid rgba(255, 255, 255, .06);
	background: transparent;
	vertical-align: middle;
}

.gostat-scorers tbody tr:first-child td {
	border-top: none;
}

.gostat-scorers tbody tr.clickable-row {
	cursor: pointer;
}

.gostat-scorers tbody tr:hover td {
	background: rgba(255, 255, 255, .04);
}

.gostat-scorers td.col-xs:first-child,
.gostat-scorers th.col-xs:first-child {
	text-align: center;
}

.gostat-scorers .classement-logo {
	width: 24px;
	height: 24px;
	max-width: 24px;
	max-height: 24px;
	object-fit: contain;
	vertical-align: middle;
}

.gostat-scorers .scorer-name {
	font-weight: 700;
	font-size: 0.84rem;
	color: var(--text);
	line-height: 1.12;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 42vw;
}

.gostat-scorers .scorer-team {
	margin-top: 1px;
	font-size: .7rem;
	font-weight: 600;
	color: var(--muted);
	line-height: 1.05;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 42vw;
}

.gostat-scorers .scorer-goals {
	font-weight: 800;
	font-size: 0.84rem;
	color: #e879f9;
}

.gostat-scorers td.stat-cell {
	font-size: 0.84rem;
	color: var(--text);
}

.gostat-scorers td.stat-cell.is-zero {
	color: rgba(255, 255, 255, .20);
	font-weight: 500;
}

.gostat-trend-table {
	width: 100%;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0;
	color: var(--text);
}

.gostat-trend-table thead th {
	padding: 0 6px 9px;
	border-bottom: 1px solid var(--line);
	color: var(--muted);
	font-weight: 800;
	font-size: .64rem;
	text-transform: uppercase;
	letter-spacing: .03em;
	vertical-align: middle;
}

.gostat-trend-table thead th i {
	color: rgba(255, 255, 255, .72);
	font-size: 0.92rem;
}

.gostat-trend-table tbody th,
.gostat-trend-table tbody td {
	padding: 6px 6px;
	border-top: 1px solid rgba(255, 255, 255, .06);
	background: transparent;
	vertical-align: middle;
	color: var(--text);
}

.gostat-trend-table tbody tr:first-child th,
.gostat-trend-table tbody tr:first-child td {
	border-top: none;
}

.gostat-trend-table tbody tr:hover th,
.gostat-trend-table tbody tr:hover td {
	background: rgba(255, 255, 255, .04);
}

.gostat-trend-table .trend-time {
	color: var(--muted);
	font-weight: 700;
	font-size: 0.8rem;
	white-space: nowrap;
}

.gostat-trend-table a {
	text-decoration: none !important;
	color: inherit;
}

.gostat-trend-table .trend-match a {
	display: block;
}

.gostat-trend-table .trend-team {
	text-align: left;
	font-size: 0.84rem;
	line-height: 1.12;
	color: var(--text);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 38vw;
}

.gostat-trend-table .trend-team.is-fav {
	color: #fff;
	font-weight: 600;
}

.gostat-trend-table .trend-team.is-muted {
	color: var(--muted);
	font-weight: 600;
}

.gostat-trend-table .trend-hero {
	font-size: 0.84rem;
	color: #e879f9;
}

.gostat-trend-table .trend-num {
	color: var(--text);
	font-size: 0.84rem;
	line-height: 1.15;
}

.gostat-trend-table .trend-num.is-muted {
	color: rgba(255, 255, 255, .35);
	font-weight: 500;
}

.gostat-table-wrap {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.gostat-table-wrap .dataTables_wrapper > .row {
	margin-left: 0;
	margin-right: 0;
}

.gostat-table-wrap .dataTables_wrapper > .row > [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}

.gostat-table-wrap td.dataTables_empty {
	padding: 44px 16px !important;
	text-align: center;
	color: var(--muted);
	font-size: 0.95rem;
	font-weight: 600;
	border-top: none !important;
}

@media (max-width: 767.98px) {

	.gostat-table-wrap {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}

	.gostat-table-wrap .dataTables_wrapper {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.gostat-trend-table thead th,
	.gostat-trend-table tbody th,
	.gostat-trend-table tbody td {
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media (min-width: 768px) {

	.gostat-trend-head,
	.gostat-table-wrap {
		max-width: 700px;
	}

	.gostat-scorers .scorer-name,
	.gostat-scorers .scorer-team {
		max-width: 380px;
	}

	.gostat-trend-table .trend-team {
		max-width: 340px;
	}
}

@media (min-width: 992px) {

	.gostat-trend-head,
	.gostat-table-wrap {
		max-width: 1080px;
	}

	.gostat-scorers th.col-xs,
	.gostat-scorers td.col-xs {
		width: 76px !important;
	}

	.gostat-scorers .scorer-name,
	.gostat-scorers .scorer-team {
		max-width: 440px;
	}
}
