/**
 * PSB-PORTAL-FORMS-UNIFICACION-004 — tarjeta común formulario + precio/resumen.
 */

/* Gran tarjeta: formulario y columna derecha comparten fondo */
body.psb-pres-portal-shell .psb-pres-panel__unified-card {
	border: 1px solid #e7e5e4;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 2px 16px rgba(28, 25, 23, 0.05);
	padding: 1rem 1.1rem 1.15rem;
}

body.psb-pres-portal-shell .psb-pres-panel__unified-card .psb-config-visual-shell {
	min-width: 0;
}

body.psb-pres-portal-shell .psb-pres-panel__unified-card .psb-config-visual-shell__layout {
	border-top: none;
	padding-top: 0;
}

/* Divisor sutil entre formulario y precio dentro de la misma tarjeta */
@media (min-width: 768px) {
	body.psb-pres-portal-shell .psb-pres-panel__unified-card .psb-config-visual-shell__price-zone {
		border-left: 1px solid #f0f0ee;
		padding-left: 1.15rem;
		margin-left: 0;
	}

	body.psb-pres-portal-shell .psb-pres-panel__unified-card .psb-config-visual-shell__config-zone {
		padding-right: 0.25rem;
	}
}

/* Etiqueta contextual del proceso en columna derecha */
body.psb-pres-portal-shell .psb-pres-col-operativa__proceso {
	margin: 0 0 0.65rem;
	font-size: 11px;
	font-weight: 650;
	line-height: 1.3;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #78716c;
}

/* Precio dentro de tarjeta común: evitar doble caja pesada */
body.psb-pres-portal-shell .psb-pres-panel__unified-card .psb-config-price-panel .psb-pres-live-price {
	border: none;
	box-shadow: none;
	background: transparent;
	padding: 0;
}

body.psb-pres-portal-shell .psb-pres-panel__unified-card .psb-config-price-panel .psb-pres-trabajo-col-resumen,
body.psb-pres-portal-shell .psb-pres-panel__unified-card .psb-config-price-panel .psb-config-resumen {
	background: #fafaf9;
}

/* Rail CRM: grupos Portal / Acabados */
body.psb-pres-portal-shell .psb-pres-rail-d1d__nav-group {
	margin-bottom: 0.65rem;
}

body.psb-pres-portal-shell .psb-pres-rail-d1d__nav-group:last-child {
	margin-bottom: 0;
}

body.psb-pres-portal-shell .psb-pres-rail-d1d__nav-group-label {
	margin: 0 0 0.35rem;
	padding: 0 0.35rem;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #a8a29e;
}

body.psb-pres-portal-shell .psb-pres-rail-d1d--premium .psb-pres-rail-d1d__link--current {
	background: #f0fdfa !important;
	border-color: #ccfbf1 !important;
	color: #134e4a !important;
	box-shadow: 0 1px 4px rgba(15, 118, 110, 0.08) !important;
}

@media (max-width: 767px) {
	body.psb-pres-portal-shell .psb-pres-panel__unified-card .psb-config-visual-shell__price-zone {
		border-left: none;
		padding-left: 0;
		border-top: 1px solid #f0f0ee;
		padding-top: 1rem;
		margin-top: 0.25rem;
	}
}
