.favorite-collections-container {
	display: flex;
	gap: 22px;
	flex-flow: wrap;
}

.favorite-collection {
	display: flex;
	flex-direction: column;
	padding-top: 276px;
	position: relative;
	height: 426px;
	width: 283px;
	font-family: 'Source Sans Pro';
	background: linear-gradient(180deg, #111630, #000000);
}

.favorite-collection h2 {
	padding: 0;
	margin: 0 42px 0 22px;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -0.01em;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 96px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.favorite-collection h3 {
	padding: 0;
	margin: 0 42px 56px 22px;
	color: #E9EAEC;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 63px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.favorite-collection .view-btn {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 12px 32px;
	background-color: #168728;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: -0.5px;
	cursor: pointer;
}

.favorite-collection img {
	position: absolute;
	width: 228px;
	object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.favorite-collection-viewer {
	width: 100%;
}

.favorite-posts-bar {
	min-height: 48px;
	width: 100%;
	display: flex;
	background: #E9EAEC;
	padding: 8px 16px;
}

.favorite-posts-bar .btn {
	display: flex;
	width: 32px;
	height: 32px;
	font-size: 20px;
	align-items: center;
	justify-content: center;
	color: #111630;
	cursor: pointer;
}

.favorite-posts-bar h2 {
	color: #111630;
	font-size: 24px;
	line-height: 32px;
	font-family: 'Source Sans Pro';
	margin: 0;
}

.favorite-posts-tab-bar {
	width: 100%;
	display: flex;
	padding: 24px 40px;
}

.favorite-posts-tab-bar .tab-btn {
	padding: 16px 24px 24px;
	font-family: 'Source Sans Pro';
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: -0.01em;
	color: #707383;
	border-bottom: solid 1px #707383;
	cursor: pointer;
}

.favorite-posts-tab-bar .tab-btn.active {
	color: #111630;
	border-bottom: solid 2px #E7B721;
}

.favorite-posts-tab-bar .tab-btn:hover {
	color: #111630;
	border-bottom: solid 2px #E7B721;
}

.favorite-posts-sort {
	display: flex;
	font-family: 'Source Sans Pro';
	font-size: 16px;
	line-height: 24px;
	color: #111630;
	padding: 16px 40px;
}

.sort-btn {
	width: 100px;
	position: relative;
	font-weight: 700;
	color: #111630;
	cursor: pointer;
}

.sort-btn i {
	font-size: 10px;
}

.sort-dropdown-content {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #FFFFFF;
	z-index: 9999;
}

.sort-dropdown-item {
	display: block;
}

.sort-dropdown-item:hover {
	background-color: #E9EAEC;
}

.favorite-posts-sort span {
	font-weight: 700;
	color: #458036;
}

.favorite-posts-container {
	height: 598px;
	padding: 0 40px;
	display: flex;
	flex-direction: column;
}

.favorite-post {
	height: 200px;
	width: 100%;
	display: flex;
	font-family: 'Source Sans Pro';
}

.favorite-post img {
	height: 200px !important;
	width: 172px;
	object-fit: cover;
	flex-shrink: 0;
	background: grey;
}

.favorite-post .favorite-post-content {
	width: 100%;
	padding: 32px 24px;
	display: flex;
	flex-direction: column;
	border: solid 1px #7073833d;
	border-left: none;
}

.favorite-post .favorite-post-content h1 {
	padding: 0;
	margin: 0;
	color: #707383;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.5px;
}

.favorite-post .favorite-post-content h2 {
	padding: 0;
	margin: 8px 0 16px 0;
	color: #111630;
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -0.01em;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 32px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.favorite-post .favorite-post-content h3 {
	padding: 0;
	margin: 0;
	color: #707383;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 66px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.favorite-post-action-bar {
	padding: 16px 0;
	display: flex;
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #111630;
	gap: 24px;
}

.favorite-post-action-bar .btn {
	display: flex;
	gap: 8px;
	align-items: center;
	cursor: pointer;
}