.sk-page { padding: 1.5rem 0 3rem; }
.sk-header { margin-bottom: 30px; }
.sk-header h1 { margin: 0 0 16px; }
.sk-list { display: flex; flex-direction: column; gap: 18px; }
.sk-page .sk-list > article.sk-card { box-sizing: border-box; display: block; min-height: 0; height: auto; margin: 0; padding: 0 !important; border: 1px solid #e1e4e8; border-radius: 10px; color: var(--sk-text); background: var(--sk-bg); box-shadow: none; }
.sk-card .sk-text { display: block; margin: 0 !important; padding: 22px 22px 0 !important; color: inherit; font-size: var(--sk-font-size); line-height: 1.7; overflow-wrap: anywhere; word-break: normal; }
.sk-card .sk-text p { margin: 0 !important; padding: 0 !important; }
.sk-card .sk-text p + p { margin-top: 1em !important; }
.sk-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin: 0 !important; padding: 10px 22px 22px !important; }
.sk-button-visibility { display: contents; }
.sk-button-visibility.sk-mobile-only { display: none; }
.sk-action { position: relative; box-sizing: border-box; display: inline-flex; align-items: center; gap: 6px; min-height: 34px; margin: 0 !important; padding: 7px 11px; border: 0; border-radius: 6px; color: var(--sk-button-text); background: var(--sk-button); cursor: pointer; font-family: inherit; font-size: 14px; font-weight: 400; line-height: 1.15; text-decoration: none; }
.sk-page .sk-card .sk-action, .sk-page .sk-card .sk-action .sk-label, .sk-page .sk-card .sk-action .sk-icon { color: var(--sk-button-text) !important; }
.sk-page .sk-card .sk-action:hover,
.sk-page .sk-card .sk-action:focus {
	color: var(--sk-button-text) !important;
	background-color: var(--sk-button) !important;
	background-image: none !important;
	filter: none;
}
.sk-page .sk-card .sk-action:hover .sk-label,
.sk-page .sk-card .sk-action:hover .sk-icon,
.sk-page .sk-card .sk-action:hover .sk-score,
.sk-page .sk-card .sk-action:focus-visible .sk-label,
.sk-page .sk-card .sk-action:focus-visible .sk-icon,
.sk-page .sk-card .sk-action:focus-visible .sk-score {
	opacity: .82;
}
.sk-action:focus-visible, .sk-pagination .page-numbers:focus-visible { outline: 3px solid #111827; outline-offset: 3px; }
.sk-action[data-tooltip]::after { position: absolute; z-index: 20; bottom: calc(100% + 9px); left: 50%; width: max-content; max-width: min(240px, 80vw); padding: 7px 9px; border-radius: 5px; color: #fff; background: #20252b; box-shadow: 0 3px 10px rgba(0,0,0,.2); content: attr(data-tooltip); font-size: 12px; font-weight: 400; line-height: 1.3; text-align: center; white-space: normal; opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, 3px); transition: opacity .15s ease, transform .15s ease, visibility .15s ease; }
.sk-action[data-tooltip]:focus-visible::after, .sk-action[data-tooltip].is-tooltip-open::after { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.sk-icon { display: inline-flex; width: 16px; height: 16px; flex: 0 0 16px; }
.sk-icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.sk-icon:empty { display: none; }
.sk-icon svg { display: block; width: 100%; height: 100%; fill: currentColor; }
.sk-vote.is-selected { box-shadow: inset 0 0 0 2px rgba(255,255,255,.8); }
.sk-copy.is-copied { background: #277a4b; }
.sk-vote.is-loading { opacity: .6; pointer-events: none; }
.sk-status { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.sk-pagination { margin-top: 36px; }
.sk-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.sk-pagination .page-numbers { padding: 8px 12px; border-radius: 7px; background: #f3f4f6; text-decoration: none; }
.sk-pagination .current { color: #fff; background: #374151; }
.sk-empty { padding: 24px; border-radius: 12px; background: #f7f7f7; }
@media (min-width: 768px) {
	.sk-desktop-icon .sk-label { display: none; }
	.sk-desktop-text .sk-icon { display: none; }
}

/* Pasirenkamas kategorijos hero blokas puslapiams su [sveikinimai]. */
.sk-page-hero-enabled .entry-header:has(.entry-title:empty),
.sk-page-hero-enabled .page-header:has(.page-title:empty) {
	display: none;
}

/* Pašalinamas temos pridedamas tarpas, kad hero viršus sutaptų su šonine juosta. */
.sk-page-hero-enabled .entry-content:has(> .sk-category-intro) {
	margin-top: 0;
}

/* Po kategorijų paliekamas toks pats tarpas kaip tarp hero ir kategorijų. */
.sk-page-hero-enabled .sk-page {
	padding-top: 0;
}

.sk-category-intro {
	display: grid;
	grid-template-columns: minmax(0, 1.65fr) minmax(220px, .75fr);
	align-items: center;
	gap: clamp(24px, 4vw, 64px);
	min-height: 260px;
	margin: 0 0 22px;
	padding: clamp(32px, 4.5vw, 64px);
	overflow: hidden;
	border-radius: 14px;
	background: var(--sk-hero-background, #356783);
	color: #fff;
	position: relative;
	isolation: isolate;
}

.sk-category-intro::before,
.sk-category-intro::after {
	content: "";
	position: absolute;
	z-index: -1;
	border-radius: 50%;
	background: rgba(255, 255, 255, .055);
}

.sk-category-intro::before {
	width: 360px;
	height: 360px;
	right: 12%;
	top: -210px;
}

.sk-category-intro::after {
	width: 230px;
	height: 230px;
	left: -115px;
	bottom: -150px;
}

:root {
	--sk-snowflake: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cg fill='none' stroke='white' stroke-width='1.7' stroke-linecap='round'%3E%3Cpath d='M20 2v36M2 20h36M7.3 7.3l25.4 25.4M32.7 7.3 7.3 32.7'/%3E%3Cpath d='m16 6 4 4 4-4M16 34l4-4 4 4M6 16l4 4-4 4M34 16l-4 4 4 4M9 14h5V9M26 31v-5h5M26 9v5h5M9 26h5v5'/%3E%3C/g%3E%3C/svg%3E");
	--sk-header-snowflake: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cg fill='none' stroke='white' stroke-opacity='.28' stroke-width='1.7' stroke-linecap='round'%3E%3Cpath d='M20 2v36M2 20h36M7.3 7.3l25.4 25.4M32.7 7.3 7.3 32.7'/%3E%3Cpath d='m16 6 4 4 4-4M16 34l4-4 4 4M6 16l4 4-4 4M34 16l-4 4 4 4M9 14h5V9M26 31v-5h5M26 9v5h5M9 26h5v5'/%3E%3C/g%3E%3C/svg%3E");
}

.sk-hero-snow {
	position: absolute;
	z-index: 0;
	inset: 0;
	overflow: hidden;
	pointer-events: none;
}

.sk-hero-snow span {
	position: absolute;
	width: 22px;
	height: 22px;
	background: var(--sk-snowflake) center / contain no-repeat;
	opacity: .3;
}

.sk-hero-snow span:nth-child(1) { top: 10%; left: 53%; width: 26px; height: 26px; }
.sk-hero-snow span:nth-child(2) { top: 12%; right: 5%; width: 16px; height: 16px; }
.sk-hero-snow span:nth-child(3) { bottom: 10%; left: 52%; width: 18px; height: 18px; }
.sk-hero-snow span:nth-child(4) { bottom: 12%; right: 5%; width: 25px; height: 25px; }
.sk-hero-snow span:nth-child(5) { top: 31%; left: 47%; width: 14px; height: 14px; }
.sk-hero-snow span:nth-child(6) { top: 46%; right: 3%; width: 19px; height: 19px; }
.sk-hero-snow span:nth-child(7) { bottom: 29%; left: 44%; width: 13px; height: 13px; }
.sk-hero-snow span:nth-child(8) { top: 7%; left: 28%; width: 12px; height: 12px; opacity: .18; }
.sk-hero-snow span:nth-child(9) { bottom: 8%; left: 25%; width: 13px; height: 13px; opacity: .18; }
.sk-hero-snow span:nth-child(10) { top: 5%; right: 26%; width: 14px; height: 14px; }

.sk-site-header-snow .site-header {
	background-image: var(--sk-header-snowflake), var(--sk-header-snowflake), var(--sk-header-snowflake), var(--sk-header-snowflake);
	background-repeat: no-repeat;
	background-position: 40% 24%, 49% 78%, 66% 19%, 94% 72%;
	background-size: 18px 18px, 13px 13px, 21px 21px, 15px 15px;
}

.sk-category-intro__copy,
.sk-category-intro__art {
	position: relative;
	z-index: 1;
}

.sk-category-intro__copy {
	min-width: 0;
}

.sk-category-intro h1 {
	margin: 0;
	color: #fff !important;
	font-size: clamp(44px, 4.5vw, 64px) !important;
	font-weight: 750;
	line-height: 1.08 !important;
	letter-spacing: -.025em;
}

.sk-category-intro__copy p {
	max-width: 680px;
	margin: 18px 0 0;
	color: #fff !important;
	font-size: 18px;
	line-height: 1.45;
}

.sk-category-intro__art {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
}

.sk-category-intro__art img {
	display: block;
	width: min(100%, 300px);
	height: auto;
	max-height: 260px;
	object-fit: contain;
	filter: drop-shadow(0 14px 22px rgba(27, 49, 66, .18));
}

.sk-category-intro--no-art {
	grid-template-columns: minmax(0, 1fr);
}

.sk-related-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 22px;
	padding: 0;
}

.sk-related-category {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 8px 18px;
	border: 1px solid #ead4dd;
	border-radius: 8px;
	background: #faeef2;
	color: #633246;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.2;
	text-decoration: none !important;
	white-space: nowrap;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.sk-related-category:hover,
.sk-related-category:focus-visible {
	border-color: #c96f91;
	background: #f6e1e9;
	color: #522638;
	transform: translateY(-1px);
}

.sk-related-category.is-current {
	border-color: #c96f91;
	background: #c96f91;
	color: #fff !important;
}

.sk-related-category.is-current:visited,
.sk-related-category.is-current:hover,
.sk-related-category.is-current:focus-visible { color: #fff !important; }

.sk-banner { box-sizing: border-box; width: 100%; margin: 0; overflow: hidden; border-radius: 10px; }
.sk-banner a, .sk-banner__image { display: block; width: 100%; }
.sk-banner__image { height: auto; }

@media (min-width: 768px) {
	.sk-banner-mobile-only { display: none; }
}

@media (max-width: 767px) {
	.sk-banner-desktop-only { display: none; }
}

.sk-page-hero-enabled .sk-page .sk-list > article.sk-card {
	border-color: #dde5ef !important;
	background: var(--sk-bg);
}

@media (min-width: 768px) {
	.sk-grid-enabled .sk-list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-auto-rows: 8px;
		column-gap: 18px;
		row-gap: 10px;
		align-items: start;
	}

	.sk-page.sk-grid-enabled .sk-list > article.sk-card {
		display: block !important;
		height: auto !important;
		min-height: 0 !important;
	}
}

@media (min-width: 768px) {
	/* Occasio turinio stulpelį pradeda žemiau už šoninę juostą. */
	.sk-page-hero-enabled .sk-category-intro {
		margin-top: -24px;
	}
}

@media (max-width: 767px) {
	.sk-hero-snow span:nth-child(1),
	.sk-hero-snow span:nth-child(3),
	.sk-hero-snow span:nth-child(5),
	.sk-hero-snow span:nth-child(7),
	.sk-hero-snow span:nth-child(8),
	.sk-hero-snow span:nth-child(9) { display: none; }

	.sk-site-header-snow .site-header { background-image: none; }

	.sk-category-intro {
		grid-template-columns: minmax(0, 1fr) 140px;
		grid-template-areas:
			"title title"
			"subtitle art";
		gap: 14px;
		min-height: 0;
		margin-bottom: 16px;
		padding: 26px 20px;
		border-radius: 12px;
	}

	.sk-category-intro__copy {
		display: contents;
	}

	.sk-category-intro h1 {
		grid-area: title;
		font-size: clamp(28px, 6.5vw, 32px) !important;
	}

	.sk-category-intro__copy p {
		grid-area: subtitle;
		align-self: center;
		margin-top: 0;
		font-size: 15px;
		line-height: 1.45;
	}

	.sk-category-intro__art {
		grid-area: art;
	}

	.sk-category-intro__art img {
		width: 140px;
		max-height: 165px;
	}

	.sk-related-categories {
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		flex-wrap: nowrap;
		gap: 9px;
		margin-bottom: 18px;
		padding: 1px 0 8px;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-padding-left: 0;
		scroll-snap-type: x proximity;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.sk-related-categories { scrollbar-width: thin; scrollbar-color: #c96f91 #faeef2; }
	.sk-related-categories::-webkit-scrollbar { height: 4px; }
	.sk-related-categories::-webkit-scrollbar-track { border-radius: 4px; background: #faeef2; }
	.sk-related-categories::-webkit-scrollbar-thumb { border-radius: 4px; background: #c96f91; }

	.sk-related-category {
		flex: 0 0 auto;
		min-height: 38px;
		padding: 8px 15px;
		font-size: 13px;
		scroll-snap-align: start;
	}
}

@media (max-width: 430px) {
	.sk-category-intro {
		grid-template-columns: minmax(0, 1fr) 118px;
		padding: 23px 17px;
	}

	.sk-category-intro h1 {
		font-size: clamp(25px, 6.8vw, 28px) !important;
	}

	.sk-category-intro__art img {
		width: 118px;
		max-height: 140px;
	}
}

@media (max-width: 360px) {
	.sk-category-intro:not(.sk-category-intro--no-art) {
		grid-template-columns: minmax(0, 1fr);
		grid-template-areas: "title" "subtitle" "art";
	}

	.sk-category-intro__copy p { width: 100%; }
	.sk-category-intro__art img { width: 104px; max-height: 124px; }
	.sk-actions { gap: 4px; padding-right: 10px !important; padding-left: 10px !important; }
}
@media (hover: hover) and (pointer: fine) {
	.sk-action[data-tooltip]:hover::after { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
}
@media (max-width: 767px) {
	.sk-button-visibility.sk-desktop-only { display: none; }
	.sk-button-visibility.sk-mobile-only { display: contents; }
	.sk-card .sk-text { padding: 18px 18px 0 !important; }
	.sk-actions { width: 100%; flex-wrap: nowrap; gap: 6px; padding: 8px 18px 18px !important; }
	.sk-action { min-width: 0; min-height: 44px; flex: 1 1 0; justify-content: center; padding: 8px 4px; font-size: 13px; }
	.sk-vote .sk-icon { width: 21px; height: 21px; flex-basis: 21px; }
	.sk-mobile-icon .sk-label { display: none; }
	.sk-mobile-text .sk-icon { display: none; }
	.sk-mobile-icon .sk-action { flex: 1 1 0; }
	.sk-mobile-icon-caption .sk-action { min-height: 58px; flex-direction: column; gap: 3px; padding: 6px 2px 5px; }
	.sk-mobile-icon-caption .sk-label { display: block; max-width: 100%; overflow: hidden; font-size: 10px; line-height: 1.1; text-overflow: ellipsis; white-space: nowrap; }
	.sk-mobile-icon-caption .sk-like { display: grid; grid-template-columns: auto auto; grid-template-rows: auto auto; align-content: center; justify-content: center; column-gap: 4px; row-gap: 2px; }
	.sk-mobile-icon-caption .sk-like .sk-icon { grid-column: 1; grid-row: 1; }
	.sk-mobile-icon-caption .sk-like .sk-score { grid-column: 2; grid-row: 1; align-self: center; }
	.sk-mobile-icon-caption .sk-like .sk-label { grid-column: 1 / -1; grid-row: 2; }
}
