.products-crm-grid {
  width: 100%;
  margin-top: 18px;
  background: #ffffff;
  border: 1px solid #e5e9f2;
  border-radius: 16px;
  overflow: hidden;
}

.products-crm-header,
.products-crm-row {
  display: grid;
  grid-template-columns:
    180px
    minmax(320px, 1fr)
    120px
    120px
    80px
    120px
    100px
    100px;
  align-items: center;
}

.products-crm-header {
  background: #f8fafc;
  font-size: 12px;
  font-weight: 900;
  color: #475569;
  text-transform: uppercase;
}

.products-crm-header > div,
.products-crm-row > div {
  padding: 13px 14px;
  border-bottom: 1px solid #e5e9f2;
}

.products-crm-row:last-child > div {
  border-bottom: none;
}

.products-crm-row strong {
  display: block;
  font-weight: 900;
  margin-bottom: 4px;
}

.products-crm-row small {
  display: block;
  font-size: 11px;
  color: #64748b;
  line-height: 1.35;
}

.products-crm-actions {
  display: flex;
  gap: 8px;
}

.products-crm-actions button {
  width: 34px;
  height: 34px;
  padding: 0;
}

.product-active-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
}

#product_description {

  width: 420px;

  min-width: 420px;

  height: 58px;

  min-height: 58px;

  resize: vertical;

}

/* =========================
   ALMACENES
========================= */

#warehousesTab {
  padding: 22px;
}

#warehousesTab input {
  min-width: 180px;
}

#warehousesTab label {
  font-weight: 800;
}

#warehousesList .experience-card {
  margin-top: 10px;
  border-radius: 14px;
  border: 1px solid #e5e9f2;
  background: #ffffff;
}

#warehousesList .experience-title-row {
  display: flex;
  gap: 10px;
  align-items: center;
}

#warehousesList .experience-actions {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

/* =========================
   ALMACENES CRM GRID
========================= */

.warehouses-crm-grid {
  width: 100%;
  margin-top: 18px;
  background: #ffffff;
  border: 1px solid #e5e9f2;
  border-radius: 16px;
  overflow: hidden;
}

.warehouses-crm-header,
.warehouses-crm-row {
  display: grid;
  grid-template-columns:
    120px
    220px
    220px
    minmax(320px, 1fr)
    100px
    100px;
  align-items: center;
}

.warehouses-crm-header {
  background: #f8fafc;
  font-size: 12px;
  font-weight: 900;
  color: #475569;
  text-transform: uppercase;
}

.warehouses-crm-header > div,
.warehouses-crm-row > div {
  padding: 13px 14px;
  border-bottom: 1px solid #e5e9f2;
}

.warehouses-crm-row:last-child > div {
  border-bottom: none;
}

.warehouses-crm-actions {
  display: flex;
  gap: 8px;
}

.warehouses-crm-actions button {
  width: 34px;
  height: 34px;
  padding: 0;
}