.blog-list-page {
	max-width: 900px;
	flex: 1;
	margin: 0 auto;
}
.modal-body .ck-content.ck-editor__editable {
	max-height: 600px;
}
.blog-list-item {
	background-color: #ffffff;
	padding: 0.5rem 1rem 0.25rem;
}
.blog-list-item .dropdown-item:hover,
.blog-list-item .dropdown-item:focus {
	color: #000;
	background-color: #f2f4f5;
}
.blog-list-item button.icon {
	font-size: 14px;
}
.blog-credit {
	display: flex;
	align-items: center;
	font-size: 14px;
}
.blog-credit a {
	color: #444444;
}
.blog-avatar {
	border-radius: 24px;
	height: 36px;
	width: 36px;
	background-color: #f2f4f5;
	margin-right: 0.5rem;
}
.blog-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	background-color: #f2f4f5;
}
.comment-avatar {
	width: 32px;
	height: 32px;
	overflow: hidden;
	border-radius: 16px;
}
.blog-avatar a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	overflow: hidden;
	border-radius: 24px;
}
.comment-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-container {
	position: relative;
}
.blog-header {
	position: relative;
}
.blog-thumbnail {
	width: 100%;
	aspect-ratio: 600/314;
}
.blog-container hr {
	border-color: #a6a6a6;
}
.blog-thumbnail img {
	width: 100%;
	max-height: 100%;
	/* aspect-ratio: 3/2; */
	object-fit: cover;
	border-radius: 1rem;
}
.blog-body {
	position: relative;
	background-color: #ffffff;
	padding: 1rem 0;
	border-radius: 0.5rem;
	overflow: hidden;
	margin: 1rem auto 0;
}
.blog-body p {
	line-height: 1.65;
	margin-bottom: 1.6rem;
}
.blog-post h1.blog-title {
	position: relative;
	color: #3c3c3c;
	font-size: 3rem;
	line-height: 1;
	font-weight: 700;
	margin: 0.5rem auto;
	padding: 0 0 0.5rem;
}
.blog-post h1 {
	font-size: 1.6rem;
}
.blog-post h2 {
	margin-top: 0.5rem;
	font-size: 1.5rem;
}
.blog-post h3 {
	margin-top: 0.5rem;
	font-size: 1.4rem;
}
.blog-post h4 {
	margin-top: 0.5rem;
	font-size: 1.3rem;
}
.blog-post h5 {
	margin-top: 0.5rem;
	font-size: 1.2rem;
}
.blog-post h6 {
	margin-top: 0.5rem;
	font-size: 1.1rem;
}
.blog-post h2,
.blog-post h3,
.blog-post h4,
.blog-post h5,
.blog-post h6 {
	color: #444444;
	margin-bottom: 0.25rem;
}
.blog-post ul,
.blog-post ol {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.blog-post li p:only-child {
	margin: 0;
}
.icon {
	color: #0e1a1c;
	min-width: 32px;
	height: 32px;
	border-radius: 16px;
	background-color: transparent;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.icon span {
	display: inline-block;
	padding-left: 0.5rem;
	line-height: 1;
}
.icon:hover {
	background-color: #e2e7e9;
}
.icon:focus,
.icon:active {
	outline: none;
	background-color: rgba(0, 0, 0, 0.16);
}
hr.blog-divider {
	margin: 0;
	border: 0;
	background-color: transparent;
	border: 0;
	border-bottom: 0.0625rem rgba(0, 0, 0, 0.1);
}
.blog-author {
	margin-bottom: 1.25rem;
}
.blog-tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: end;
}
a.blog-tag {
	background-color: #e4e4e4;
	padding: 0.25rem 0.5rem;
	border-radius: 0.75rem;
	font-size: 0.75rem;
	color: #1b1c1f;
	text-decoration: none;
	cursor: pointer;
	margin: 0.25rem;
}
a.blog-tag:hover {
	background-color: #d4d4d4;
}
.blog-list-title h2 {
	font-weight: normal;
}
.blog-tag-filter {
	padding: 2px 8px;
	border-radius: 4px;
	background-color: #e4e4e4;
	margin-left: 4px;
	color: #626584;
}
.blog-footer {
	display: flex;
	align-items: center;
	justify-content: center;
}
.blog-footer .icon {
	height: auto;
	background-color: #f1f1f1;
	margin-right: 0.5rem;
	padding: 0.5rem 0.75rem;
	line-height: 1;
	font-size: 14px;
}
.blog-footer .icon:hover {
	background-color: #e2e7e9;
	color: #626584 !important;
}
.blog-comments {
	margin-bottom: -0.25rem;
	padding: 0.25rem 1rem;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	display: flex;
	flex-direction: column;
	background: #ffffff;
}
.blog-media .thumbimagecontainer {
	overflow: hidden;
}
textarea.blog-comments-input {
	width: 100%;
	padding: 0.5rem;
	border-radius: 0.5rem;
	border: 0.0625rem solid #e4e4e4;
	margin-top: 0.25rem;
	margin-bottom: 1rem;
	font-size: 14px;
	resize: none;
}
.blog-comment {
	margin: 8px 0;
}
.blog-comment-content {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #444444;
	margin-left: 24px;
	padding: 8px 12px;
	border-radius: 16px;
	background-color: #f2f4f5;
}
.blog-community {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.5rem;
}
.blog-community-img {
	width: 24px;
	height: 24px;
	border-radius: 23px;
	overflow: hidden;
	object-fit: contain;
	background-color: #f2f4f5;
}
.blog-community-name {
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 8px;
	color: #626584;
}
.blog-list-container {
	max-width: 1460px;
	margin: 0 auto;
	color: #000;
}
.blog-post {
	padding: 1rem 0 3rem;
}
.blog-form-container input.title-input {
	flex: 1;
	margin-left: 8px;
	padding: 4px 12px;
	border: 0.0625rem solid #e4e4e4;
	color: #353535;
	font-size: 16px;
}
.description-input {
	width: 100%;
	padding: 8px;
	min-height: 300px;
	border: 0.0625rem solid #e4e4e4;
	border-radius: 0.5rem;
	background: white;
}
.blog-form-avatar img {
	width: 46px;
	height: 46px;
	border-radius: 23px;
	overflow: hidden;
	background-color: #f2f4f5;
}
.feedupload .ck-content {
	height: 360px;
}
.feedupload .form-label {
	font-size: 16px;
	margin-bottom: 4px;
}
#thumbPreview {
	width: 100%;
	padding: 8px 0;
}
#thumbPreview img {
	width: 100%;
	height: 200px;
	object-fit: contain;
}
#thumbnailPicker {
	flex: 1;
}
.article-card {
	display: flex;
	margin: 0 0 3rem;
	border-radius: 16px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	overflow: hidden;
}
.article-thumbnail-wrap {
	width: 375px;
	height: 300px;
	overflow: hidden;
}
.article-thumbnail-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0;
}
.article-article {
	flex: 1;
	padding: 1rem;
	display: flex;
	flex-direction: column;
	box-shadow: -1px 0 4px rgba(50, 50, 50, 0.1);
}
.article-article h2 {
	font-size: 1.4rem;
	margin: 0;
}
.article-content {
	margin: 8px 0;
}
.author-row {
	display: flex;
	/* flex-wrap: wrap; */
	align-items: center;
}
.author-row img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #f2f4f5;
	margin-right: 8px;
	font-size: 14px;
}
.author-name {
	font-weight: 600;
	line-height: 1;
}
.author-row time {
	font-size: 14px;
	line-height: 1;
}
.blog-credit time span,
.author-row time span {
	text-transform: lowercase;
}
.blog-item-body,
.blog-item-body p {
	font-size: 14px;
}
.blog-item-body {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	line-clamp: 4;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	line-height: 20px;
	max-height: 120px;
}
.article-article a:hover {
	opacity: 0.66;
}
.blog-likes-btn.active,
.blog-likes {
	color: #6e72b4;
	font-weight: bold;
}
@media screen and (max-width: 991px) {
	.article-card {
		flex-direction: column;
	}
	.blog-tags {
		margin: 0.5rem 0;
	}
	.article-thumbnail-wrap {
		width: 100%;
		aspect-ratio: 600 / 314;
		height: auto;
	}
}
@media screen and (max-width: 1400px) {
	.blog-post h1.blog-title {
		font-size: 2.5rem;
	}
}
@media screen and (max-width: 1200px) {
	.blog-post h1.blog-title {
		font-size: 2rem;
	}
}
@media screen and (max-width: 575px) {
	.blog-body {
		box-shadow: none;
		padding: 1rem 0.25rem 0;
	}
	.blog-post h1.blog-title {
		font-size: 1.75rem;
	}
	.blog-list-item {
		padding: 0;
	}
	.blog-post h1.blog-title {
		padding: 1rem 0;
	}
	.blog-author {
		padding: 0;
	}
}
