body.page-id-16580 .entry-header {
	display: none;
}

body.page-id-16580 .site-content .ast-container {
	max-width: 1480px;
	padding-left: 24px;
	padding-right: 24px;
}

body.page-id-16580 .entry-content {
	padding: 52px 0 72px;
}

body.page-id-16580 .entry-content > h2 {
	margin: 0 0 34px;
	color: #26382d;
	font-size: clamp(42px, 5vw, 92px);
	font-weight: 900;
	line-height: 0.95;
	letter-spacing: 0;
	text-align: center;
	text-transform: uppercase;
}

body.page-id-16580 .sporto-sakos-filtras {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 14px;
	margin: 0 auto 34px;
	color: #26382d;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.6px;
}

body.page-id-16580 .sporto-sakos-filtras label {
	margin: 0;
	font-size: 14px;
}

body.page-id-16580 #sporto_saka_filter {
	min-width: min(100%, 320px);
	min-height: 44px;
	padding: 0 44px 0 18px;
	border: 2px solid #26382d;
	border-radius: 999px;
	background-color: #fff;
	color: #26382d;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	box-shadow: none;
}

body.page-id-16580 #sportininku-grid-wrapper {
	width: 100%;
}

body.page-id-16580 .sportininku-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
	align-items: stretch;
}

body.page-id-16580 .sportininko-kortele {
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	border-radius: 26px;
	background: #f2f2f2;
	box-shadow: inset 0 0 0 1px rgba(38, 56, 45, 0.06);
}

body.page-id-16580 .sportininko-foto {
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #ecefec;
}

body.page-id-16580 .sportininko-foto img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 220ms ease;
}

body.page-id-16580 .sportininko-kortele:hover .sportininko-foto img {
	transform: scale(1.035);
}

body.page-id-16580 .sportininko-info {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 22px 24px 24px;
	color: #26382d;
}

body.page-id-16580 .sportininko-vardas {
	margin: 0 0 12px;
	color: #26382d;
	font-size: clamp(20px, 1.45vw, 28px);
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: 0;
	text-transform: uppercase;
}

body.page-id-16580 .sportininko-info p {
	margin: 0 0 12px;
	color: #26382d;
	font-size: 15px;
	line-height: 1.45;
}

body.page-id-16580 .sportininko-info p:nth-of-type(2) {
	color: #5f6a63;
}

body.page-id-16580 .sportininko-daugiau-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin-top: auto;
	padding: 0 24px;
	border-radius: 999px;
	background: #26382d;
	color: #fff !important;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 1.6px;
	text-decoration: none !important;
	text-transform: uppercase;
}

body.page-id-16580 .sportininko-socials {
	display: flex;
	gap: 10px;
	margin-top: 12px;
}

body.page-id-16580 .sportininko-socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(38, 56, 45, 0.1);
}

body.page-id-16580.sportininko-modal-open {
	overflow: hidden;
}

body.page-id-16580 .sportininko-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

body.page-id-16580 .sportininko-modal.is-active {
	display: flex;
}

body.page-id-16580 .sportininko-modal-overlay {
	position: absolute;
	inset: 0;
	background: rgba(13, 18, 15, 0.66);
}

body.page-id-16580 .sportininko-modal-content {
	position: relative;
	z-index: 1;
	width: min(920px, 100%);
	max-height: min(760px, calc(100vh - 48px));
	overflow: auto;
	border-radius: 24px;
	background: #fff;
	color: #26382d;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
}

body.page-id-16580 .sportininko-modal-close {
	position: sticky;
	top: 0;
	float: right;
	z-index: 2;
	width: 48px;
	height: 48px;
	margin: 14px 14px 0 0;
	border: 0;
	border-radius: 50%;
	background: #26382d;
	color: #fff;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

body.page-id-16580 .sportininko-modal-inner {
	padding: 42px;
}

body.page-id-16580 .sportininko-modal-tekstas h2 {
	margin: 0 0 16px;
	color: #26382d;
	font-size: clamp(28px, 3vw, 48px);
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

body.page-id-16580 .sportininko-modal-content-text {
	display: grid;
	grid-template-columns: minmax(180px, 0.35fr) 1fr;
	gap: 14px 28px;
	margin-top: 24px;
}

body.page-id-16580 .sportininko-modal-content-text h4 {
	margin: 0;
	color: #26382d;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
}

body.page-id-16580 .sportininko-modal-content-text p {
	margin: 0 0 10px;
	color: #4e5951;
	font-size: 16px;
	line-height: 1.55;
}

@media (max-width: 1180px) {
	body.page-id-16580 .sportininku-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 22px;
	}
}

@media (max-width: 820px) {
	body.page-id-16580 .site-content .ast-container {
		padding-left: 16px;
		padding-right: 16px;
	}

	body.page-id-16580 .entry-content {
		padding-top: 34px;
	}

	body.page-id-16580 .sporto-sakos-filtras {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
		margin-bottom: 24px;
	}

	body.page-id-16580 .sportininku-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}

	body.page-id-16580 .sportininko-info {
		padding: 18px;
	}

	body.page-id-16580 .sportininko-info p {
		font-size: 14px;
	}

	body.page-id-16580 .sportininko-modal-inner {
		padding: 30px 22px;
	}

	body.page-id-16580 .sportininko-modal-content-text {
		grid-template-columns: 1fr;
		gap: 6px;
	}
}

@media (max-width: 544px) {
	body.page-id-16580 .sportininku-grid {
		grid-template-columns: 1fr;
	}

	body.page-id-16580 .sportininko-kortele {
		border-radius: 22px;
	}
}
