/*
 * Existing Kyiv Volleyball League menu branch.
 *
 * This stylesheet is loaded only for the allowlisted League Itemids. It styles
 * the legacy shell and existing output without adding, hiding, or replacing
 * menu items, modules, article content, or JoomLeague data.
 */

body.ukv-league-page {
	width: 100%;
	max-width: none;
	background-color: #eaf1f5;
	color: #173447;
}

body.ukv-league-page #page-bg,
body.ukv-league-page #mainbody.wrapper {
	width: 100% !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	box-sizing: border-box;
}

body.ukv-league-page #main-shadow,
body.ukv-league-page #main-shadow2,
body.ukv-league-page .side-shadow1,
body.ukv-league-page .side-shadow2 {
	margin-right: 0;
	margin-left: 0;
	background-image: none;
}

body.ukv-league-page #header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 72px;
	height: auto !important;
	padding: 10px 24px;
	border-bottom: 1px solid #cbdce5;
	background: linear-gradient(90deg, #f9fcfd 0%, #e9f3f7 100%);
	box-sizing: border-box;
}

body.ukv-league-page #header > a.ukv-league-brand,
body.ukv-league-page #header > a.ukv-league-brand:visited {
	display: inline-flex;
	flex: 0 1 auto;
	align-items: center;
	min-width: 0;
	max-width: none;
	color: #073f59;
	text-decoration: none;
}

body.ukv-league-page .ukv-league-brand-mark {
	display: inline-flex;
	flex: 0 0 44px;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-right: 13px;
	border-radius: 12px;
	background: #087b9f;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	box-shadow: 0 5px 14px rgba(7, 63, 89, 0.14);
	box-sizing: border-box;
}

body.ukv-league-page .ukv-league-brand-name {
	min-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.12;
}

body.ukv-league-page #header > a.ukv-league-brand:hover .ukv-league-brand-name {
	color: #087b9f;
}

body.ukv-league-page #header > a.ukv-league-brand:focus {
	outline: 3px solid #ffd34e;
	outline-offset: 4px;
}

body.ukv-league-page #horiz-menu {
	height: 48px;
	margin: 0;
	overflow: hidden;
	border-radius: 0;
	background: #073f59;
}

body.ukv-league-page #horiz-menu li {
	margin-right: 2px;
}

body.ukv-league-page #horiz-menu a,
body.ukv-league-page #horiz-menu li.active a {
	height: 48px;
	padding: 0 22px;
	background: transparent;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 48px;
}

body.ukv-league-page #horiz-menu li.active a,
body.ukv-league-page #horiz-menu li:hover a,
body.ukv-league-page #horiz-menu li.sfHover a {
	background: #0b789d;
}

body.ukv-league-page #horiz-menu a:focus {
	outline: 3px solid #ffd34e;
	outline-offset: -3px;
}

body.ukv-league-page #main-content {
	margin: 0;
	overflow: hidden;
	border: 1px solid #d6e1e8;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-radius: 0;
	background: #f4f7f9;
}

body.ukv-league-page #main-content2,
body.ukv-league-page #maincol2,
body.ukv-league-page td.maincol {
	background: #fff;
}

body.ukv-league-page table.mainbody {
	width: 100%;
	max-width: none;
	table-layout: fixed;
	border-spacing: 0;
}

body.ukv-league-page table.mainbody td.leftcol {
	width: 286px !important;
	border-right: 1px solid #dbe5eb;
	background: #f4f7f9;
}

body.ukv-league-page table.mainbody td.maincol {
	width: auto;
	min-width: 0;
}

body.ukv-league-page table.mainbody td.rightcol {
	width: 280px !important;
	border-left: 1px solid #dbe5eb;
	background: #f4f7f9;
	vertical-align: top;
}

body.ukv-league-page td.leftcol > .padding {
	padding: 24px 18px;
}

body.ukv-league-page td.maincol > #maincol1 > #maincol2 > .padding {
	padding: 28px 24px 34px;
}

body.ukv-league-page td.rightcol > .padding {
	padding: 24px 16px;
}

body.ukv-league-page #content-padding {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body.ukv-league-page #sub-menu ul.menu {
	display: block;
	margin: 0 0 24px;
	padding: 0;
}

body.ukv-league-page #sub-menu ul.menu li {
	margin: 0 0 8px;
}

body.ukv-league-page #sub-menu ul.menu span.top {
	display: block;
}

body.ukv-league-page #sub-menu ul.menu a,
body.ukv-league-page #sub-menu ul.menu a:visited {
	display: flex;
	align-items: center;
	min-height: 46px;
	padding: 10px 14px;
	border: 1px solid #d6e2e9;
	border-radius: 9px;
	background: #fff;
	background-image: none;
	color: #16445f;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
	text-indent: 0;
	text-decoration: none;
	box-sizing: border-box;
}

body.ukv-league-page #sub-menu ul.menu li.active a,
body.ukv-league-page #sub-menu ul.menu a:hover {
	border-color: #0b789d;
	background: #e5f2f7;
	color: #073f59;
	box-shadow: inset 4px 0 0 #0b789d;
}

body.ukv-league-page #sub-menu ul.menu a:focus {
	outline: 3px solid #ffd34e;
	outline-offset: 1px;
}

body.ukv-league-page td.leftcol #ukv-metric {
	margin: 28px auto 0 !important;
	color: #29495c;
}

body.ukv-league-page td.rightcol .module,
body.ukv-league-page td.rightcol .module > div,
body.ukv-league-page td.rightcol .module > div > div,
body.ukv-league-page td.rightcol .module > div > div > div {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}

body.ukv-league-page td.rightcol .module {
	margin-bottom: 18px;
	overflow: hidden;
	border: 1px solid #d6e2e9;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 7px 20px rgba(16, 62, 88, 0.06);
}

body.ukv-league-page td.rightcol .module h3 {
	margin: 0;
	padding: 13px 15px;
	border-bottom: 1px solid #d6e2e9;
	background: #e5f2f7;
	color: #073f59;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.25;
}

body.ukv-league-page td.rightcol .module h3 ~ * {
	margin-right: 14px;
	margin-left: 14px;
}

body.ukv-league-page td.rightcol .module .ukv-ranking-project-title {
	margin: 0;
	padding: 8px 14px 3px;
	color: #16445f;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}

body.ukv-league-page td.rightcol .module table {
	width: calc(100% - 28px) !important;
	margin: 10px 14px 14px !important;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 1.4;
}

body.ukv-league-page td.rightcol .module table.ukv-ranking-table {
	margin-top: 3px !important;
	margin-bottom: 10px !important;
}

body.ukv-league-page td.rightcol .module table.ukv-ranking-table td {
	padding-top: 6px;
	padding-bottom: 6px;
}

body.ukv-league-page td.rightcol .module td {
	padding: 7px 5px;
	border-bottom: 1px solid #e5edf2;
}

body.ukv-league-page td.rightcol .module a,
body.ukv-league-page td.rightcol .module a:visited {
	color: #0a6f94;
	font-weight: 600;
}

body.ukv-league-page td.rightcol .module a:hover,
body.ukv-league-page td.rightcol .module a:focus {
	color: #073f59;
}

body.ukv-league-page .componentheading,
body.ukv-league-page .contentheading {
	color: #103e58;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.02em;
}

body.ukv-league-page .componentheading {
	margin: 0 0 22px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.18;
}

body.ukv-league-page .contentheading {
	margin-top: 0;
	padding-bottom: 12px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
}

body.ukv-league-page .contentpaneopen {
	background: transparent;
}

body.ukv-league-page #content-padding > table.contentpaneopen img {
	display: block;
	width: 100% !important;
	height: auto !important;
	margin: 8px 0 0 !important;
	border-radius: 14px;
}

body.ukv-league-page #joomleague {
	width: 100%;
	max-width: 100%;
	color: #173447;
	font-size: 15px;
	line-height: 1.45;
}

body.ukv-league-page #joomleague .ukv-team-profile {
	margin: 0 0 22px;
}

body.ukv-league-page #joomleague .ukv-team-profile-heading {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	margin: 0 0 10px;
	padding: 4px 10px;
	border: 1px solid #c7dce6;
	border-radius: 999px;
	background: #edf6f9;
	color: #356176;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.25;
	box-sizing: border-box;
}

body.ukv-league-page #joomleague table.ukv-team-profile-card {
	width: 100% !important;
	margin: 0 !important;
	overflow: hidden;
	border: 1px solid #cfe0e8;
	border-radius: 12px;
	background: linear-gradient(135deg, #f9fcfd 0%, #e8f3f7 100%);
	box-shadow: 0 7px 20px rgba(16, 62, 88, 0.06);
}

body.ukv-league-page #joomleague table.ukv-team-profile-card td.ukv-team-profile-title {
	padding: 17px 20px;
	border: 0;
	color: #073f59;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.16;
}

body.ukv-league-page #joomleague .ukv-team-profile-card .ukv-team-heading-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 18px;
}

body.ukv-league-page #joomleague .ukv-team-profile-card .ukv-team-heading-text {
	min-width: 0;
}

body.ukv-league-page #joomleague .ukv-team-profile-card img.ukv-team-title-logo {
	flex: 0 0 auto;
	width: auto !important;
	height: 58px !important;
	max-width: 88px !important;
	margin: 0 !important;
	object-fit: contain;
}

body.ukv-league-page #joomleague table.ukv-team-profile-logo-panel,
body.ukv-league-page #joomleague table.ukv-team-description-title,
body.ukv-league-page #joomleague table.ukv-team-description {
	width: 100% !important;
	margin: 12px 0 0 !important;
	border-collapse: separate;
	border-spacing: 0;
}

body.ukv-league-page #joomleague table.ukv-team-profile-logo-panel img {
	max-width: min(100%, 420px);
	height: auto;
	border-radius: 10px;
}

body.ukv-league-page #joomleague table.ukv-team-description-title td,
body.ukv-league-page #joomleague table.ukv-team-description td {
	padding: 11px 14px;
}

body.ukv-league-page #joomleague table.ukv-team-description-title td {
	border-radius: 9px 9px 0 0;
}

body.ukv-league-page #joomleague table.ukv-team-description {
	margin-top: 0 !important;
	border: 1px solid #d7e3ea;
	border-top: 0;
	border-radius: 0 0 9px 9px;
	background: #fff;
}

body.ukv-league-page #joomleague .ukv-team-roster-empty {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin: 0 0 22px;
	padding: 22px 20px;
	border: 1px dashed #aac2cf;
	border-radius: 11px;
	background: #f5f9fb;
	color: #527082;
	text-align: center;
}

body.ukv-league-page #joomleague .ukv-team-roster-empty strong {
	color: #16445f;
	font-size: 18px;
}

body.ukv-league-page #joomleague table.ukv-players-list,
body.ukv-league-page #joomleague table.ukv-staff-list {
	width: 100% !important;
	margin: 0 0 22px !important;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	border: 1px solid #d7e3ea;
	border-radius: 10px;
	background: #fff;
}

body.ukv-league-page #joomleague table.ukv-team-staff-heading {
	width: 100% !important;
	margin: 0 0 10px !important;
	border-bottom: 1px solid #dce6ec;
}

body.ukv-league-page #joomleague table {
	max-width: 100%;
}

body.ukv-league-page #joomleague select,
body.ukv-league-page #joomleague input[type="text"] {
	min-height: 38px;
	padding: 7px 10px;
	border: 1px solid #b9cbd6;
	border-radius: 7px;
	background: #fff;
	color: #173447;
	font: inherit;
	box-sizing: border-box;
}

body.ukv-league-page #joomleague select:focus,
body.ukv-league-page #joomleague input[type="text"]:focus {
	border-color: #0b789d;
	outline: 3px solid rgba(11, 120, 157, 0.18);
	outline-offset: 1px;
}

body.ukv-league-page #joomleague a,
body.ukv-league-page #joomleague a:visited {
	color: #0a6f94;
}

body.ukv-league-page #joomleague a:hover,
body.ukv-league-page #joomleague a:focus {
	color: #073f59;
}

body.ukv-league-page #joomleague > table.contentpaneopen:first-of-type {
	margin-bottom: 10px;
	border-bottom: 1px solid #dce6ec;
}

body.ukv-league-page #joomleague table.matches,
body.ukv-league-page #joomleague table.rankingtable,
body.ukv-league-page #joomleague table.rankinglegend,
body.ukv-league-page #joomleague .contentpaneopen div[style*="overflow:auto"] > table {
	width: 100% !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #d7e3ea;
	border-radius: 9px;
	background: #fff;
}

body.ukv-league-page #joomleague table.matches td,
body.ukv-league-page #joomleague table.rankingtable td,
body.ukv-league-page #joomleague .contentpaneopen div[style*="overflow:auto"] > table td {
	padding: 9px 7px;
	border-bottom: 1px solid #e3ebf0;
	vertical-align: middle;
}

body.ukv-league-page #joomleague .sectiontableheader,
body.ukv-league-page #joomleague td.sectiontableheader {
	background: #e7f2f6;
	color: #123f59;
	font-weight: 700;
}

body.ukv-league-page #joomleague tr.sectiontableentry1:nth-child(even) td,
body.ukv-league-page #joomleague tr.sectiontableentry2:nth-child(even) td {
	background: #f7fafc;
}

body.ukv-league-page #joomleague table.matches tr:last-child td,
body.ukv-league-page #joomleague table.rankingtable tr:last-child td,
body.ukv-league-page #joomleague .contentpaneopen div[style*="overflow:auto"] > table tr:last-child td {
	border-bottom: 0;
}

body.ukv-league-page #joomleague table.matches img,
body.ukv-league-page #joomleague table.rankingtable img,
body.ukv-league-page #joomleague .contentpaneopen div[style*="overflow:auto"] > table img {
	max-width: 42px;
	height: auto;
}

body.ukv-league-page #joomleague table img[src*="events.png"] {
	width: 22px;
	max-width: 22px;
	height: 22px;
	object-fit: contain;
}

body.ukv-league-page #joomleague table.ukv-jl-calendar td {
	white-space: normal !important;
}

body.ukv-league-page #joomleague table.ukv-jl-calendar .ukv-jl-team a,
body.ukv-league-page #joomleague table.ukv-jl-calendar .ukv-jl-referee a {
	overflow-wrap: anywhere;
}

body.ukv-league-page .ukv-jl-empty {
	margin: 18px 0 24px;
	padding: 22px 18px;
	border: 1px dashed #aac2cf;
	border-radius: 10px;
	background: #f5f9fb;
	color: #35566a;
	font-size: 16px;
	text-align: center;
}

body.ukv-league-page .back_button a,
body.ukv-league-page .back_button a:visited {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 8px 14px;
	border: 1px solid #b9cbd6;
	border-radius: 8px;
	background: #fff;
	color: #16445f;
	font-weight: 600;
	text-decoration: none;
	box-sizing: border-box;
}

body.ukv-league-page .back_button a:hover,
body.ukv-league-page .back_button a:focus {
	border-color: #0b789d;
	background: #e5f2f7;
	outline: 0;
}

@media screen and (max-width: 1100px) {
	body.ukv-league-page table.mainbody td.leftcol {
		width: 250px !important;
	}

	body.ukv-league-page table.mainbody td.rightcol {
		width: 250px !important;
	}

	body.ukv-league-page td.leftcol > .padding {
		padding: 20px 14px;
	}

	body.ukv-league-page td.maincol > #maincol1 > #maincol2 > .padding {
		padding: 24px 18px 30px;
	}

	body.ukv-league-page td.rightcol > .padding {
		padding: 20px 12px;
	}
}

@media screen and (max-width: 900px) {
	body.ukv-league-page #header {
		min-height: 66px;
		padding: 9px 14px;
	}

	body.ukv-league-page #header > a.ukv-league-brand {
		flex: 0 1 auto;
		max-width: none;
	}

	body.ukv-league-page .ukv-league-brand-mark {
		flex-basis: 40px;
		width: 40px;
		height: 40px;
		margin-right: 11px;
		border-radius: 10px;
		font-size: 14px;
	}

	body.ukv-league-page .ukv-league-brand-name {
		font-size: 21px;
	}

	body.ukv-league-page #mainbody.wrapper {
		width: 100% !important;
		max-width: none !important;
	}

	body.ukv-league-page #horiz-menu {
		border-radius: 0;
	}

	body.ukv-league-page #main-content {
		border-right: 0;
		border-left: 0;
		border-radius: 0;
	}

	body.ukv-league-page table.mainbody td.leftcol {
		width: 100% !important;
		border-top: 1px solid #dbe5eb;
		border-right: 0;
	}

	body.ukv-league-page table.mainbody td.rightcol {
		width: 100% !important;
		border-top: 1px solid #dbe5eb;
		border-left: 0;
	}

	body.ukv-league-page table.mainbody {
		table-layout: auto;
	}

	body.ukv-league-page td.leftcol > .padding,
	body.ukv-league-page td.rightcol > .padding,
	body.ukv-league-page td.maincol > #maincol1 > #maincol2 > .padding {
		padding: 20px 14px 26px;
	}

	body.ukv-league-page #content-padding {
		max-width: none;
	}

	body.ukv-league-page td.leftcol #ukv-metric {
		margin-top: 8px !important;
	}

	body.ukv-league-page td.rightcol .module {
		margin-bottom: 14px;
	}
}

@media screen and (max-width: 1100px) {
	body.ukv-league-page #joomleague select,
	body.ukv-league-page #joomleague input[type="text"] {
		max-width: 100%;
		font-size: 16px;
	}

	body.ukv-league-page #joomleague table.ukv-jl-calendar,
	body.ukv-league-page #joomleague table.ukv-jl-calendar > tbody {
		display: block;
		width: 100% !important;
		border: 0;
		background: transparent;
	}

	body.ukv-league-page #joomleague .ukv-jl-calendar-head {
		display: none;
	}

	body.ukv-league-page #joomleague tr.ukv-jl-match {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 74px;
		grid-template-areas:
			"date time"
			"venue venue"
			"division events"
			"round round"
			"home score-home"
			"away score-away"
			"referee referee";
		gap: 0;
		margin: 0 0 12px;
		overflow: hidden;
		border: 1px solid #d7e3ea;
		border-radius: 10px;
		background: #fff;
		box-shadow: 0 4px 12px rgba(16, 62, 88, 0.05);
	}

	body.ukv-league-page #joomleague tr.ukv-jl-match > td {
		display: block;
		width: auto !important;
		min-width: 0;
		padding: 9px 11px;
		border: 0;
		background: #fff;
		text-align: left;
		white-space: normal;
		box-sizing: border-box;
	}

	body.ukv-league-page #joomleague tr.ukv-jl-match > .ukv-jl-date {
		grid-area: date;
		background: #e7f2f6;
		color: #123f59;
		font-weight: 700;
	}

	body.ukv-league-page #joomleague tr.ukv-jl-match > .ukv-jl-time {
		grid-area: time;
		background: #e7f2f6;
		color: #123f59;
		font-weight: 700;
		text-align: right;
	}

	body.ukv-league-page #joomleague tr.ukv-jl-match > .ukv-jl-venue {
		grid-area: venue;
		padding-top: 8px;
		padding-bottom: 8px;
		border-bottom: 1px solid #e3ebf0;
		color: #527082;
	}

	body.ukv-league-page #joomleague tr.ukv-jl-match > .ukv-jl-matchday {
		grid-area: round;
		padding-top: 7px;
		padding-bottom: 5px;
		color: #527082;
		font-size: 13px;
	}

	body.ukv-league-page #joomleague tr.ukv-jl-match > .ukv-jl-division {
		grid-area: division;
		padding-top: 7px;
		padding-bottom: 5px;
		color: #527082;
		font-size: 13px;
	}

	body.ukv-league-page #joomleague tr.ukv-jl-match > .ukv-jl-events {
		grid-area: events;
		padding: 5px 11px;
		text-align: right;
	}

	body.ukv-league-page #joomleague tr.ukv-jl-match > .ukv-jl-team {
		display: flex;
		align-items: center;
		gap: 8px;
		min-height: 46px;
		border-top: 1px solid #edf2f5;
		font-size: 15px;
		font-weight: 600;
	}

	body.ukv-league-page #joomleague tr.ukv-jl-match > .ukv-jl-team-home {
		grid-area: home;
		flex-direction: row-reverse;
		justify-content: flex-end;
	}

	body.ukv-league-page #joomleague tr.ukv-jl-match > .ukv-jl-team-away {
		grid-area: away;
	}

	body.ukv-league-page #joomleague tr.ukv-jl-match > .ukv-jl-score-home,
	body.ukv-league-page #joomleague tr.ukv-jl-match > .ukv-jl-score-away {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 46px;
		border-top: 1px solid #edf2f5;
		background: #f4f8fa;
		font-size: 17px;
		font-weight: 700;
		text-align: center;
	}

	body.ukv-league-page #joomleague tr.ukv-jl-match > .ukv-jl-score-home {
		grid-area: score-home;
	}

	body.ukv-league-page #joomleague tr.ukv-jl-match > .ukv-jl-score-away {
		grid-area: score-away;
	}

	body.ukv-league-page #joomleague tr.ukv-jl-match > .ukv-jl-team-separator,
	body.ukv-league-page #joomleague tr.ukv-jl-match > .ukv-jl-score-separator {
		display: none;
	}

	body.ukv-league-page #joomleague tr.ukv-jl-match > .ukv-jl-referee {
		grid-area: referee;
		padding-top: 8px;
		padding-bottom: 8px;
		border-top: 1px solid #e3ebf0;
		color: #527082;
		font-size: 13px;
	}

	body.ukv-league-page #joomleague tr.ukv-jl-match > .ukv-jl-team img {
		flex: 0 0 auto;
		width: 30px;
		max-width: 30px;
		max-height: 30px;
		object-fit: contain;
	}
}

@media screen and (max-width: 520px) {
	body.ukv-league-page #header {
		min-height: 60px;
		padding: 8px 10px;
	}

	body.ukv-league-page .ukv-league-brand-mark {
		flex-basis: 36px;
		width: 36px;
		height: 36px;
		margin-right: 9px;
		border-radius: 9px;
		font-size: 12px;
	}

	body.ukv-league-page .ukv-league-brand-name {
		font-size: 18px;
	}

	body.ukv-league-page td.leftcol > .padding,
	body.ukv-league-page td.rightcol > .padding,
	body.ukv-league-page td.maincol > #maincol1 > #maincol2 > .padding {
		padding: 16px 10px 22px;
	}

	body.ukv-league-page .componentheading {
		font-size: 25px;
	}

	body.ukv-league-page .contentheading {
		font-size: 23px;
	}

	body.ukv-league-page #joomleague table.ukv-team-profile-card td.ukv-team-profile-title {
		padding: 14px;
		font-size: 23px;
	}

	body.ukv-league-page #joomleague .ukv-team-profile-card .ukv-team-heading-wrap {
		gap: 12px;
	}

	body.ukv-league-page #joomleague .ukv-team-profile-card img.ukv-team-title-logo {
		height: 48px !important;
		max-width: 64px !important;
	}

	body.ukv-league-page #joomleague .ukv-team-roster-empty {
		padding: 18px 14px;
	}

	body.ukv-league-page #content-padding > table.contentpaneopen img {
		border-radius: 10px;
	}
}
