/**
 * NEW HEADER — #m-lec, #m-leche-lote: tríada 3 columnas (grid).
 * #m-sesion-pesaje: cabecera canónica en m-lec-ensayo-pes-sesion-header.css (misma familia que «Editar sesión»).
 */
:is(#m-lec, #m-leche-lote).lec-milk-form-modal.bitacora-serio-v2 .m-lec-ensayo-h.bitacora-modal-h--row {
  display: grid !important;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  align-items: center;
  justify-content: center;
  column-gap: 12px !important;
  row-gap: 0;
  min-height: 0 !important;
  padding: 8px 12px 8px 12px !important;
  background: var(--modal-header-bg) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    var(--manto-btn-b3-shadow) !important;
  border-bottom: var(--modal-borde-sep, 1px solid #94a3b8) !important;
  margin-bottom: 0 !important;
  box-sizing: border-box;
}
:is(#m-lec, #m-leche-lote).lec-milk-form-modal .m-lec-ensayo-h__ico-ring {
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--manto-btn-gris-ok-bg) !important;
  border: var(--manto-btn-gris-ok-border) !important;
  color: var(--manto-btn-gris-ok-color) !important;
  box-shadow: var(--manto-btn-gris-ok-shadow) !important;
  flex-shrink: 0;
}
:is(#m-lec, #m-leche-lote).lec-milk-form-modal .m-lec-ensayo-h__ico {
  display: block;
  width: 26px !important;
  height: 26px !important;
  max-width: 28px !important;
  max-height: 28px !important;
  min-width: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  filter: none !important;
  -webkit-filter: none !important;
}
:is(#m-lec, #m-leche-lote).lec-milk-form-modal .m-lec-ensayo-h__mid {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 5px;
  padding: 0 2px;
  max-width: 100%;
  justify-self: center;
  width: 100%;
}
:is(#m-lec, #m-leche-lote).lec-milk-form-modal .m-lec-ensayo-h__rule {
  display: block;
  width: min(100%, 12.5em);
  height: 1px;
  border: 0;
  border-radius: 1px;
  background: linear-gradient(
    90deg,
    rgba(15, 23, 42, 0) 0%,
    rgba(148, 163, 184, 0.5) 18%,
    rgba(100, 116, 139, 0.7) 50%,
    rgba(148, 163, 184, 0.5) 82%,
    rgba(15, 23, 42, 0) 100%
  );
  box-shadow: 0 0.5px 0 rgba(255, 255, 255, 0.55);
  flex-shrink: 0;
  pointer-events: none;
}
:is(#m-lec, #m-leche-lote).lec-milk-form-modal .m-lec-ensayo-h__rule--top {
  opacity: 0.7;
}
:is(#m-lec, #m-leche-lote).lec-milk-form-modal .m-lec-ensayo-h__rule--bot {
  opacity: 0.9;
}
:is(#m-lec, #m-leche-lote).lec-milk-form-modal .m-lec-ensayo-h__mid .bitacora-modal-tit {
  display: block;
  color: var(--texto-fuerte, #0f172a);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.025em;
  text-wrap: balance;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  margin: 0;
  padding: 0 2px;
}
:is(#m-lec, #m-leche-lote).lec-milk-form-modal .m-lec-ensayo-h__back.bitacora-modal-back {
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
  margin: 0;
  padding: 0 11px 0 9px !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px;
  line-height: 1 !important;
  border-radius: 8px !important;
  font-size: 12px !important;
  background: var(--manto-btn-gris-ok-bg) !important;
  border: var(--manto-btn-gris-ok-border) !important;
  color: var(--manto-btn-gris-ok-color) !important;
  -webkit-text-fill-color: var(--manto-btn-gris-ok-color) !important;
  box-shadow: var(--manto-btn-gris-ok-shadow) !important;
}
:is(#m-lec, #m-leche-lote).lec-milk-form-modal .m-lec-ensayo-h__back:hover {
  border: var(--manto-btn-gris-ok-border-hover) !important;
  box-shadow: var(--manto-btn-gris-ok-shadow-hover) !important;
}
:is(#m-lec, #m-leche-lote).lec-milk-form-modal .m-lec-ensayo-h__back:active {
  background: var(--manto-btn-gris-ok-bg-active) !important;
  opacity: 0.97;
}
:is(#m-lec, #m-leche-lote).lec-milk-form-modal .m-lec-ensayo-h__back .bitacora-modal-back__ico {
  width: 14px !important;
  height: 14px !important;
}
:is(#m-lec, #m-leche-lote).lec-milk-form-modal .m-lec-ensayo-h__back .bitacora-modal-back__txt {
  font-size: 12px !important;
  font-weight: 800;
}
@media (max-width: 400px) {
  :is(#m-lec, #m-leche-lote).lec-milk-form-modal.bitacora-serio-v2 .m-lec-ensayo-h.bitacora-modal-h--row {
    column-gap: 8px !important;
    padding: 6px 8px !important;
  }
  :is(#m-lec, #m-leche-lote).lec-milk-form-modal .m-lec-ensayo-h__mid .bitacora-modal-tit {
    font-size: 14px;
  }
  :is(#m-lec, #m-leche-lote).lec-milk-form-modal .m-lec-ensayo-h__back.bitacora-modal-back {
    padding: 0 8px 0 6px !important;
    font-size: 11px !important;
  }
  :is(#m-lec, #m-leche-lote).lec-milk-form-modal .m-lec-ensayo-h__ico {
    width: 24px !important;
    height: 24px !important;
    max-width: 26px !important;
    max-height: 26px !important;
  }
}
