/*
 # ########*###########################
 Autor: José Luis Rodriguez
 Mail: jrodriguez@bincodex.com
 Web: https://bincodex.com
 Fecha: 2026-08-12 11:30:00
 Archivo: 05-actualizacion.css
 Codificación: UTF-8
 ####################################
 */

.form-section-title {
	margin: 40px 0 15px;
	padding-bottom: 10px;
	border-bottom: 2px solid #f5a623;
	color: #333;
	font-size: 1.25em;
}

.rep-aviso {
	border-left: 4px solid #f97316;
	background: #fffbeb;
	border-radius: 12px;
	padding: 16px 20px;
	margin: 20px 0;
	color: #92400e;
	font-size: 0.95em;
}

.rep-aviso ul {
	margin: 10px 0 0 18px;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.rep-lista {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 14px;
}

.rep-bloque {
	position: relative;
	border: 1px dashed #cbd5e1;
	border-radius: 14px;
	padding: 24px 20px 20px;
	background: #f8fafc;
	margin: 0;
}

.rep-bloque .grid-afl {
	gap: 16px;
}

.form-save textarea {
	width: 100%;
	height: auto;
	min-height: 150px;
	max-height: 320px;
	border: 1px solid #ddd;
	border-radius: 14px;
	padding: 14px 20px;
	font-size: 15px;
	font-family: inherit;
	line-height: 1.5;
	color: #333;
	background: #fff;
	resize: vertical;
}

.form-save textarea:focus {
	outline: none;
	border-color: var(--color-claro);
	box-shadow: 0 0 0 4px rgba(245,130,62,.15);
}

.rep-del {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #fff;
	border: 1px solid #fecaca;
	color: #dc2626;
	border-radius: 8px;
	width: auto;
	height: auto;
	padding: 4px 10px;
	font-size: 13px;
	cursor: pointer;
	line-height: 1.4;
}

.rep-del:hover {
	background: #fef2f2;
}

.rep-acciones {
	margin: 0 0 10px;
}

.rep-add {
	background: #fff;
	border: 2px dashed #cbd5e1;
	border-radius: 12px;
	color: #475569;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 16px;
	cursor: pointer;
	width: auto;
	height: auto;
}

.rep-add:hover {
	border-color: #f5a623;
	color: #f5a623;
}