.ft1-single {
	width: 100%;
	margin: 0;
}

.ft1-single__back {
	display: inline-block;
	margin-bottom: 1.5rem;
	color: #64748b;
	text-decoration: none;
	font-size: 0.9rem;
}

.ft1-single__back:hover {
	color: #1a5f4a;
}

.ft1-single__hero {
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 2rem;
	align-items: start;
}

@media (max-width: 640px) {
	.ft1-single__hero {
		grid-template-columns: 1fr;
	}
}

.ft1-single__photo {
	border-radius: 12px;
	overflow: hidden;
	aspect-ratio: 1;
	background: #f1f5f9;
}

.ft1-single__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.ft1-single__placeholder {
	width: 100%;
	height: 100%;
	min-height: 280px;
	background: linear-gradient(135deg, #e2e8f0, #cbd5e1);
}

.ft1-single__legal {
	margin: 0 0 0.5rem;
	color: #64748b;
	font-size: 0.95rem;
}

.ft1-single__categoria {
	margin: 0 0 1rem;
	color: #1a5f4a;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ft1-single__topics-title {
	margin: 0 0 0.65rem;
	font-size: 1rem;
}

.ft1-single__temas {
	list-style: none;
	margin: 0 0 1rem;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.ft1-single__temas li {
	font-size: 0.8rem;
	padding: 0.25rem 0.65rem;
	background: #ecfdf5;
	color: #065f46;
	border-radius: 999px;
}

.ft1-single__fav {
	position: static;
	width: auto;
	height: auto;
	padding: 0.5rem 1rem;
	border-radius: 8px;
	display: inline-flex;
	gap: 0.4rem;
	font-size: 0.9rem;
}

.ft1-single__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	margin-top: 1.25rem;
}

.ft1-contact-button--single {
	min-height: 2.25rem;
	padding-right: 1.15rem;
	padding-left: 1.15rem;
}

.ft1-single__section {
	margin-top: 2.5rem;
}

.ft1-single__section h2 {
	margin: 0 0 1rem;
	font-size: 1.25rem;
}

.ft1-single__cv {
	line-height: 1.7;
	color: #334155;
}

.ft1-single__video-wrap {
	max-width: 100%;
}

.ft1-single__video-section .ft1-single__video-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-radius: 12px;
	background: #000;
}

.ft1-single__video-section .ft1-single__video-wrap iframe,
.ft1-single__video-section iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.ft1-single__video-section > iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 12px;
}
