.vvp-proyecto {
	max-width: 900px;
	margin: 0 auto;
}

.vvp-titulo {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 1em;
}

/* Imágenes insertadas por vosotras dentro del cuadro de texto enriquecido:
   que nunca se salgan del ancho disponible, y respetamos la alineación
   que elijáis desde el editor (izquierda/centro/derecha). */
.vvp-descripcion {
	margin-bottom: 2em;
	line-height: 1.6;
}

.vvp-descripcion img {
	max-width: 100%;
	height: auto;
}

.vvp-descripcion img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.vvp-descripcion img.alignleft {
	float: left;
	margin: 0.3em 1.5em 1em 0;
}

.vvp-descripcion img.alignright {
	float: right;
	margin: 0.3em 0 1em 1.5em;
}

.vvp-entidades-bloque {
	padding: 1em 0;
	margin-bottom: 1.5em;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

.vvp-entidades-titular {
	text-align: left;
	font-size: 1rem;
	font-weight: 700;
	margin: 0 0 0.75em;
}

.vvp-entidades {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.5em;
}

.vvp-entidad img {
	max-height: 70px;
	width: auto;
}

.vvp-actividades-titular {
	margin-bottom: 0.75em;
}

.vvp-actividades {
	margin-bottom: 2.5em;
}

/* --- Modo lista (vertical, sin plegar) --- */
.vvp-actividades--lista {
	display: flex;
	flex-direction: column;
	gap: 2.5em;
}

.vvp-actividades--lista .vvp-actividad-titulo {
	margin-bottom: 0.5em;
}

/* --- Modo acordeón (por defecto) --- */
.vvp-actividades--acordeon .vvp-actividad {
	border-bottom: 1px solid #e2e2e2;
}

.vvp-actividades--acordeon .vvp-actividad:first-child {
	border-top: 1px solid #e2e2e2;
}

.vvp-actividades--acordeon summary.vvp-actividad-titulo {
	cursor: pointer;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1em;
	padding: 1em 0;
	margin-bottom: 0;
	font-size: 1.15em;
	font-weight: 600;
}

.vvp-actividades--acordeon summary.vvp-actividad-titulo::-webkit-details-marker {
	display: none;
}

.vvp-actividades--acordeon summary.vvp-actividad-titulo::marker {
	content: "";
}

.vvp-actividades--acordeon summary.vvp-actividad-titulo::after {
	content: "+";
	flex-shrink: 0;
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1;
}

.vvp-actividades--acordeon details.vvp-actividad[open] summary.vvp-actividad-titulo::after {
	content: "\00d7"; /* × */
}

.vvp-actividades--acordeon .vvp-actividad-body {
	padding-bottom: 1.5em;
}

.vvp-actividad-texto {
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 1em;
}

.vvp-actividad-fotos {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75em;
}

.vvp-actividad-fotos img {
	width: 220px;
	height: 150px;
	object-fit: cover;
	border-radius: 4px;
}

.vvp-programas,
.vvp-prensa {
	margin-bottom: 2.5em;
}

.vvp-prensa-lista {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
}

.vvp-prensa-item img {
	width: 220px;
	height: 150px;
	object-fit: cover;
	border-radius: 4px;
	display: block;
	transition: opacity 0.15s ease;
}

.vvp-prensa-item a:hover img {
	opacity: 0.85;
}
