.elementor-18334 .elementor-element.elementor-element-260d4b0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for text-editor, class: .elementor-element-e39ed62 *//* ============================================================
   Planillo Guía Packers 2026 — Spanish Packers
   CSS para importar vía Elementor (Custom CSS o widget HTML)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700&family=Barlow:wght@400;500;600&display=swap');

.planillo-wrap {
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  color: #1a1a2e;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem 3rem;
}

/* ---- Cabecera ---- */
.planillo-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 3px solid #203a2c;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.planillo-header-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1a3d2b;
  line-height: 1;
  margin: 0;
}

.planillo-header-meta {
  font-size: 12px;
  color: #5a7063;
  font-weight: 400;
  line-height: 1.6;
  text-align: right;
}

/* ---- Leyenda ---- */
.planillo-legend {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
  padding: 0.75rem 1rem;
  background: #f5f7f5;
  border-radius: 6px;
  border: 1px solid #d8e2da;
}

.planillo-legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #3d5246;
}

.planillo-legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* ---- Bloque de sección ---- */
.planillo-block {
  margin-bottom: 2.5rem;
}

.planillo-block-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: #203a2c;
  padding: 6px 14px;
  border-radius: 4px;
  margin: 0 0 0.5rem;
  display: inline-block;
}

/* ---- Tabla ---- */
.planillo-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.planillo-table thead th {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5a7063;
  background: #eef2ef;
  border-bottom: 2px solid #c8d8cb;
  padding: 6px 10px;
  text-align: left;
}

.planillo-table thead th:nth-child(1) { width: 38%; }
.planillo-table thead th:nth-child(2) { width: 18%; }
.planillo-table thead th:nth-child(3) { width: 7%;  text-align: center; }
.planillo-table thead th:nth-child(4) { width: 11%; text-align: center; }
.planillo-table thead th:nth-child(5) { width: 13%; text-align: right; }
.planillo-table thead th:nth-child(6) { width: 13%; text-align: center; }

.planillo-table tbody tr {
  border-bottom: 1px solid #e4ebe5;
  transition: background 0.15s;
}

.planillo-table tbody tr:hover {
  background: #f0f5f1;
}

.planillo-table td {
  padding: 8px 10px;
  vertical-align: middle;
  line-height: 1.35;
}

.planillo-table td:nth-child(3) { text-align: center; font-variant-numeric: tabular-nums; }
.planillo-table td:nth-child(4) { text-align: center; font-variant-numeric: tabular-nums; font-size: 12px; color: #5a7063; }
.planillo-table td:nth-child(5) { text-align: right; font-size: 12px; color: #5a7063; font-variant-numeric: tabular-nums; }
.planillo-table td:nth-child(6) { text-align: center; }

/* ---- Badges de tipo ---- */
.badge-tipo {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.badge-fija  { background: #d0e8f5; color: #0e4a6e; }
.badge-art   { background: #d4eddc; color: #1a5c30; }
.badge-tbd   { background: #fff3cd; color: #7a5200; }
.badge-disenyo { background: #e9e4f7; color: #3d2a82; }

/* ---- Badges de estado ---- */
.badge-estado {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 9px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}

.estado-pendiente   { background: #f0f0f0; color: #666; }
.estado-entregado   { background: #d1f5d3; color: #1a5c30; }
.estado-correccion  { background: #fff0c0; color: #7a5200; }
.estado-aprobado    { background: #c9e9ff; color: #0e4a6e; }
.estado-maquetado   { background: #e4d4f7; color: #3d2a82; }
.estado-disenyo     { background: #f0e4d4; color: #7a3a10; }

/* ---- Autor en cursiva = pendiente confirmar ---- */
.autor-probable {
  font-style: italic;
  color: #7a8f7e;
}

/* ---- Nombre de artículo con nota especial ---- */
.articulo-nombre {
  font-weight: 500;
  color: #1a1a2e;
}

.articulo-nota {
  display: block;
  font-size: 11px;
  color: #7a8f7e;
  font-weight: 400;
  margin-top: 1px;
}

/* ---- Resumen totales ---- */
.planillo-totales {
  margin-top: 2.5rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.planillo-total-card {
  flex: 1;
  min-width: 140px;
  background: #f5f7f5;
  border: 1px solid #c8d8cb;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  text-align: center;
}

.planillo-total-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #1a3d2b;
  line-height: 1;
}

.planillo-total-label {
  font-size: 11px;
  color: #5a7063;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 4px;
}

/* ---- Fecha de actualización ---- */
.planillo-footer {
  margin-top: 2rem;
  font-size: 11px;
  color: #8fa88f;
  text-align: right;
  border-top: 1px solid #dce8de;
  padding-top: 0.75rem;
}

/* ---- Responsive ---- */
@media (max-width: 700px) {
  .planillo-table thead th:nth-child(5),
  .planillo-table td:nth-child(5) { display: none; }

  .planillo-table thead th:nth-child(4),
  .planillo-table td:nth-child(4) { display: none; }

  .planillo-header-meta { text-align: left; }
}/* End custom CSS */