
.single-post .page-content__wrapper .elementor-widget-button {
	flex-shrink: 0;
}

.single-post .page-content.has-aside {
	display: flex;
}

.single-post .page-content.has-aside .page-content__aside {
	width: 250px;
	max-height: calc(100vh - 120px);
	margin-right: 20px;
	top: 100px;
    position: sticky;
	overflow-y: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	flex-direction: column;
    display: flex;
}

.single-post .page-content.has-aside .page-content__aside.reverse {
	flex-direction: column-reverse;
}

.single-post .page-content.has-aside .page-content__aside::-webkit-scrollbar {
  display: none;
}

.single-post .page-content.has-aside .page-content__aside ul {
	list-style-type: none;
    padding: 0;
	max-height: 260px;
	overflow-y: auto;
	scrollbar-color: #e1e1e1 #fff;
	scrollbar-width: thin;
}

.single-post .page-content.has-aside .page-content__aside ul:hover {
  scrollbar-width: thin;
}
.single-post .page-content.has-aside .page-content__aside ul::-webkit-scrollbar-track {
  border-radius: 12px;
}
.single-post .page-content.has-aside .page-content__aside ul::-webkit-scrollbar-thumb {
  border-radius: 12px;
}
.single-post .page-content.has-aside .page-content__aside ul::-webkit-scrollbar {
  border-radius: 12px;
  width: 8px;
  height: 8px;
}
.single-post .page-content.has-aside .page-content__aside ul::-webkit-scrollbar-thumb {
  border-radius: 12px;
}

.single-post .page-content.has-aside .anchor-navigation {
	margin-bottom: 20px;
}

.single-post .page-content.has-aside .page-content__wrapper {
	flex: 1;
}

.single-post .page-content.has-aside .anchor-navigation li {
	margin-bottom: 10px;
}

.single-post .page-content.has-aside .anchor-navigation li:last-child {
	margin-bottom: 0;
}

.single-post .page-content.has-aside .anchor-navigation a {
	text-decoration: none;
	color: #333;
	font-weight: 500;
    font-size: 15px;
	display: block;
	transition: all 0.25s;
	padding: 0 10px;
}

.single-post .page-content.has-aside .anchor-navigation a.active {
	color: #49a0ff;
}

.single-post .page-content.has-aside .anchor-navigation a:hover {
	background: #f7f7f7;
}

.single-post .page-content.has-aside .anchor-navigation__title {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #eeeff1;
}

.single-post .page-content.has-aside .banner-container {
	margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
	.single-post .page-content.has-aside {
		flex-direction: column;
	}
	
	.single-post .page-content.has-aside .page-content__aside {
		margin: 0;
		width: 100%;
		position: static;
	}
}
