/**
 * Top teams standings shortcode (sidebar widget style).
 */

.a2z-top-teams {
	margin-bottom: 24px;
}

.a2z-top-teams .card__header {
	overflow: visible !important;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-height: 64px;
}

.a2z-top-teams .card__header > h4 {
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
	padding-right: 12px;
}

.a2z-top-teams .card-header__button.btn {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	line-height: 1.2;
	padding: 6px 12px;
	min-height: 28px;
	text-decoration: none !important;
	border-style: solid !important;
	border-width: 1px !important;
	border-color: rgba(255, 255, 255, 0.35) !important;
	color: #fff !important;
	background: transparent !important;
}

.a2z-top-teams .card-header__button.btn:hover,
.a2z-top-teams .card-header__button.btn:focus {
	border-color: #fff !important;
	background: rgba(255, 255, 255, 0.06) !important;
	color: #fff !important;
}

.a2z-top-teams__table {
	margin-bottom: 0;
	width: 100%;
}

.a2z-top-teams__table th,
.a2z-top-teams__table td {
	vertical-align: middle;
}

.a2z-top-teams__table .team-pos {
	width: 42px;
	white-space: nowrap;
}

.a2z-top-teams__table .team-name {
	min-width: 0;
}

.a2z-top-teams__table .team-name a {
	color: inherit !important;
	text-decoration: none !important;
	border-bottom: 0 !important;
	box-shadow: none !important;
}

.a2z-top-teams__table .team-name a:hover {
	color: #fff !important;
}

.a2z-top-teams__table .team-logo-img {
	width: 22px;
	height: 22px;
	margin-right: 8px;
	object-fit: contain;
	vertical-align: middle;
	border-radius: 50%;
}

.a2z-top-teams__table tr.highlighted td {
	color: #fff;
	background: rgba(255, 255, 255, 0.04);
}

.a2z-top-teams__table td strong {
	color: #fff;
	font-weight: 700;
}

.a2z-top-teams__empty,
.a2z-top-teams--empty p {
	margin: 0;
	color: #b8b6c8;
	font-size: 13px;
}

@media (max-width: 575px) {
	.a2z-top-teams .card__header {
		flex-direction: column;
		align-items: flex-start;
	}

	.a2z-top-teams__table {
		font-size: 12px;
	}

	.a2z-top-teams__table .team-logo-img {
		width: 18px;
		height: 18px;
		margin-right: 6px;
	}

	.a2z-top-teams__table th,
	.a2z-top-teams__table td {
		padding-left: 6px;
		padding-right: 6px;
	}
}
