.post-aside__card--text .post-aside__link {
	display: block;
	padding: 0.75rem 1rem;
	text-decoration: none;
	color: inherit;
}

.post-aside__card--text .post-aside__title {
	display: block;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.3;
}

.post-aside__card--text .post-aside__excerpt {
	display: -webkit-box;
	margin-top: 0.375rem;
	font-size: 0.8125rem;
	line-height: 1.4;
	opacity: 0.75;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.post-aside__card--text.current-post .post-aside__link {
	opacity: 0.85;
}

.post-aside--static .post-aside__scroll {
	max-height: none;
	overflow: visible;
	overscroll-behavior: auto;
	touch-action: auto;
}

.post-aside__scroll {
	max-height: 70vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
	touch-action: pan-y;
	position: relative;
}

.post-aside__sentinel {
	height: 1px;
	list-style: none;
	margin: 0;
	padding: 0;
	pointer-events: none;
}

.post-aside__loading {
	display: none;
	position: absolute;
	inset: 0;
	z-index: 2;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.post-aside__loading.is-visible {
	display: flex;
}

.post-aside__spinner {
	display: block;
	width: 40px;
	height: 40px;
	border: 3px solid rgba(255, 255, 255, 0.25);
	border-top-color: #fff;
	border-radius: 50%;
	animation: dkcc-spin 0.7s linear infinite;
}

@keyframes dkcc-spin {
	to {
		transform: rotate(360deg);
	}
}
