/* Formularios RAP - estilos de "Mi cuenta" */

.rap-list th,
.rap-list td { vertical-align: middle; }

.rap-badge {
	display: inline-block;
	padding: 2px 10px;
	border-radius: 999px;
	font-size: 0.82em;
	font-weight: 600;
	line-height: 1.6;
}
.rap-badge--ok      { background: #e3f5e7; color: #1a7a33; }
.rap-badge--pending { background: #fdf1d6; color: #8a5a00; }

.rap-summary {
	background: #f6f7f9;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	padding: 12px 16px;
	margin: 0 0 20px;
}
.rap-summary ul { margin: 8px 0 0; padding-left: 20px; }

.rap-locked {
	background: #fdf1d6;
	border: 1px solid #f0d089;
	border-radius: 8px;
	padding: 12px 16px;
	margin: 0 0 20px;
	color: #8a5a00;
}

.rap-section {
	margin: 28px 0 10px;
	padding-bottom: 6px;
	border-bottom: 2px solid #e4e7ec;
	font-size: 1.05em;
}

.rap-field {
	display: flex;
	flex-direction: column;
	margin: 0 0 16px;
}
.rap-field label { font-weight: 600; margin-bottom: 6px; }
.rap-field input,
.rap-field select,
.rap-field textarea {
	padding: 10px 12px;
	border: 1px solid #cfd4dc;
	border-radius: 6px;
	max-width: 520px;
	font-size: 1em;
}
.rap-field input:disabled,
.rap-field select:disabled,
.rap-field textarea:disabled {
	background: #f2f4f7;
	color: #667085;
}
.rap-req { color: #b32d2e; }

/* Botón de ayuda con tooltip */
.rap-tip {
	position: relative;
	display: inline-block;
	margin-left: 8px;
	font-size: 0.82em;
	font-weight: 600;
	color: #1c4e8a;
	cursor: help;
	text-decoration: underline dotted;
}
.rap-tip__box {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 20;
	width: min(360px, 80vw);
	margin-top: 6px;
	padding: 10px 12px;
	background: #1f2937;
	color: #fff;
	border-radius: 6px;
	font-weight: 400;
	font-size: 0.92em;
	line-height: 1.4;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.rap-tip:hover .rap-tip__box,
.rap-tip:focus .rap-tip__box { display: block; }
.rap-tip__text { display: block; }
.rap-tip__img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-top: 8px;
	border-radius: 4px;
}
.rap-help {
	margin-top: 4px;
	font-size: 0.85em;
	color: #667085;
	max-width: 520px;
}

.rap-info {
	background: #eef6ff;
	border: 1px solid #cfe2fb;
	border-radius: 8px;
	padding: 12px 16px;
	margin: 0 0 16px;
}
.rap-info a { font-weight: 600; }

.rap-reset-form { margin: 0 0 20px; }
.rap-reset { background: #f2f4f7 !important; color: #b32d2e !important; }

.rap-consent { margin: 20px 0; }
.rap-consent label { display: flex; gap: 8px; align-items: flex-start; font-weight: 400; }

.rap-submit { margin-top: 8px; }
.rap-form--locked .rap-consent,
.rap-form--locked .rap-submit { display: none; }
