/**
 * PSB-PORTAL-AUTH-FRONTEND-001 — recuperación contraseña front-end PSB.
 */

body.psb-pres-portal-shell .psb-pres-auth__card {
	max-width: 420px;
	margin: 0 auto;
	padding: 28px 28px 24px;
	border: 1px solid #e7e5e4;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 8px 32px rgba(28, 25, 23, 0.06);
}

body.psb-pres-portal-shell .psb-pres-auth__logo {
	margin-bottom: 20px;
	text-align: center;
}

body.psb-pres-portal-shell .psb-brand--auth .psb-brand__logo {
	display: block;
	max-height: 72px;
	max-width: 220px;
	width: auto;
	height: auto;
	margin: 0 auto;
	object-fit: contain;
}

body.psb-pres-portal-shell .psb-pres-auth__head {
	margin-bottom: 18px;
}

body.psb-pres-portal-shell .psb-pres-auth__title {
	margin: 0 0 8px;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.25;
	color: #1c1917;
	letter-spacing: -0.02em;
}

body.psb-pres-portal-shell .psb-pres-auth__sub {
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
	color: #57534e;
}

body.psb-pres-portal-shell .psb-pres-auth__msg {
	margin-bottom: 16px;
}

body.psb-pres-portal-shell .psb-pres-auth__actions-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 16px 0 0;
}

body.psb-pres-portal-shell .psb-pres-auth__actions-row .psb-pres-portal__btn {
	flex: 1 1 auto;
	justify-content: center;
	text-align: center;
}

@media (max-width: 767px) {
	body.psb-pres-portal-shell .psb-pres-auth__card {
		max-width: none;
		margin: 0;
		border-radius: 12px;
		padding: 22px 18px 20px;
	}

	body.psb-pres-portal-shell .psb-pres-auth__actions-row {
		flex-direction: column;
	}

	body.psb-pres-portal-shell .psb-pres-auth__actions-row .psb-pres-portal__btn {
		width: 100%;
	}
}
