/* Cortometrajes en ficha de artista */
.fm-artista-cortometrajes {
	margin: var(--wp--preset--spacing--60, 3rem) 0 0;
	padding-top: var(--wp--preset--spacing--50, 2rem);
	border-top: 1px solid color-mix(in srgb, currentColor 14%, transparent);
}

.fm-artista-cortometrajes__title {
	margin: 0 0 1.25rem;
	font-size: 1.35rem;
	font-weight: 700;
}

.fm-artista-cortometrajes__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 1rem;
}

@media (min-width: 600px) {
	.fm-artista-cortometrajes__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.fm-artista-cortometrajes__item {
	margin: 0;
}

.fm-artista-cortometrajes__link {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 0.75rem;
	border-radius: 8px;
	border: 1px solid color-mix(in srgb, currentColor 12%, transparent);
	background: color-mix(in srgb, currentColor 4%, transparent);
	text-decoration: none;
	color: inherit;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.fm-artista-cortometrajes__link:hover {
	border-color: color-mix(in srgb, currentColor 22%, transparent);
	box-shadow: 0 8px 24px color-mix(in srgb, currentColor 10%, transparent);
}

.fm-artista-cortometrajes__thumb {
	flex-shrink: 0;
	width: 120px;
	height: 68px;
	object-fit: cover;
	border-radius: 4px;
}

.fm-artista-cortometrajes__text {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	min-width: 0;
}

.fm-artista-cortometrajes__name {
	font-weight: 600;
	line-height: 1.25;
}

.fm-artista-cortometrajes__role {
	font-size: 0.9rem;
	font-weight: 500;
	opacity: 0.92;
}

.fm-artista-cortometrajes__year {
	font-size: 0.8rem;
	opacity: 0.75;
}

.fm-artista-cortometrajes-editor__hint {
	margin: 0;
	color: #555;
	font-size: 13px;
}
