/**
 * PSB-PORTAL-FORMS-UNIFICACION-002 — elevar resto de formularios hacia patrón Plastificados.
 * Plastificados permanece en psb-pres-config-visual.css bajo .psb-config-visual-shell (protegido).
 */

/* —— Tarjeta formulario central: presencia de producto —— */
body.psb-pres-portal-shell .psb-pres-panel__grid--shell3:not(.psb-pres-panel__grid--visual-inner) .psb-pres-panel__form-card {
	border: 1px solid #e7e5e4;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 2px 14px rgba(28, 25, 23, 0.05);
	padding: 1rem 1.1rem 1.15rem;
}

body.psb-pres-portal-shell .psb-pres-panel__grid--shell3:not(.psb-pres-panel__grid--visual-inner) .psb-pres-form2026 {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

/* —— Secciones: heredan homologacion-003 —— */
body.psb-pres-portal-shell .psb-pres-panel__grid--shell3:not(.psb-pres-panel__grid--visual-inner) .psb-pres-form2026 .psb-config-section {
	margin-bottom: 0;
	overflow: visible;
}

/* —— Columna derecha externa: panel precio tipo Plastificados —— */
body.psb-pres-portal-shell .psb-pres-panel__grid--shell3:not(.psb-pres-panel__grid--visual-inner) > .psb-pres-panel__aside .psb-pres-col-operativa {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

body.psb-pres-portal-shell .psb-pres-panel__grid--shell3:not(.psb-pres-panel__grid--visual-inner) > .psb-pres-panel__aside .psb-pres-live-price {
	margin: 0;
	border-radius: 12px;
	border: 1px solid #d6d3d1;
	background: linear-gradient(180deg, #fafaf9 0%, #fff 100%);
	box-shadow: 0 4px 20px rgba(28, 25, 23, 0.06);
	padding: 1.25rem 1.15rem 1.1rem;
}

body.psb-pres-portal-shell .psb-pres-panel__grid--shell3:not(.psb-pres-panel__grid--visual-inner) > .psb-pres-panel__aside .psb-pres-live-price__amount {
	font-size: clamp(1.75rem, 2.5vw, 2.2rem);
}

body.psb-pres-portal-shell .psb-pres-panel__grid--shell3:not(.psb-pres-panel__grid--visual-inner) > .psb-pres-panel__aside .psb-pres-trabajo-col-resumen,
body.psb-pres-portal-shell .psb-pres-panel__grid--shell3:not(.psb-pres-panel__grid--visual-inner) > .psb-pres-panel__aside .psb-config-resumen {
	border: 1px solid #e7e5e4;
	border-radius: 12px;
	background: #fafaf9;
	padding: 0.85rem 0.95rem;
}

/* —— Plastificados protegido: sin overrides —— */
body.psb-pres-portal-shell .psb-pres-form-card--canon-protected.psb-pres-panel__form-card:not(.psb-pres-panel__unified-card) {
	box-shadow: none;
	padding: 0;
	border: none;
	background: transparent;
}
