.ts-category-wrap,
.ts-meta-list {
	flex-wrap: wrap;
	display: flex;
}

.ts-meta-list,
.ts-meta-list ul {
	padding: 0;
	margin: 0;
}

.ts-category-list li:last-child::after,
.ts-meta-list.style-2 > li:last-child::after {
	display: none;
}

.ts-post-tags li,
.ts-separator {
	position: relative;
}

.ts-meta-list svg,
.ts-post-paginate svg {
	width: 1em;
	height: 1em;
}

.ts-separator::after {
	content: attr(data-separator);
	display: inline-block;
	margin-inline-start: 12px;
	font-size: 16px;
}

.ts-meta-list {
	gap: 15px;
}

.ts-meta-list path {
	transition: 0.3s;
}

.ts-category-list {
	gap: 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.ts-meta-list .ts-btn-default {
	padding: 0;
	border: none;
}

.ts-meta-list.style-1 li,
.ts-meta-list.style-1 li a {
	color: #1c1d20;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
}

.ts-meta-list.style-1 li a:hover {
	color: var(--ts-color-theme-primary);
}

.ts-meta-list li {
	display: flex;
	align-items: center;
}

.ts-meta-list i,
.ts-meta-list svg {
	margin-right: 5px;
}

.ts-meta-list.style-2 {
	gap: 10px 50px;
	align-items: center;
}

.ts-meta-list.style-2 > li {
	align-items: flex-start;
	flex-direction: column;
	position: relative;
}

.ts-meta-list.style-2 > li::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background-color: #efefef;
	inset-inline-end: -25px;
	top: 50%;
	transform: translateY(-50%);
}

.ts-meta-list.style-2 .ts-author-wrap {
	flex-direction: row;
	align-items: center;
}

.ts-meta-list.style-2 .ts-author-img {
	margin-inline-end: 15px;
}

.ts-meta-list.style-2 li .label {
	color: #555;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
	text-transform: capitalize;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
}

.ts-meta-date,
.ts-meta-list.style-2 li a,
.ts-meta-view {
	color: #1c1d20;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	text-transform: capitalize;
}

.ts-meta-list.style-2 li a:hover,
.ts-post-tags li a:hover {
	color: #f0b849;
}

.ts-meta-list.style-2 .ts-author-img img {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.ts-meta-list.style-2 .ts-meta-view {
	display: flex;
}

.ts-post-tags {
	gap: 6px 12px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.ts-post-tags li::after {
	content: attr(data-separator);
	display: inline-block;
	font-size: 16px;
	position: absolute;
	top: 0;
	inset-inline-end: -5px;
}

.ts-post-tags li:last-child::after {
	display: none;
}

.ts-post-tags li a {
	display: inline-block;
	text-transform: capitalize;
	transition: 0.3s;
	font-weight: 500;
	border: none;
	padding: 0;
}

.ts-post-paginate {
	width: 100%;
	display: grid;
	align-items: center;
	grid-template-columns: 1fr 1fr;
}

.ts-post-paginate a {
	color: #1c1d20;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.ts-post-paginate a .title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}
.ts-post-paginate a * {
	transition: 0.3s;
}

.ts-post-paginate a .next-prev {
	gap: 10px;
	align-items: center;
	display: inline-flex;
}

.ts-post-paginate .title {
	font-size: 18px;
	margin-bottom: 20px;
}

.ts-post-paginate .post-next a {
	text-align: end;
	align-items: end;
}

.layout-2.ts-post-paginate a {
	flex-direction: row;
	align-items: center;
	border: 1px solid;
	height: 200px;
	width: 200px;
	border-radius: 100%;
}

@media (max-width: 767px) {
	.ts-post-paginate {
		grid-template-columns: 1fr;
	}
	.ts-post-paginate .post-next {
		text-align: start;
	}
}
