/* Examen Online — subiecte + recuperare v1.2.0 */

[hidden] { display: none !important; }

/* ------------------------------------------------------ Anunțul */
.exsub-notice {
	background: #fdf3d8;
	border: 1px solid #e6c765;
	border-left: 4px solid #b8860b;
	border-radius: 8px;
	padding: 22px 26px;
	margin: 0 0 22px;
	color: #4a3a08;
}

.exsub-notice-title {
	margin: 0 0 12px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 21px;
	color: #6b5310;
}

.exsub-notice p { margin: 0 0 10px; font-size: 16px; line-height: 1.6; }
.exsub-notice p:last-child { margin-bottom: 0; }

.exsub-ro {
	font-size: 14px !important;
	color: #5a6572;
	border-top: 1px solid rgba(0,0,0,.08);
	padding-top: 10px;
	margin-top: 12px !important;
}


/* --------------------------------- BUTONUL MARE DE RECUPERARE */
.exsub-hero {
	text-align: center;
	padding: 10px 0 26px;
}

.exsub-hero-btn {
	display: inline-block;
	width: 100%;
	max-width: 620px;
	padding: 26px 30px;
	font: inherit;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
	background: #1f3f63;
	border: 0;
	border-radius: 12px;
	cursor: pointer;
	box-shadow: 0 4px 16px rgba(31, 63, 99, .3);
}

.exsub-hero-btn:hover { background: #16304c; }
.exsub-hero-btn:active { transform: translateY(1px); }
.exsub-hero-btn:focus-visible { outline: 4px solid rgba(31,63,99,.35); outline-offset: 3px; }

.exsub-hero-sub {
	margin: 10px 0 0;
	font-size: 16px;
	font-weight: 600;
	color: #1f3f63;
}

.exsub-hero-hint {
	margin: 6px 0 0;
	font-size: 13px;
	color: #5a6572;
}

/* ------------------------------- Rezultatul recuperării */
.exsub-result {
	border-radius: 8px;
	padding: 24px 26px;
	margin: 0 0 22px;
}

.exsub-result-ok {
	background: #f0f7f2;
	border: 1px solid #1a6b3c;
	border-left: 4px solid #1a6b3c;
	color: #14532d;
}

.exsub-result-warn {
	background: #fdf3d8;
	border: 1px solid #e6c765;
	border-left: 4px solid #b8860b;
	color: #4a3a08;
}

.exsub-result-flag {
	margin: 0 0 6px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.exsub-result-title {
	margin: 0 0 12px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 23px;
}

.exsub-result p { font-size: 16px; line-height: 1.6; margin: 0 0 10px; }
.exsub-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; margin-top: 18px; }
.exsub-field { margin: 0 0 14px; }
.exsub-field label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 5px; color: #14532d; }
.exsub-req { color: #a42323; }
.exsub-field-dosar input { max-width: 320px; }

.exsub-result input[type="text"],
.exsub-result input[type="email"] {
	width: 100%;
	padding: 10px 12px;
	font: inherit;
	font-size: 16px;
	background: #fff;
	border: 1px solid #c3d9c9;
	border-radius: 6px;
	color: #1d2833;
}

.exsub-rec-q { margin: 18px 0 0; }
.exsub-rec-q .exon-eyebrow { color: #1a6b3c; margin-bottom: 6px; }
.exsub-result-warn .exsub-ro { color: #6b5310; }

.exsub-answer {
	width: 100%;
	padding: 12px 14px;
	font: inherit;
	font-size: 15px;
	line-height: 1.6;
	background: #fff;
	border: 1px solid #c3d9c9;
	border-radius: 6px;
	color: #1d2833;
	resize: vertical;
}

.exsub-count { margin: 6px 0 0; font-size: 13px; color: #4b6b57; }
.exsub-count-empty { color: #a42323; }

.exsub-status { min-height: 22px; margin: 12px 0 0; font-size: 15px; text-align: center; }
.exsub-error { color: #a42323; font-weight: 600; }

.exsub-link {
	background: none;
	border: 0;
	padding: 0;
	font: inherit;
	font-weight: 700;
	color: #1a6b3c;
	text-decoration: underline;
	cursor: pointer;
}

/* ------------------------------------------- Calea pe email */
.exsub-mail {
	background: #fff;
	border: 1px solid #d7dee6;
	border-radius: 8px;
	padding: 22px 26px;
	margin: 0 0 22px;
}

.exsub-mail-title { margin: 0 0 12px; font-family: Georgia, serif; font-size: 21px; color: #16304c; }
.exsub-mail p { font-size: 16px; line-height: 1.6; margin: 0 0 10px; }

/* ------------------------------------------------- Butoane */
.exsub-cta { text-align: center; margin: 18px 0 6px !important; }

.exsub-btn {
	display: inline-block;
	padding: 15px 40px;
	font: inherit;
	font-size: 17px;
	font-weight: 700;
	color: #fff !important;
	background: #1f3f63;
	border: 0;
	border-radius: 8px;
	text-decoration: none;
	cursor: pointer;
	min-height: 48px;
}

.exsub-btn:hover { background: #16304c; }
.exsub-btn:disabled { opacity: .55; cursor: default; }

.exsub-result .exsub-btn { background: #1a6b3c; }
.exsub-result .exsub-btn:hover { background: #14532d; }

.exsub-btn-ghost {
	background: transparent;
	color: #1f3f63 !important;
	border: 1px solid #c6d0da;
	font-weight: 600;
}
.exsub-btn-ghost:hover { background: #f2f4f7; color: #16304c !important; }

.exsub-hint { text-align: center; font-size: 13px !important; color: #5a6572; margin: 10px 0 0 !important; }
.exsub-footer-cta { text-align: center; }

@media (max-width: 640px) {
	.exsub-notice, .exsub-result, .exsub-mail { padding: 18px 16px; }
	.exsub-hero-btn { font-size: 19px; padding: 22px 16px; }
	.exsub-fields { grid-template-columns: 1fr; }
	.exsub-btn { display: block; width: 100%; padding: 15px 10px; }
	.exsub-field-dosar input { max-width: 100%; }
}
