/**
 * PSB-PORTAL-PANEL-PRESUPUESTOS-CLIENTE-ESTADOS-Y-BLOQUEO-001
 * Identidad lateral: logo/foto más grande, sin círculo obligatorio; nombre con más jerarquía.
 * Scope: solo .psb-shell-rail__brand en portal cliente.
 */

body.psb-pres-portal-shell .psb-shell-rail__brand {
	padding: 1.45rem 1rem 1.35rem;
	border-bottom-color: #eceae8;
}

body.psb-pres-portal-shell .psb-shell-rail__brand .psb-shell-rail__brand-mark {
	padding: 0;
	border-radius: 0;
	background: transparent !important;
}

body.psb-pres-portal-shell .psb-shell-rail__brand-mark .psb-brand__link {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.85rem;
	padding: 0.15rem 0;
	text-decoration: none;
}

body.psb-pres-portal-shell .psb-shell-rail__brand .psb-brand--rail .psb-brand__logo {
	display: block;
	width: 100%;
	max-width: 168px;
	height: auto;
	max-height: 112px;
	margin: 0 auto;
	border-radius: 10px;
	object-fit: contain;
	object-position: center;
	flex-shrink: 0;
	background: #fafaf9;
	box-shadow: none;
	border: 1px solid rgba(28, 25, 23, 0.06);
	padding: 10px;
}

/* Foto/avatar casi cuadrada: radio suave, sin círculo forzado */
body.psb-pres-portal-shell .psb-shell-rail__brand .psb-brand--rail.psb-brand--avatar-foto .psb-brand__logo {
	width: 120px;
	height: 120px;
	max-width: 120px;
	max-height: 120px;
	object-fit: cover;
	padding: 0;
	background: #fff;
}

body.psb-pres-portal-shell .psb-shell-rail__brand .psb-brand--rail .psb-brand__text {
	display: block;
	width: 100%;
	min-width: 0;
	text-align: center;
}

body.psb-pres-portal-shell .psb-shell-rail__brand .psb-brand--rail .psb-brand__title {
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.28;
	letter-spacing: -0.025em;
	color: #1c1917;
	word-break: break-word;
	hyphens: auto;
}

body.psb-pres-portal-shell .psb-shell-rail__brand .psb-brand--rail .psb-brand__subtitle {
	margin-top: 0.25rem;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.35;
	color: #78716c;
}

@media (max-width: 767px) {
	body.psb-pres-portal-shell .psb-shell-rail__brand {
		padding: 1.2rem 0.85rem 1.1rem;
	}

	body.psb-pres-portal-shell .psb-shell-rail__brand .psb-brand--rail .psb-brand__logo {
		max-width: 140px;
		max-height: 96px;
	}

	body.psb-pres-portal-shell .psb-shell-rail__brand .psb-brand--rail.psb-brand--avatar-foto .psb-brand__logo {
		width: 96px;
		height: 96px;
		max-width: 96px;
		max-height: 96px;
	}

	body.psb-pres-portal-shell .psb-shell-rail__brand .psb-brand--rail .psb-brand__title {
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	body.psb-pres-portal-shell .psb-shell-rail__brand .psb-brand--rail .psb-brand__logo {
		max-width: 120px;
		max-height: 84px;
	}

	body.psb-pres-portal-shell .psb-shell-rail__brand .psb-brand--rail.psb-brand--avatar-foto .psb-brand__logo {
		width: 84px;
		height: 84px;
		max-width: 84px;
		max-height: 84px;
	}
}
