/**
 * PSB-PORTAL-CLIENTE-SHELL-UNIFICACION-005 — pick proceso + panel cliente homogéneo.
 */

/* Pantalla «Añadir proceso al trabajo» */
body.psb-pres-portal-shell .psb-pres-trabajo-pick-screen__card {
	padding: 1.15rem 1.25rem 1.25rem;
}

body.psb-pres-portal-shell .psb-pres-trabajo-pick-screen__header {
	margin-bottom: 1rem;
}

body.psb-pres-portal-shell .psb-pres-trabajo-pick-screen__header-top {
	margin-bottom: 0.35rem;
}

body.psb-pres-portal-shell .psb-pres-trabajo-pick-screen__back {
	font-size: 13px;
	font-weight: 600;
	color: #57534e;
	text-decoration: none;
}

body.psb-pres-portal-shell .psb-pres-trabajo-pick-screen__back:hover,
body.psb-pres-portal-shell .psb-pres-trabajo-pick-screen__back:focus {
	color: #1c1917;
	text-decoration: underline;
}

body.psb-pres-portal-shell .psb-pres-trabajo-pick-screen__title {
	margin: 0;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.25;
	color: #1c1917;
	letter-spacing: -0.02em;
}

body.psb-pres-portal-shell .psb-pres-trabajo-pick-screen__trabajo {
	margin: 0.35rem 0 0;
	font-size: 15px;
	line-height: 1.4;
	color: #57534e;
}

body.psb-pres-portal-shell .psb-pres-trabajo-pick-screen__shared {
	margin-bottom: 0.75rem;
}

body.psb-pres-portal-shell .psb-pres-trabajo-pick-screen__shared-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.5rem;
}

@media (min-width: 480px) {
	body.psb-pres-portal-shell .psb-pres-trabajo-pick-screen__shared-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

body.psb-pres-portal-shell .psb-pres-trabajo-pick-screen__shared-list li {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	padding: 0.55rem 0.65rem;
	border-radius: 8px;
	background: #fafaf9;
	border: 1px solid #f5f5f4;
}

body.psb-pres-portal-shell .psb-pres-trabajo-pick-screen__shared-k {
	font-size: 11px;
	font-weight: 650;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #a8a29e;
}

body.psb-pres-portal-shell .psb-pres-trabajo-pick-screen__footer {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 1.15rem;
	padding-top: 1rem;
	border-top: 1px solid #f5f5f4;
}

body.psb-pres-portal-shell .psb-pres-trabajo-pick-screen__selector .psb-config-section__body {
	padding-top: 0.15rem;
}

/* Badge Disponible — distinto de «en uso» */
body.psb-pres-portal-shell .psb-pres-trabajo-pick-card--libre .psb-pres-trabajo-pick-card__badge {
	background: #ecfdf5;
	color: #047857;
	border-color: #a7f3d0;
}

/* Vista trabajo en shell unificado */
body.psb-pres-portal-shell .psb-pres-trabajo-vista-screen__card {
	padding: 1.15rem 1.25rem 1.25rem;
}

body.psb-pres-portal-shell .psb-pres-trabajo-vista-screen__card .psb-pres-trabajo-vista__hero {
	margin-top: 0;
}

/* Panel principal — tarjeta unificada */
body.psb-pres-portal-shell .psb-pres-panel--home .psb-pres-panel__unified-card {
	padding: 1.15rem 1.25rem 1.25rem;
}

body.psb-pres-portal-shell .psb-pres-panel-home-card__section {
	margin-bottom: 1.25rem;
}

body.psb-pres-portal-shell .psb-pres-panel-home-card__section:last-child {
	margin-bottom: 0;
}

body.psb-pres-portal-shell .psb-pres-panel-home-card__section .psb-pres-panel__section-title {
	margin: 0 0 0.75rem;
	font-size: 1rem;
	font-weight: 650;
	color: #1c1917;
}

body.psb-pres-portal-shell .psb-pres-panel--home .psb-pres-panel__section-card {
	border: none;
	padding: 0;
	background: transparent;
	box-shadow: none;
}

/* Cierre — tarjeta principal */
body.psb-pres-portal-shell .psb-pres-cierre .psb-pres-panel__unified-card {
	padding: 1.15rem 1.25rem 1.25rem;
}

body.psb-pres-portal-shell .psb-pres-cierre .psb-pres-cierre__hero {
	margin-top: 0;
}

/* Responsive móvil */
@media (max-width: 767px) {
	body.psb-pres-portal-shell .psb-pres-trabajo-pick-screen__footer {
		flex-direction: column;
	}

	body.psb-pres-portal-shell .psb-pres-trabajo-pick-screen__footer .psb-pres-portal__btn {
		width: 100%;
		justify-content: center;
	}

	body.psb-pres-portal-shell .psb-pres-panel--home .psb-pres-panel__screen-head {
		margin-bottom: 0.75rem;
	}
}
