.starting-side {
	width: 100%;
	display: block;
}

.line_up {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 40px;
}

.line_up_main {
	width: 100%;
	position: relative;
	height: 100%;
}

.line-inner {
	width: 100%;
	display: block;
}

.players_box {
	display: flex;
	justify-content: center;
}

.circle_box {
	text-align: center;
	width: 33.33%;
	position: absolute;
}

.players_img {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.players_img a {
	display: block;
	margin: 0;
	border-radius: 100%;
	width: 100px;
	height: 100px;
	position: relative;

}

.players_img a img {
	width: 90px;
	height: 90px;
	border-radius: 100%;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6));
	border: 3px solid var(--club-color-0);
}

.players_img a span {
	position: absolute;
	right: -10px;
	bottom: 20px;
	background-color: var(--club-color-0, #f90);
	width: 25px;
	height: 25px;
	border-radius: 50%;
	color: #fff;
	line-height: 25px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.players_cont h6 {
	margin: 0;
	font-size: 16px;
	color: #fff;
	line-height: normal;
	width: 120px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.players_cont p {
	margin: 0 !important;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	text-align: center !important;
	display: block !important;
	word-wrap: break-word;

}

.lineup_inner_main {
	position: relative;
	width: 100%;
	display: block;
}

.circle_box.players_1 {
	top: 12%;
	left: 7%;
}

.circle_box.players_2 {
	top: 11%;
	left: 34%;
}

.circle_box.players_3 {
	top: 12%;
	left: 60%;
}

.circle_box.players_4 {
	top: 23%;
	left: 21%;
}

.circle_box.players_5 {
	top: 23%;
	left: 48%;
}

.circle_box.players_6 {
	top: 37%;
	left: 7%;
}

.circle_box.players_7 {
	top: 37%;
	left: 60%;
}

.circle_box.players_8 {
	top: 37%;
	left: 34%;
}

.circle_box.players_9 {
	top: 50%;
	left: 23%;
}

.circle_box.players_10 {
	top: 58%;
	left: 43%;
}

.circle_box.players_11 {
	top: 80%;
	left: 3%;
}

.circle_box.players_12 {
	top: 68%;
	left: 58%;
}

.circle_box.players_13 {
	top: 68%;
	left: 21%;
}

.circle_box.players_14 {
	top: 80%;
	left: 67%;
}

.circle_box.players_15 {
	top: 85%;
	left: 34%;
}

@media only screen and (max-width: 480px) and (min-width: 320px) {

	.players_img a span {
		position: absolute;
		right: -7px;
		background-color: var(--club-color-0);
		width: 18px;
		height: 18px;
		border-radius: 50%;
		color: #fff;
		line-height: 18px;
		font-size: 12px;
		font-weight: 500;
		text-align: center;
		bottom: 20px;
	}

	.line_up {
		width: 100%;
	}

	.players_img a {
		display: block;
		margin: 0 auto;
		border-radius: 100%;
		width: 60px;
		height: 60px;
		position: relative;
	}

	.players_img a img {
		width: 25%;
		border-radius: 100%;
		border: 3px solid var(--club-color-0);
		height: 25%;
	}

	.players_cont p {
		margin: 0;
		font-size: 10px;
		color: #fff;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		line-clamp: 1;
		-webkit-box-orient: vertical;
		line-height: 20px;
	}

	.players_cont h6 {
		margin: 0;
		font-size: 12px;
		color: #fff;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		line-clamp: 1;
		-webkit-box-orient: vertical;
		line-height: 10px;
	}
}

@media only screen and (max-width: 768px) {

	.players_img a span {
		position: absolute;
		right: -7px;
		background-color: var(--club-color-0);
		width: 18px;
		height: 18px;
		border-radius: 50%;
		color: #fff;
		line-height: 18px;
		font-size: 12px;
		font-weight: 500;
		text-align: center;
		bottom: 20px;
	}

	.event-card-inner .team-container-half .fixture-score .winner-p {
		padding: 0 15px 35px 15px;
	}

	.line_up {
		width: 100%;
	}

	.lineup_inner_main {
		background: var(--club-color-1, #036);

	}

	.circle_box:hover .players_cont,
	.circle_box:focus-within .players_cont {
		display: block;
		position: absolute;
		top: calc(100% + 4px);
		left: 50%;
		transform: translateX(-50%);
		background: rgba(0, 0, 0, 0.75);
		padding: 6px 8px;
		border-radius: 4px;
		white-space: nowrap;
	}


	.players_img a {
		display: block;
		margin: 0 auto;
		border-radius: 100%;
		position: relative;
		margin-bottom: -15px !important;

	}

	.players_img a img {
		width: 45px;
		border-radius: 100%;
		border: 2px solid var(--club-color-0);
		height: 45px;
	}

	.players_cont p {
		font-size: 10px;
		color: #fff;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		line-clamp: 1;
		-webkit-box-orient: vertical;
		line-height: 20px;
		margin: 0 !important;
	}

	.players_cont h6 {
		margin: 0;
		font-size: 12px;
		color: #fff;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		line-clamp: 1;
		-webkit-box-orient: vertical;
		line-height: 10px;
	}
}

@media only screen and (max-width: 991px) and (min-width: 768px) {

	.line_up {
		width: 100%;
	}
}

/* Only apply styles on lineup tab */
.tabcontent #lineup .substitutes-section {
	margin-top: 40px;
	padding: 20px;
	background-color: #f8f8f8;
	border-radius: 8px;
}

.substitutes-section h4 {
	font-size: 1.3rem;
	margin-bottom: 1rem;
	border-bottom: 2px solid #ccc;
	padding-bottom: 5px;
}

.substitutes-list {
	padding-left: 20px;
	margin: 20px 0;
}

.substitute-item {
	margin-bottom: 15px;
}

.substitute-item:hover {
	transform: translateY(-4px);
}

.substitute-link {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #333;
}

.substitute-info p {
	margin: 2px 0 0;
	font-size: 14px;
	color: #777;
}

/* 🧠 2 per row on mobile (max width 600px) */
@media (max-width: 768px) {

	.substitute-item {
		width: calc(50% - 10px);
	}
}

.spinner {
	width: 32px;
	height: 32px;
	border: 4px solid #ccc;
	border-top-color: #444;
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
	margin: 0 auto;
}

@keyframes spin {

	to {
		transform: rotate(360deg);
	}
}

/* Safari-only override */
@supports (-webkit-touch-callout: none) {

	.ast-plain-container.ast-no-sidebar .entry-content>.alignfull,
	.ast-page-builder-template .ast-no-sidebar .entry-content>.alignfull {
		margin-left: calc(-50vw + 50% + 1px);

	}
}