/* Umzugsgarant single Ratgeber article */

.ug-single-post,
.ug-single-post * {
	box-sizing: border-box;
}

.ug-single-post {
	--ug-navy: #16324a;
	--ug-deep-navy: #0f2638;
	--ug-green: #287a5b;
	--ug-green-dark: #1e6047;
	--ug-orange: #f28a2e;
	--ug-orange-dark: #da741d;
	--ug-warm: #f8f7f3;
	--ug-cool: #eef3f5;
	--ug-light-green: #e8f3ee;
	--ug-white: #ffffff;
	--ug-text: #263238;
	--ug-muted: #5d6a70;
	--ug-border: #dde5e7;

	width: 100%;
	margin: 0;
	color: var(--ug-text);
	font-family: Manrope, Arial, sans-serif;
}

.ug-single-container {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

/* Hero */

.ug-single-hero {
	position: relative;
	overflow: hidden;
	padding: 48px 0 126px;
	background:
		radial-gradient(circle at 88% 12%, rgba(40, 122, 91, 0.32), transparent 32%),
		linear-gradient(135deg, var(--ug-deep-navy), var(--ug-navy));
}

.ug-single-hero::after {
	content: "";
	position: absolute;
	right: -165px;
	bottom: -245px;
	width: 470px;
	height: 470px;
	border: 74px solid rgba(255, 255, 255, 0.035);
	border-radius: 50%;
	pointer-events: none;
}

.ug-single-hero__inner {
	position: relative;
	z-index: 1;
}

.ug-single-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 9px;
	margin-bottom: 36px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
}

.ug-single-breadcrumbs a {
	color: rgba(255, 255, 255, 0.82);
	text-decoration: none;
}

.ug-single-breadcrumbs a:hover {
	color: var(--ug-white);
}

.ug-single-hero__content {
	max-width: 930px;
}

.ug-single-category {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	margin-bottom: 18px;
	padding: 6px 12px;
	border: 1px solid rgba(255, 255, 255, 0.17);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #c3e7d7;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: uppercase;
}

.ug-single-category:hover {
	background: rgba(255, 255, 255, 0.13);
	color: var(--ug-white);
}

.ug-single-hero h1 {
	max-width: 950px;
	margin: 0;
	color: var(--ug-white);
	font-size: clamp(32px, 5vw, 52px);
	font-weight: 700;
	line-height: 1.13;
	letter-spacing: -0.028em;
}

.ug-single-hero__excerpt {
	max-width: 800px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.72;
}

.ug-single-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
	margin-top: 27px;
	color: rgba(255, 255, 255, 0.75);
	font-size: 14px;
	font-weight: 600;
}

.ug-single-meta span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.ug-single-meta svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* Featured image */

.ug-single-featured-wrap {
	position: relative;
	z-index: 2;
	margin-top: -82px;
}

.ug-single-featured {
	aspect-ratio: 16 / 8.2;
	margin: 0;
	overflow: hidden;
	border: 8px solid var(--ug-white);
	border-radius: 27px;
	background: var(--ug-cool);
	box-shadow: 0 26px 60px rgba(15, 38, 56, 0.18);
}

.ug-single-featured img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

/* Main article */

.ug-single-main {
	padding: 64px 0 86px;
	background: var(--ug-warm);
}

.ug-single-layout {
	display: grid;
	grid-template-columns: minmax(0, 820px) minmax(250px, 300px);
	gap: 54px;
	align-items: start;
	justify-content: center;
}

.ug-single-layout--no-image {
	padding-top: 10px;
}

.ug-single-article {
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--ug-border);
	border-radius: 25px;
	background: var(--ug-white);
	box-shadow: 0 12px 36px rgba(15, 38, 56, 0.07);
}

.ug-single-content {
	padding: 48px 54px 52px;
	color: var(--ug-text);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.78;
}

.ug-single-content > *:first-child {
	margin-top: 0;
}

.ug-single-content > *:last-child {
	margin-bottom: 0;
}

.ug-single-content p {
	margin: 0 0 22px;
}

.ug-single-content h2,
.ug-single-content h3,
.ug-single-content h4 {
	color: var(--ug-text);
	font-family: Manrope, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: -0.012em;
}

.ug-single-content h2 {
	margin: 48px 0 18px;
	padding-top: 3px;
	font-size: 28px;
	line-height: 1.3;
}

.ug-single-content h3 {
	margin: 37px 0 15px;
	font-size: 22px;
	line-height: 1.35;
}

.ug-single-content h4 {
	margin: 30px 0 12px;
	font-size: 18px;
	line-height: 1.4;
}

.ug-single-content a {
	color: var(--ug-green-dark);
	font-weight: 600;
	text-decoration-color: var(--ug-orange);
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.ug-single-content a:hover {
	color: var(--ug-orange-dark);
}

.ug-single-content ul,
.ug-single-content ol {
	margin: 0 0 25px;
	padding-left: 27px;
}

.ug-single-content li {
	margin-bottom: 9px;
	padding-left: 4px;
}

.ug-single-content li::marker {
	color: var(--ug-green);
	font-weight: 700;
}

.ug-single-content blockquote,
.ug-single-content .wp-block-quote {
	margin: 32px 0;
	padding: 23px 25px;
	border: 0;
	border-left: 4px solid var(--ug-orange);
	border-radius: 0 16px 16px 0;
	background: var(--ug-light-green);
	color: var(--ug-text);
	font-size: 17px;
	font-style: normal;
}

.ug-single-content blockquote p:last-child {
	margin-bottom: 0;
}

.ug-single-content img {
	max-width: 100%;
	height: auto;
	border-radius: 17px;
}

.ug-single-content figure {
	margin: 32px 0;
}

.ug-single-content figcaption {
	margin-top: 9px;
	color: var(--ug-muted);
	font-size: 13px;
	line-height: 1.55;
	text-align: center;
}

.ug-single-content table {
	width: 100%;
	margin: 30px 0;
	border-collapse: collapse;
	border: 1px solid var(--ug-border);
	font-size: 15px;
}

.ug-single-content th,
.ug-single-content td {
	padding: 13px 15px;
	border: 1px solid var(--ug-border);
	text-align: left;
	vertical-align: top;
}

.ug-single-content th {
	background: var(--ug-navy);
	color: var(--ug-white);
	font-weight: 700;
}

.ug-single-content tr:nth-child(even) td {
	background: #fafbf9;
}

.ug-single-content iframe,
.ug-single-content video {
	max-width: 100%;
}

.ug-single-content .wp-block-embed__wrapper {
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	border-radius: 17px;
}

.ug-single-content .wp-block-embed__wrapper iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.ug-single-content .wp-block-button__link {
	border-radius: 12px;
	background: var(--ug-orange);
	color: var(--ug-white);
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
}

.ug-single-content .wp-block-button__link:hover {
	background: var(--ug-orange-dark);
	color: var(--ug-white);
}

.ug-single-tags {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	padding: 24px 54px 30px;
	border-top: 1px solid var(--ug-border);
	background: #fbfcfa;
}

.ug-single-tags > span {
	padding-top: 7px;
	color: var(--ug-muted);
	font-size: 14px;
	font-weight: 700;
}

.ug-single-tags > div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ug-single-tags a {
	display: inline-flex;
	padding: 6px 11px;
	border-radius: 999px;
	background: var(--ug-light-green);
	color: var(--ug-green-dark);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
}

.ug-single-tags a:hover {
	background: var(--ug-green);
	color: var(--ug-white);
}

/* Sidebar */

.ug-single-sidebar {
	position: sticky;
	top: 32px;
	display: grid;
	gap: 20px;
}

.admin-bar .ug-single-sidebar {
	top: 64px;
}

.ug-single-info-card,
.ug-single-service-card {
	padding: 25px;
	border-radius: 21px;
}

.ug-single-info-card {
	border: 1px solid var(--ug-border);
	background: var(--ug-white);
	box-shadow: 0 10px 28px rgba(15, 38, 56, 0.06);
}

.ug-single-info-card__icon {
	width: 49px;
	height: 49px;
	display: grid;
	place-items: center;
	margin-bottom: 17px;
	border-radius: 15px;
	background: var(--ug-light-green);
	color: var(--ug-green);
}

.ug-single-info-card__icon svg {
	width: 26px;
	height: 26px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ug-single-info-card > span,
.ug-single-service-card > span,
.ug-single-bottom-cta__inner > div:nth-child(2) > span {
	display: block;
	margin-bottom: 6px;
	color: var(--ug-green);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.ug-single-info-card h2,
.ug-single-service-card h2 {
	margin: 0 0 11px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
}

.ug-single-info-card p,
.ug-single-service-card p {
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 1.65;
}

.ug-single-info-card > a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--ug-green-dark);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.ug-single-info-card > a svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform 0.2s ease;
}

.ug-single-info-card > a:hover {
	color: var(--ug-orange-dark);
}

.ug-single-info-card > a:hover svg {
	transform: translateX(4px);
}

.ug-single-service-card {
	background: var(--ug-navy);
	color: var(--ug-white);
}

.ug-single-service-card > span {
	color: #aed9c7;
}

.ug-single-service-card h2,
.ug-single-service-card p {
	color: var(--ug-white);
}

.ug-single-service-card p {
	color: rgba(255, 255, 255, 0.82);
}

.ug-single-service-card__actions {
	display: grid;
	gap: 9px;
}

.ug-single-service-card__actions > * {
	max-width: 100%;
}

.ug-single-service-card__fallback {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 16px;
	border-radius: 11px;
	background: var(--ug-orange);
	color: var(--ug-white);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

/* Related posts */

.ug-single-related {
	padding: 78px 0 84px;
	background: var(--ug-white);
}

.ug-single-related__heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 30px;
}

.ug-single-related__heading span {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 7px;
	color: var(--ug-green);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ug-single-related__heading span::before {
	content: "";
	width: 29px;
	height: 3px;
	border-radius: 999px;
	background: var(--ug-orange);
}

.ug-single-related__heading h2 {
	margin: 0;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.3;
}

.ug-single-related__heading > a {
	color: var(--ug-green-dark);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.ug-single-related__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.ug-single-related-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--ug-border);
	border-radius: 21px;
	background: var(--ug-white);
	box-shadow: 0 10px 28px rgba(15, 38, 56, 0.06);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.ug-single-related-card:hover {
	transform: translateY(-5px);
	border-color: rgba(40, 122, 91, 0.35);
	box-shadow: 0 19px 40px rgba(15, 38, 56, 0.1);
}

.ug-single-related-card__media {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: linear-gradient(145deg, var(--ug-navy), var(--ug-deep-navy));
}

.ug-single-related-card__media img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.ug-single-related-card:hover .ug-single-related-card__media img {
	transform: scale(1.035);
}

.ug-single-related-card__placeholder {
	width: 100%;
	height: 100%;
	display: grid;
	place-items: center;
	color: rgba(255, 255, 255, 0.82);
}

.ug-single-related-card__placeholder svg {
	width: 52px;
	height: 52px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ug-single-related-card__body {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 22px;
}

.ug-single-related-card__category {
	margin-bottom: 8px;
	color: var(--ug-green);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.ug-single-related-card h3 {
	margin: 0 0 10px;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.4;
}

.ug-single-related-card h3 a {
	color: var(--ug-text);
	text-decoration: none;
}

.ug-single-related-card h3 a:hover {
	color: var(--ug-green-dark);
}

.ug-single-related-card p {
	flex: 1;
	margin: 0 0 18px;
	color: var(--ug-muted);
	font-size: 15px;
	line-height: 1.65;
}

.ug-single-related-card__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--ug-green-dark);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.ug-single-related-card__link svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* Bottom CTA */

.ug-single-bottom-cta {
	padding: 0 0 82px;
	background: var(--ug-white);
}

.ug-single-bottom-cta__inner {
	display: grid;
	grid-template-columns: 62px minmax(0, 1fr) auto;
	gap: 20px;
	align-items: center;
	padding: 27px 30px;
	border-radius: 22px;
	background: var(--ug-navy);
	color: var(--ug-white);
}

.ug-single-bottom-cta__icon {
	width: 62px;
	height: 62px;
	display: grid;
	place-items: center;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.1);
}

.ug-single-bottom-cta__icon svg {
	width: 33px;
	height: 33px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ug-single-bottom-cta__inner > div:nth-child(2) > span {
	color: #aed9c7;
}

.ug-single-bottom-cta h2 {
	margin: 0 0 5px;
	color: var(--ug-white);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
}

.ug-single-bottom-cta p {
	margin: 0;
	color: rgba(255, 255, 255, 0.8);
	font-size: 15px;
	line-height: 1.6;
}


.ug-single-bottom-cta__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 9px;
}

.ug-single-bottom-cta__fallback {
	min-height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	border-radius: 12px;
	background: var(--ug-orange);
	color: var(--ug-white);
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.ug-single-bottom-cta__fallback:hover {
	background: var(--ug-orange-dark);
	color: var(--ug-white);
}

.ug-single-post a:focus-visible {
	outline: 3px solid var(--ug-orange);
	outline-offset: 4px;
	border-radius: 7px;
}

/* Remove the default GeneratePress article/container layout. */
.ug-single-post-page .site.grid-container {
	max-width: none;
}

.ug-single-post-page .site-content {
	display: block;
	padding: 0;
}

.ug-single-post-page .content-area {
	width: 100%;
}

/* Tablet */

@media (max-width: 1024px) {
	.ug-single-layout {
		grid-template-columns: minmax(0, 820px);
		gap: 30px;
	}

	.ug-single-sidebar {
		position: static;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ug-single-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ug-single-bottom-cta__inner {
		grid-template-columns: 62px minmax(0, 1fr);
	}

	.ug-single-bottom-cta__actions {
		grid-column: 2;
		justify-content: flex-start;
	}
}

/* Mobile */

@media (max-width: 767px) {
	.ug-single-container {
		width: min(100% - 36px, 1180px);
	}

	.ug-single-hero {
		padding: 35px 0 90px;
	}

	.ug-single-breadcrumbs {
		margin-bottom: 27px;
	}

	.ug-single-hero h1 {
		font-size: 32px;
		line-height: 1.2;
	}

	.ug-single-hero__excerpt {
		font-size: 16px;
		line-height: 1.65;
	}

	.ug-single-featured-wrap {
		margin-top: -52px;
	}

	.ug-single-featured {
		aspect-ratio: 16 / 10;
		border-width: 5px;
		border-radius: 20px;
	}

	.ug-single-main {
		padding: 40px 0 58px;
	}

	.ug-single-article {
		border-radius: 19px;
	}

	.ug-single-content {
		padding: 28px 21px 33px;
		font-size: 16px;
		line-height: 1.75;
	}

	.ug-single-content h2 {
		margin-top: 38px;
		font-size: 25px;
	}

	.ug-single-content h3 {
		margin-top: 31px;
		font-size: 20px;
	}

	.ug-single-content table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}

	.ug-single-tags {
		grid-template-columns: 1fr;
		padding: 21px;
	}

	.ug-single-tags > span {
		padding-top: 0;
	}

	.ug-single-sidebar {
		grid-template-columns: 1fr;
	}

	.ug-single-info-card,
	.ug-single-service-card {
		padding: 22px 20px;
		border-radius: 18px;
	}

	.ug-single-related {
		padding: 57px 0 60px;
	}

	.ug-single-related__heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 13px;
	}

	.ug-single-related__grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.ug-single-related-card:hover {
		transform: none;
	}

	.ug-single-bottom-cta {
		padding-bottom: 60px;
	}

	.ug-single-bottom-cta__inner {
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 15px;
		padding: 22px 19px;
		border-radius: 19px;
	}

	.ug-single-bottom-cta__icon {
		width: 48px;
		height: 48px;
		border-radius: 14px;
	}

	.ug-single-bottom-cta__icon svg {
		width: 27px;
		height: 27px;
	}
	.ug-single-bottom-cta__actions {
		grid-column: 1 / -1;
		width: 100%;
		justify-content: stretch;
	}

	.ug-single-bottom-cta__actions > * {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ug-single-info-card > a svg,
	.ug-single-related-card,
	.ug-single-related-card__media img {
		transition: none;
	}
}

/* Article reader enhancements: progress, author, reviewer and smart contents */

.ug-reading-progress {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	width: 100%;
	height: 4px;
	pointer-events: none;
	background: rgba(242, 138, 46, 0.12);
}

.ug-reading-progress span {
	display: block;
	width: 0;
	height: 100%;
	border-radius: 0 999px 999px 0;
	background: linear-gradient(90deg, var(--ug-orange), #ffad55);
	box-shadow: 0 0 10px rgba(242, 138, 46, 0.35);
	transition: width 0.08s linear;
}

.admin-bar .ug-reading-progress {
	top: 32px;
}

.ug-single-byline {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 25px;
}

.ug-single-byline__avatar {
	flex: 0 0 46px;
	width: 46px;
	height: 46px;
	overflow: hidden;
	border: 2px solid rgba(255, 255, 255, 0.32);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
}

.ug-single-byline__avatar img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.ug-single-byline__text {
	display: grid;
	gap: 4px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 14px;
	line-height: 1.45;
}

.ug-single-byline__text a {
	color: var(--ug-white);
	font-weight: 700;
	text-decoration-color: rgba(255, 255, 255, 0.46);
	text-underline-offset: 3px;
}

.ug-single-byline__reviewed {
	color: rgba(255, 255, 255, 0.66);
	font-size: 13px;
}

.ug-single-meta {
	margin-top: 20px;
}

.ug-single-container--article {
	width: min(1480px, calc(100% - 40px));
}

.ug-single-layout {
	grid-template-columns: minmax(250px, 280px) minmax(0, 790px) minmax(250px, 290px);
	gap: 26px;
	justify-content: center;
}

.ug-single-content h2,
.ug-single-content h3,
.ug-single-content h4 {
	scroll-margin-top: 110px;
}

.ug-single-toc {
	position: sticky;
	top: 32px;
	min-width: 0;
}

.ug-single-toc__vertical-position {
	position: absolute;
	top: 14px;
	bottom: 14px;
	left: -18px;
	width: 4px;
	overflow: hidden;
	border-radius: 999px;
	background: var(--ug-cool);
	box-shadow: inset 0 0 0 1px rgba(15, 38, 56, 0.03);
}

.ug-single-toc__vertical-position span {
	display: block;
	width: 100%;
	height: 4%;
	border-radius: inherit;
	background: linear-gradient(180deg, var(--ug-green), var(--ug-orange));
	box-shadow: 0 0 9px rgba(242, 138, 46, 0.25);
	transition: height 0.25s ease;
}

.admin-bar .ug-single-toc {
	top: 64px;
}

.ug-single-toc__inner {
	padding: 22px 20px 18px;
	border: 1px solid var(--ug-border);
	border-radius: 19px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 10px 28px rgba(15, 38, 56, 0.055);
	backdrop-filter: blur(8px);
}

.ug-single-toc__eyebrow {
	display: block;
	margin-bottom: 5px;
	color: var(--ug-green);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ug-single-toc h2 {
	margin: 0 0 13px;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.3;
}

.ug-single-toc nav {
	max-height: calc(100vh - 205px);
	overflow: auto;
	padding-right: 3px;
	scrollbar-width: thin;
	scrollbar-color: #c8d4d6 transparent;
}

.ug-single-toc__list {
	display: grid;
	gap: 3px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ug-single-toc__list li {
	min-width: 0;
}

.ug-single-toc__list li.is-subheading a {
	padding-left: 23px;
	font-size: 12px;
	font-weight: 600;
}

.ug-single-toc__list a {
	position: relative;
	display: block;
	padding: 8px 9px 8px 13px;
	border-radius: 9px;
	color: #536167;
	font-size: 13px;
	font-weight: 650;
	line-height: 1.45;
	text-decoration: none;
	transition: color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.ug-single-toc__list a::before {
	content: "";
	position: absolute;
	top: 9px;
	bottom: 9px;
	left: 0;
	width: 3px;
	border-radius: 99px;
	background: transparent;
}

.ug-single-toc__list a:hover {
	color: var(--ug-green-dark);
	background: #f4f8f6;
}

.ug-single-toc__list a.is-active {
	color: var(--ug-deep-navy);
	background: var(--ug-light-green);
	transform: translateX(2px);
}

.ug-single-toc__list a.is-active::before {
	background: var(--ug-orange);
}

.ug-single-toc__position {
	height: 4px;
	margin-top: 16px;
	overflow: hidden;
	border-radius: 999px;
	background: var(--ug-cool);
}

.ug-single-toc__position span {
	display: block;
	width: 4%;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--ug-green), var(--ug-orange));
	transition: width 0.25s ease;
}

.ug-single-mobile-toc-wrap {
	display: none;
	margin-top: 22px;
}

.ug-single-mobile-toc {
	border: 1px solid var(--ug-border);
	border-radius: 18px;
	background: var(--ug-white);
	box-shadow: 0 10px 28px rgba(15, 38, 56, 0.06);
}

.ug-single-mobile-toc summary {
	position: relative;
	display: grid;
	gap: 3px;
	padding: 17px 48px 17px 18px;
	cursor: pointer;
	list-style: none;
}

.ug-single-mobile-toc summary::-webkit-details-marker {
	display: none;
}

.ug-single-mobile-toc summary::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 18px;
	width: 28px;
	height: 28px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--ug-light-green);
	color: var(--ug-green-dark);
	font-size: 20px;
	font-weight: 700;
	transform: translateY(-50%);
}

.ug-single-mobile-toc[open] summary::after {
	content: "−";
}

.ug-single-mobile-toc summary span {
	color: var(--ug-text);
	font-size: 15px;
	font-weight: 800;
}

.ug-single-mobile-toc summary small {
	overflow: hidden;
	color: var(--ug-muted);
	font-size: 12px;
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ug-single-mobile-toc nav {
	padding: 0 12px 14px;
	border-top: 1px solid var(--ug-border);
}

.ug-single-mobile-toc .ug-single-toc__list {
	padding-top: 10px;
}

.ug-single-author-card {
	padding: 24px;
	border: 1px solid var(--ug-border);
	border-radius: 21px;
	background: var(--ug-white);
	box-shadow: 0 10px 28px rgba(15, 38, 56, 0.06);
}

.ug-single-author-card__avatar {
	width: 72px;
	height: 72px;
	overflow: hidden;
	margin-bottom: 15px;
	border: 4px solid var(--ug-light-green);
	border-radius: 50%;
	background: var(--ug-cool);
}

.ug-single-author-card__avatar img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.ug-single-author-card > span {
	display: block;
	margin-bottom: 5px;
	color: var(--ug-green);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.ug-single-author-card h2 {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.3;
}

.ug-single-author-card > p {
	margin: 0;
	color: var(--ug-muted);
	font-size: 14px;
	line-height: 1.65;
}

.ug-single-author-card__review {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 11px;
	align-items: center;
	margin-top: 17px;
	padding-top: 16px;
	border-top: 1px solid var(--ug-border);
}

.ug-single-author-card__review > div {
	width: 42px;
	height: 42px;
	overflow: hidden;
	border-radius: 50%;
	background: var(--ug-cool);
}

.ug-single-author-card__review img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.ug-single-author-card__review p {
	display: grid;
	gap: 2px;
	margin: 0;
}

.ug-single-author-card__review small {
	color: var(--ug-muted);
	font-size: 11px;
}

.ug-single-author-card__review strong {
	font-size: 13px;
	line-height: 1.35;
}

@media (max-width: 1240px) {
	.ug-single-container--article {
		width: min(1180px, calc(100% - 48px));
	}

	.ug-single-layout {
		grid-template-columns: minmax(0, 820px) minmax(250px, 300px);
		gap: 38px;
	}

	.ug-single-toc {
		display: none;
	}

	.ug-single-mobile-toc-wrap:not([hidden]) {
		display: block;
	}
}

@media (max-width: 1024px) {
	.ug-single-layout {
		grid-template-columns: minmax(0, 820px);
		gap: 30px;
	}

	.ug-single-sidebar {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.ug-single-sidebar {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 782px) {
	.admin-bar .ug-reading-progress {
		top: 46px;
	}
}

@media (max-width: 767px) {
	.ug-single-container--article {
		width: min(100% - 36px, 1180px);
	}

	.ug-single-byline {
		align-items: flex-start;
	}

	.ug-single-byline__text {
		font-size: 13px;
	}

	.ug-single-meta {
		display: grid;
		gap: 10px;
	}

	.ug-single-mobile-toc-wrap {
		margin-top: 18px;
	}

	.ug-single-mobile-toc summary {
		padding: 15px 46px 15px 16px;
	}

	.ug-single-author-card {
		padding: 21px 19px;
		border-radius: 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ug-reading-progress span,
	.ug-single-toc__list a,
	.ug-single-toc__position span,
	.ug-single-toc__vertical-position span {
		transition: none;
	}
}
