/* ── ALBARÁN IMPRESIÓN ───────────────────────────────────────── */
#alb-print { display: none; }

@media print {
  body > *     { display: none !important; }
  #alb-print   { display: block !important; }
  @page        { margin: 14mm; size: A4; }
}

.alb { font-family: 'Nunito', sans-serif; color: #1a2535; font-size: 13px; line-height: 1.5; }

.alb-head { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 18px; border-bottom: 3px solid #002B4A; margin-bottom: 22px; }
.alb-brand { font-family: 'Barlow Condensed', sans-serif; font-size: 30px; font-weight: 700; color: #002B4A; }
.alb-brand-sub { font-size: 11px; color: #5a6a7e; font-weight: 600; letter-spacing: .5px; margin-top: 2px; }
.alb-docnum { font-family: 'Barlow Condensed', sans-serif; font-size: 24px; font-weight: 700; color: #017BC4; text-align: right; }
.alb-docfecha { font-size: 12px; color: #5a6a7e; text-align: right; margin-top: 3px; }

.alb-titulo { font-family: 'Barlow Condensed', sans-serif; font-size: 18px; font-weight: 700; color: #002B4A; letter-spacing: .5px; text-align: center; background: #f0f4f8; padding: 9px; border-radius: 8px; margin-bottom: 20px; }

.alb-sec h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 700; color: #017BC4; letter-spacing: 1px; margin-bottom: 8px; padding-bottom: 3px; border-bottom: 1px solid #dde3ea; }
.alb-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-bottom: 18px; }
.alb-f { display: flex; flex-direction: column; gap: 2px; }
.alb-fl { font-size: 10px; font-weight: 700; color: #5a6a7e; letter-spacing: .7px; }
.alb-fv { font-size: 13px; font-weight: 600; padding: 5px 9px; background: #f8fafc; border-radius: 5px; border: 1px solid #dde3ea; }

.alb-hl { background: #002B4A; border-radius: 10px; padding: 14px 20px; display: flex; justify-content: space-around; margin: 18px 0; }
.alb-hl-i { display: flex; flex-direction: column; align-items: center; gap: 3px; }
.alb-hl-n { font-family: 'Barlow Condensed', sans-serif; font-size: 38px; font-weight: 700; color: #96BAD0; line-height: 1; }
.alb-hl-l { font-size: 10px; color: rgba(255,255,255,.65); font-weight: 700; letter-spacing: .5px; }

.alb-cond { font-size: 11px; color: #5a6a7e; background: #f8fafc; border: 1px solid #dde3ea; border-radius: 8px; padding: 10px 14px; margin-bottom: 18px; line-height: 1.75; }

.alb-firmas { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin-top: 28px; }
.alb-firma { display: flex; flex-direction: column; align-items: center; }
.alb-firma-line { width: 100%; height: 56px; border-bottom: 2px solid #002B4A; margin-bottom: 7px; }
.alb-firma-lbl { font-size: 11px; font-weight: 700; color: #5a6a7e; letter-spacing: .4px; text-align: center; }

.alb-foot { margin-top: 28px; padding-top: 10px; border-top: 1px solid #dde3ea; font-size: 10px; color: #5a6a7e; text-align: center; }
