.alemnedio-spor {
	color: #172033;
	font-family: inherit;
	margin: 0 auto;
	max-width: 1120px;
}

.alemnedio-spor *,
.alemnedio-spor *::before,
.alemnedio-spor *::after {
	box-sizing: border-box;
}

.alemnedio-spor__hero {
	background: linear-gradient(135deg, #111827, #24324a);
	border-radius: 22px;
	color: #fff;
	margin-bottom: 22px;
	overflow: hidden;
	padding: clamp(28px, 5vw, 58px);
	position: relative;
}

.alemnedio-spor__hero::after {
	background: var(--alemnedio-spor-primary);
	border-radius: 50%;
	content: "";
	filter: blur(2px);
	height: 190px;
	opacity: .16;
	position: absolute;
	right: -45px;
	top: -80px;
	width: 190px;
}

.alemnedio-spor__eyebrow {
	color: var(--alemnedio-spor-primary);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .18em;
}

.alemnedio-spor__hero h1 {
	color: #fff;
	font-size: clamp(30px, 5vw, 52px);
	line-height: 1.05;
	margin: 12px 0 16px;
}

.alemnedio-spor__hero p {
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
	max-width: 760px;
}

.alemnedio-spor__hero .alemnedio-spor__updated {
	color: #cbd5e1;
	font-size: 13px;
	margin-top: 18px;
}

.alemnedio-spor__tabs {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 18px;
	padding: 7px;
	position: sticky;
	top: 10px;
	z-index: 5;
}

.alemnedio-spor__tabs button {
	background: transparent;
	border: 0;
	border-radius: 10px;
	color: #475569;
	cursor: pointer;
	font: inherit;
	font-weight: 800;
	padding: 13px 10px;
}

.alemnedio-spor__tabs button[aria-selected="true"] {
	background: var(--alemnedio-spor-primary);
	color: #111827;
}

.alemnedio-spor__matches {
	min-height: 180px;
}

.alemnedio-spor__league {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	margin-bottom: 18px;
	overflow: hidden;
}

.alemnedio-spor__league-title {
	align-items: center;
	background: #f8fafc;
	border-bottom: 1px solid #e5e7eb;
	display: flex;
	font-size: 16px;
	gap: 10px;
	margin: 0;
	padding: 14px 18px;
}

.alemnedio-spor__league-title img {
	height: 28px;
	object-fit: contain;
	width: 28px;
}

.alemnedio-spor__match {
	align-items: center;
	border-bottom: 1px solid #eef2f7;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) 105px;
	padding: 16px 18px;
}

.alemnedio-spor__match:last-child {
	border-bottom: 0;
}

.alemnedio-spor__teams {
	display: grid;
	gap: 9px;
}

.alemnedio-spor__team {
	align-items: center;
	display: flex;
	font-weight: 700;
	gap: 10px;
	min-width: 0;
}

.alemnedio-spor__team img {
	height: 28px;
	object-fit: contain;
	width: 28px;
}

.alemnedio-spor__team span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.alemnedio-spor__score {
	border-left: 1px solid #e5e7eb;
	display: grid;
	justify-items: center;
	padding-left: 16px;
}

.alemnedio-spor__score strong {
	font-size: 20px;
}

.alemnedio-spor__score span {
	color: #64748b;
	font-size: 12px;
	margin-top: 4px;
	text-align: center;
}

.alemnedio-spor__loading,
.alemnedio-spor__notice {
	background: #f8fafc;
	border: 1px dashed #cbd5e1;
	border-radius: 14px;
	color: #475569;
	padding: 36px 20px;
	text-align: center;
}

.alemnedio-spor__notice--error {
	background: #fff7ed;
	border-color: #fdba74;
	color: #9a3412;
}

.alemnedio-spor__news {
	margin-top: 38px;
}

.alemnedio-spor__section-head {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}

.alemnedio-spor__section-head h2 {
	font-size: 27px;
	margin: 0;
}

.alemnedio-spor__section-head a {
	color: #334155;
	font-weight: 800;
}

.alemnedio-spor__news-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.alemnedio-spor__news-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	box-shadow: 0 9px 25px rgba(15, 23, 42, .06);
	overflow: hidden;
}

.alemnedio-spor__news-image {
	aspect-ratio: 16 / 10;
	background: #e2e8f0;
	display: block;
	overflow: hidden;
}

.alemnedio-spor__news-image img {
	height: 100%;
	object-fit: cover;
	transition: transform .25s ease;
	width: 100%;
}

.alemnedio-spor__news-card:hover img {
	transform: scale(1.035);
}

.alemnedio-spor__news-body {
	padding: 15px;
}

.alemnedio-spor__news-body time {
	color: #64748b;
	font-size: 12px;
}

.alemnedio-spor__news-body h3 {
	font-size: 17px;
	line-height: 1.35;
	margin: 7px 0 0;
}

.alemnedio-spor__news-body a {
	color: #172033;
	text-decoration: none;
}

@media (max-width: 780px) {
	.alemnedio-spor__news-grid {
		grid-template-columns: 1fr;
	}

	.alemnedio-spor__tabs {
		top: 0;
	}

	.alemnedio-spor__hero {
		border-radius: 16px;
	}
}

@media (max-width: 440px) {
	.alemnedio-spor__match {
		grid-template-columns: minmax(0, 1fr) 82px;
		padding: 14px 12px;
	}

	.alemnedio-spor__score {
		padding-left: 10px;
	}
}

