.tbz-lspb,
.tbz-lspb * {
	box-sizing: border-box;
}

.tbz-lspb {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 0;
	width: 100%;
}

.tbz-lspb__body {
	display: flex;
	flex-direction: column;
	gap: 0;
	width: 100%;
}

.tbz-lspb__top-meta {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 10px;
	min-width: 0;
}

.tbz-lspb__cats {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.tbz-lspb__cat {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	transition: opacity .2s ease, transform .2s ease;
}

.tbz-lspb__cat:hover {
	opacity: .9;
}

.tbz-lspb__cat--icon-after {
	flex-direction: row;
}

.tbz-lspb__cat-icon,
.tbz-lspb__cat-text {
	display: inline-flex;
	align-items: center;
	line-height: 1;
}

.tbz-lspb__cat-icon-img {
	display: block;
	width: 14px;
	height: 14px;
	object-fit: contain;
}

.tbz-lspb__title {
	margin: 0;
	padding: 0;
	line-height: 1.08;
}

.tbz-lspb__title a,
.tbz-lspb__title span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: inherit;
	text-decoration: none;
}

.tbz-lspb__excerpt {
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.tbz-lspb__divider {
	width: 100%;
	margin: 0;
	border: 0;
	border-top: 1px solid #EAEAEA;
}

.tbz-lspb__meta-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 14px;
	width: 100%;
}

.tbz-lspb__meta {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
	min-width: 0;
}

.tbz-lspb__author,
.tbz-lspb__date,
.tbz-lspb__read {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	line-height: 1.2;
	white-space: nowrap;
}

.tbz-lspb__author a {
	color: inherit;
	text-decoration: none;
}

.tbz-lspb__author-text {
	display: inline-flex;
	align-items: center;
	line-height: 1.2;
}

.tbz-lspb__by {
	display: inline;
}

.tbz-lspb__avatar {
	display: block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	object-fit: cover;
}

.tbz-lspb__meta-icon,
.tbz-lspb__meta-separator,
.tbz-lspb__btn-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	flex: 0 0 auto;
}

.tbz-lspb__meta-icon svg,
.tbz-lspb__meta-icon i,
.tbz-lspb__meta-separator svg,
.tbz-lspb__meta-separator i,
.tbz-lspb__btn-icon svg,
.tbz-lspb__btn-icon i {
	display: block;
	width: 1em;
	height: 1em;
	font-size: 1em;
}

.tbz-lspb__meta-separator {
	font-size: 5px;
	opacity: .55;
}

.tbz-lspb__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	line-height: 1;
	text-decoration: none;
	transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.tbz-lspb__btn:hover {
	transform: translateY(-1px);
}

.tbz-lspb__media {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0;
	line-height: 0;
	overflow: hidden;
}

.tbz-lspb__media-link {
	display: block;
	width: 100%;
	line-height: 0;
}

.tbz-lspb__img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	object-fit: cover;
	transition: transform .45s ease;
}

.tbz-lspb--image-ratio .tbz-lspb__media {
	aspect-ratio: var(--tbz-lspb-image-ratio);
}

.tbz-lspb--image-ratio .tbz-lspb__img,
.tbz-lspb--image-fixed .tbz-lspb__img {
	height: 100%;
	object-fit: cover;
}

.tbz-lspb:not(.tbz-lspb--no-image-zoom) .tbz-lspb__media:hover .tbz-lspb__img {
	transform: scale(1.035);
}

.tbz-lspb-editor-note {
	padding: 14px 16px;
	border: 1px solid #E5E7EB;
	border-radius: 10px;
	background: #FFFFFF;
	color: #374151;
	font-size: 13px;
	line-height: 1.45;
}

@media (max-width: 767px) {
	.tbz-lspb__meta-row {
		align-items: flex-start;
	}

	.tbz-lspb__meta {
		width: 100%;
	}
}
