.elementor-repeater-field-wrapper-f3eaeff6 {
	width: 100%;
	margin-bottom: 15px;
}

.repeater-row-f3eaeff6 {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	align-items: flex-end;
	margin-bottom: 10px;
	padding-bottom: 5px;
	/* Quitamos la barra separadora como solicitó el usuario */
	border-bottom: none;
}

.repeater-subfield-f3eaeff6 {
	display: flex;
	flex-direction: column;
	min-width: 120px;
	flex-grow: 1;
}

.repeater-subfield-f3eaeff6 label {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 6px;
	color: #333;
}

/* Ocultar etiquetas en las filas duplicadas si está activado */
.elementor-repeater-field-wrapper-f3eaeff6[data-hide-labels="yes"] .repeater-row-f3eaeff6:not(:first-child) .repeater-subfield-f3eaeff6 label {
	display: none;
}

/* Contenedor del botón de borrar alineado */
.repeater-delete-col-f3eaeff6 {
	display: flex;
	align-items: flex-end;
}

/* Botón de borrar estilizado de forma minimalista, sin fondo pesado */
.repeater-del-btn-f3eaeff6 {
	background: transparent;
	color: #d9534f;
	border: none;
	padding: 8px 12px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 500;
	transition: color 0.2s, opacity 0.2s;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.repeater-del-btn-f3eaeff6:hover {
	color: #c9302c;
	opacity: 0.9;
}

.repeater-del-btn-f3eaeff6 svg {
	fill: currentColor;
	width: 14px;
	height: 14px;
}

/* Contenedor de acciones del repetidor */
.repeater-actions-f3eaeff6 {
	margin-top: 15px;
}

/* Botón "Añadir persona" más pequeño, tipo outline y redondeado */
.repeater-actions-f3eaeff6 .repeater-add-btn-f3eaeff6 {
	background-color: transparent !important;
	border: 1px solid #1c4a7a !important;
	color: #1c4a7a !important;
	border-radius: 20px !important;
	padding: 6px 16px !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	line-height: 1.2;
}

.repeater-actions-f3eaeff6 .repeater-add-btn-f3eaeff6:hover {
	background-color: #1c4a7a !important;
	color: #ffffff !important;
}

/* Asegurar adaptabilidad en móviles */
@media (max-width: 767px) {
	.repeater-row-f3eaeff6 {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
	}
	.repeater-subfield-f3eaeff6 {
		width: 100% !important;
	}
	.repeater-delete-col-f3eaeff6 {
		justify-content: flex-end;
		margin-top: 5px;
	}
}
