/* Isolated styles for mquiq (b2b).
 * Scoped under .catalog-template--mquiq and [data-template-key="mquiq"].
 * Runtime storefront CSS still mostly lives in template-runtime/styles.css;
 * move mquiq-prefixed rules here over time so template edits stay isolated.
 */
.catalog-template--mquiq,
[data-template-key="mquiq"] {
  --template-background: #f5f6f8;
  --template-surface: #ffffff;
  --template-text: #161b26;
  --template-muted: #5f6878;
  --template-accent: #f2b400;
  --template-accent-2: #101a2d;
  --template-radius: 4px;
}

.catalog-template--mquiq {
  background: var(--template-background);
  color: var(--template-text);
  border-radius: var(--template-radius);
  padding: 1.25rem 1.5rem;
}

.catalog-template--mquiq .catalog-template__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--template-accent);
}

.catalog-template--mquiq .catalog-template__title {
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.15;
}

.catalog-template--mquiq .catalog-template__description {
  margin: 0.75rem 0 0;
  color: var(--template-muted);
  line-height: 1.5;
}
