/* Блок актёров/режиссёров на странице поста/фильма */
.lcab-post-cast {
	margin: 24px 0;
	padding: 16px 20px;
	background: #f8fafc;
	border-radius: 12px;
	border: 1px solid #e2e8f0;
}

/* Оформление для статьи (запись post) — карточка выше тегов и оценки */
.lcab-post-cast--article {
	margin: 28px 0 24px;
	padding: 0;
	background: #fff;
	border-radius: 16px;
	border: 1px solid #e5e7eb;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
	overflow: hidden;
}

.lcab-post-cast--article .lcab-post-cast__header {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 16px 20px;
	background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
	color: #f1f5f9;
}

.lcab-post-cast--article .lcab-post-cast__icon {
	font-size: 24px;
	line-height: 1;
}

.lcab-post-cast--article .lcab-post-cast__heading {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.lcab-post-cast--article .lcab-post-cast__body {
	padding: 20px;
}

.lcab-post-cast--article .lcab-post-cast__section {
	margin-bottom: 18px;
}

.lcab-post-cast--article .lcab-post-cast__section:last-child {
	margin-bottom: 0;
}

.lcab-post-cast--article .lcab-post-cast__title {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 700;
	color: #64748b;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.lcab-post-cast--article .lcab-post-cast__title-icon {
	font-size: 16px;
}

.lcab-post-cast--article .lcab-post-cast__list {
	gap: 8px 20px;
}

/* Список с фото актёров/режиссёров */
.lcab-post-cast__list--with-photos {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.lcab-post-cast__item-link {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	text-decoration: none;
	color: inherit;
	border-radius: 12px;
	padding: 6px 0;
	transition: background 0.2s;
}

.lcab-post-cast__item-link:hover {
	background: #f8fafc;
}

.lcab-post-cast__item-link:hover .lcab-post-cast__link {
	text-decoration: underline;
}

.lcab-post-cast__item-photo {
	flex-shrink: 0;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	overflow: hidden;
	background: #e2e8f0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lcab-post-cast__item-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.lcab-post-cast__item-placeholder {
	font-size: 24px;
	line-height: 1;
	opacity: 0.7;
}

.lcab-post-cast__item-text {
	display: inline;
	font-size: 15px;
	line-height: 1.5;
}

.lcab-post-cast--article .lcab-post-cast__item {
	font-size: 15px;
	line-height: 1.5;
}

.lcab-post-cast--article .lcab-post-cast__link {
	color: #0f172a;
}

.lcab-post-cast--article .lcab-post-cast__link:hover {
	color: #334155;
}

.lcab-post-cast__section {
	margin-bottom: 14px;
}

.lcab-post-cast__section:last-child {
	margin-bottom: 0;
}

.lcab-post-cast__header {
	display: none;
}

.lcab-post-cast__heading {
	margin: 0;
}

.lcab-post-cast__title {
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: 700;
	color: #475569;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.lcab-post-cast__title-icon {
	display: none;
}

.lcab-post-cast__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 16px;
}

.lcab-post-cast__item {
	margin: 0;
	font-size: 14px;
}

.lcab-post-cast__link {
	color: #0f172a;
	text-decoration: none;
	font-weight: 600;
}

.lcab-post-cast__link:hover {
	text-decoration: underline;
	color: #334155;
}

.lcab-post-cast__role {
	color: #64748b;
	font-weight: 400;
}
