/* NUBO_CATEGORY_CATALOG_V2_START */
:root {
  --nubo-cat-supermercado: #22c55e;
  --nubo-cat-auto-movilidad: #3b82f6;
  --nubo-cat-delivery: #f97316;
  --nubo-cat-salidas-entretenimiento: #a855f7;
  --nubo-cat-tecnologia: #64748b;
  --nubo-cat-cuidado-personal: #ec4899;
  --nubo-cat-deporte-fitness: #84cc16;
  --nubo-cat-regalos: #f43f5e;
  --nubo-cat-seguros: #06b6d4;
  --nubo-cat-viajes: #0ea5e9;
  --nubo-cat-suscripciones: #14b8a6;
  --nubo-cat-ahorro-inversion: #059669;
  --nubo-cat-vivienda: #0d9488;
  --nubo-cat-restaurantes: #f59e0b;
  --nubo-cat-comida-bebidas: #ef4444;
  --nubo-cat-ropa: #d946ef;
  --nubo-cat-compras-personales: #c026d3;
  --nubo-cat-mascotas: #ca8a04;
  --nubo-cat-hijos-familia: #38bdf8;
  --nubo-cat-apoyo-terceros: #fb7185;
  --nubo-cat-educacion: #6366f1;
  --nubo-cat-trabajo-negocio: #78716c;
  --nubo-cat-servicios-financieros: #8b5cf6;
  --nubo-cat-otros: #94a3b8;
}

.nubo-category-preset-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--nubo-cat-border, #e5e7eb);
  background: var(--nubo-cat-bg, #f8fafc);
  color: var(--nubo-cat-color, #334155);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.nubo-category-preset-pill svg {
  width: 14px;
  height: 14px;
  display: block;
}

.nubo-category-preset-icon {
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  flex: 0 0 18px;
}

.nubo-category-preset-option[data-nubo-category-key] {
  font-weight: 600;
}

.nubo-category-preset-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 12px;
}

@media (max-width: 640px) {
  .nubo-category-preset-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
}
/* NUBO_CATEGORY_CATALOG_V2_END */
