/* ============================================================================
   AURIC ARTISAN — ICON LIBRARY
   Shares the URL-Analyzer / Font-Library design system: it consumes the live
   site tokens (gold accent, dark-mode) via the --ic-* aliases below, so theming
   behaves identically. Nothing is hard-coded.
   ========================================================================== */
.ic {
  --ic-bg: var(--color-bg, #faf9f6);
  --ic-bg-muted: var(--color-bg-muted, #f1f0ec);
  --ic-bg-card: var(--color-bg-card, #fff);
  --ic-bg-elevated: var(--color-bg-elevated, #fff);
  --ic-text: var(--color-text, #14130f);
  --ic-text-secondary: var(--color-text-secondary, #3a382f);
  --ic-text-muted: var(--color-text-muted, #6b6a63);
  --ic-border: var(--color-border, #e6e3da);
  --ic-border-strong: var(--color-border-strong, #d6d2c6);
  --ic-danger: var(--color-danger, #d9442b);
  --ic-success: var(--color-success, #1f9d57);
  --ic-info: var(--color-info, #2563eb);
  --ic-shadow-md: var(--shadow-md, 0 4px 18px rgba(20, 19, 15, .08));
  --ic-shadow-lg: var(--shadow-xl, 0 18px 50px rgba(20, 19, 15, .16));
  --ic-radius: var(--radius-lg, 12px);
  --ic-radius-sm: var(--radius-md, 8px);
  --ic-pill: var(--radius-full, 999px);
  --color-gold-rgb: var(--color-gold-rgb, 211, 175, 55);
  --color-gold-ink: var(--color-gold-ink, #2a2512);
  --color-gold-light: rgba(var(--color-gold-rgb), 0.08);
  --color-gold-medium: rgba(var(--color-gold-rgb), 0.18);
}
.ic, .ic *, .ic *::before, .ic *::after { box-sizing: border-box; }
.ic { font-family: var(--font-sans, ui-sans-serif, system-ui, sans-serif); color: var(--ic-text); -webkit-font-smoothing: antialiased; }
.ic button { font-family: inherit; }
.ic button:disabled { opacity: .5; cursor: not-allowed; pointer-events: none; }
.ic-muted { color: var(--ic-text-muted); font-size: 13px; }
.ic-mono { font-family: var(--font-mono, ui-monospace, Menlo, Consolas, monospace); font-size: 12px; color: var(--ic-text-secondary); }

/* ── controls in the header ─────────────────────────────────────────────── */
.ic-size, .ic-stroke, .ic-color-ctl {
  display: flex; align-items: center; gap: 8px; white-space: nowrap;
  font-size: 11px; color: var(--ic-text-muted);
}
.ic-size input[type=range], .ic-stroke input[type=range] { width: 96px; accent-color: var(--color-gold); }
.ic-size b, .ic-stroke b { color: var(--ic-text); min-width: 38px; text-align: right; font-variant-numeric: tabular-nums; }
.ic-color-ctl input[type=color] { width: 30px; height: 28px; border: 1px solid var(--ic-border); border-radius: 7px; background: var(--ic-bg-card); cursor: pointer; padding: 2px; }
.ic-mini { padding: 5px 10px !important; font-size: 11px !important; }
.ic-sort-select { padding: 8px 12px; border: 1px solid var(--ic-border); border-radius: var(--ic-pill); background: var(--ic-bg-card); color: var(--ic-text); font-size: 12px; cursor: pointer; }
.anz-this.is-active { background: var(--color-gold); border-color: var(--color-gold); color: var(--color-gold-ink); }
#ic-search, #ic-preview-note { font-family: var(--font-mono, ui-monospace, Menlo, Consolas, monospace); }
#ic-preview-note { cursor: default; }
.ic-btn--sm { padding: 6px 12px !important; font-size: 11px !important; }
.ic-start-here-panel .anz-this { padding: 7px 14px !important; font-size: 12px !important; }
.ic-flow .anz-flow-step { min-height: 36px; white-space: nowrap; }
.ic-results-count { font-size: 12px; color: var(--ic-text-muted); white-space: nowrap; font-variant-numeric: tabular-nums; }
.ic-results-count b { color: var(--ic-text); }
.ic .anz-results-toolbar { flex-wrap: wrap; }
.ic .anz-results-toolbar .anz-this,
.ic .anz-results-toolbar .anz-go,
.ic .ic-sort-select { min-height: 34px; }

/* ── set tabs (counts) ──────────────────────────────────────────────────── */
.anz-tab .ic-tab-n,
.ic-tab-n { font-size: 10.5px; color: var(--ic-text-muted); font-variant-numeric: tabular-nums; }
.anz-tab.active { --ic-tab-accent: var(--ic-accent, var(--color-gold)); }

/* ── style segmented control ────────────────────────────────────────────── */
.ic-seg { display: inline-flex; flex-wrap: wrap; gap: 4px; background: var(--ic-bg-muted); padding: 4px; border-radius: 0; border: 0; }
.ic-seg-btn { border: 0; background: transparent; padding: 6px 13px; border-radius: 0; font-size: 12px; font-weight: 600; color: var(--ic-text-secondary); cursor: pointer; transition: all .12s; }
.ic-seg-btn:hover { color: var(--ic-text); }
.ic-seg-btn.is-active { background: var(--ic-bg-card); color: var(--color-gold); box-shadow: var(--ic-shadow-md); }

/* ── chips ──────────────────────────────────────────────────────────────── */
.ic-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.ic-chip { padding: 5px 10px; border: 1px solid var(--ic-border); border-radius: var(--ic-pill); font-size: 12px; cursor: pointer; color: var(--ic-text-secondary); background: var(--ic-bg-card); transition: all .12s; user-select: none; text-transform: capitalize; }
.ic-chip i { font-style: normal; color: var(--ic-text-muted); font-size: 10.5px; }
.ic-chip:hover { border-color: var(--color-gold); }
.ic-chip.is-active { background: var(--color-gold); border-color: var(--color-gold); color: var(--color-gold-ink); font-weight: 700; }
.ic-chip.is-active i { color: var(--color-gold-ink); }

.ic-filters-panel { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px 24px; padding: 20px; margin: 0 16px; border: 1px solid var(--ic-border); border-radius: var(--ic-radius); background: var(--ic-bg-muted); align-items: start; }
.ic-filters-panel[hidden] { display: none; }
.ic-facet > h4 { margin: 0 0 9px; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; color: var(--ic-text-muted); font-weight: 800; }
.ic-filters-panel > .anz-this { grid-column: 1 / -1; justify-self: start; }

/* ── grid ───────────────────────────────────────────────────────────────── */
.ic-grid {
  --ic-size: 48px;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(108px, 1fr)); gap: 10px;
  padding: 4px 2px;
}
.ic-card {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
  min-height: 116px; padding: 16px 10px 12px; cursor: pointer; position: relative;
  border: 1px solid var(--ic-border); border-radius: var(--ic-radius); background: var(--ic-bg-card);
  transition: border-color .14s, box-shadow .14s, transform .14s; overflow: hidden;
  content-visibility: auto; contain-intrinsic-size: 116px;
}
.ic-card:hover { border-color: var(--color-gold-medium); box-shadow: var(--ic-shadow-md); transform: translateY(-2px); }
.ic-card.is-selected { border-color: var(--color-gold); box-shadow: 0 0 0 1px var(--color-gold) inset; }
.ic-card.is-selected::after { content: "✓"; position: absolute; top: 6px; right: 8px; font-size: 11px; color: var(--color-gold); font-weight: 900; }
.ic-cell { display: grid; place-items: center; height: var(--ic-size); }
.ic-cell svg { width: var(--ic-size); height: var(--ic-size); display: block; }
.ic-grid[data-sw] .ic-cell svg { stroke-width: var(--ic-sw); }
.ic-name { font-size: 10.5px; color: var(--ic-text-muted); text-align: center; line-height: 1.2; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ic-mat { font-size: var(--ic-size); line-height: 1; -webkit-font-smoothing: antialiased; }

.ic-empty { grid-column: 1/-1; text-align: center; padding: 70px 20px; color: var(--ic-text-muted); }
.ic-skel { background: linear-gradient(90deg, var(--ic-bg-muted) 25%, var(--ic-bg-elevated) 50%, var(--ic-bg-muted) 75%); background-size: 200% 100%; animation: ic-shimmer 1.3s infinite; border-radius: 8px; }
@keyframes ic-shimmer { to { background-position: -200% 0; } }
.ic-sentinel { height: 1px; }

/* ════════════════════════════════════════════════════════════════════════
   DETAIL DRAWER
   ════════════════════════════════════════════════════════════════════════ */
.ic-scrim { position: fixed; inset: 0; z-index: 90; background: rgba(10, 9, 6, .55); opacity: 0; pointer-events: none; transition: opacity .25s; backdrop-filter: blur(2px); }
.ic-scrim.is-open { opacity: 1; pointer-events: auto; }
.ic-drawer { position: fixed; top: 0; right: 0; z-index: 95; height: 100vh; width: min(820px, 96vw); transform: translateX(100%); transition: transform .32s cubic-bezier(.4, 0, .1, 1); background: var(--ic-bg); box-shadow: var(--ic-shadow-lg); display: flex; flex-direction: column; border-left: 1px solid var(--ic-border); }
.ic-drawer.is-open { transform: none; }
.ic-drawer-head { display: flex; align-items: flex-start; gap: 14px; justify-content: space-between; padding: 18px clamp(16px, 3vw, 26px); border-bottom: 1px solid var(--ic-border); flex: none; }
.ic-drawer-title h2 { margin: 0; font-size: clamp(20px, 4vw, 28px); font-weight: 800; letter-spacing: -.01em; }
.ic-sub { margin-top: 5px; font-size: 13px; color: var(--ic-text-muted); display: flex; flex-wrap: wrap; gap: 6px 14px; }
.ic-sub span { display: inline-flex; align-items: center; }
.ic-sub span + span::before { content: "·"; margin-right: 12px; color: var(--ic-border-strong); }
.ic-drawer-actions { display: flex; gap: 8px; flex: none; }
.ic-drawer-close { border: 1px solid var(--ic-border); background: var(--ic-bg-card); border-radius: var(--ic-pill); width: 38px; height: 38px; font-size: 16px; cursor: pointer; color: var(--ic-text-muted); }
.ic-drawer-close:hover { color: var(--ic-danger); border-color: var(--ic-danger); }
.ic-drawer-body { flex: 1; overflow-y: auto; padding: clamp(18px, 3vw, 26px); }

.ic-detail { display: grid; grid-template-columns: minmax(180px, 280px) 1fr; gap: 22px; align-items: start; }
@media (max-width: 620px) { .ic-detail { grid-template-columns: 1fr; } }
.ic-detail-stage {
  --ic-size: 96px; display: grid; place-items: center; min-height: 220px; padding: 24px;
  border: 1px solid var(--ic-border); border-radius: var(--ic-radius);
  background: var(--ic-bg-card) repeating-conic-gradient(var(--ic-bg-muted) 0% 25%, transparent 0% 50%) 50% / 22px 22px;
}
.ic-detail-stage svg { width: var(--ic-size); height: var(--ic-size); }
.ic-detail-stage[data-sw] svg { stroke-width: var(--ic-sw); }
.ic-detail-stage .ic-mat { font-size: var(--ic-size); }
.ic-detail-side { display: flex; flex-direction: column; gap: 14px; }
.ic-field { display: flex; flex-direction: column; gap: 6px; }
.ic-field > label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--ic-text-muted); display: flex; justify-content: space-between; }
.ic-field > label b { color: var(--ic-text); font-variant-numeric: tabular-nums; }
.ic-field input[type=range] { width: 100%; accent-color: var(--color-gold); }
.ic-field-row { flex-direction: row; align-items: center; gap: 10px; flex-wrap: wrap; }
.ic-field input[type=color] { width: 38px; height: 30px; border: 1px solid var(--ic-border); border-radius: 7px; padding: 2px; cursor: pointer; background: var(--ic-bg-card); }
.ic-copyrow { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 4px; }
.ic-copy { padding: 8px 12px !important; font-size: 12px !important; }

.ic-codewrap { display: grid; gap: 12px; margin-top: 24px; }
.ic-code { border: 1px solid var(--ic-border); border-radius: var(--ic-radius-sm); overflow: hidden; background: var(--ic-bg-card); }
.ic-code-h { display: flex; align-items: center; justify-content: space-between; padding: 8px 12px; background: var(--ic-bg-muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--ic-text-muted); }
.ic-code-copy { border: 1px solid var(--ic-border); background: var(--ic-bg-card); border-radius: var(--ic-pill); font-size: 11px; padding: 3px 11px; cursor: pointer; color: var(--ic-text-secondary); }
.ic-code-copy:hover { border-color: var(--color-gold); color: var(--color-gold); }
.ic-code pre { margin: 0; padding: 12px; overflow-x: auto; font-family: var(--font-mono, ui-monospace, Menlo, Consolas, monospace); font-size: 12px; line-height: 1.5; color: var(--ic-text-secondary); white-space: pre-wrap; word-break: break-all; }

.ic-about { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 10px 20px; margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--ic-border); }
.ic-about > div { display: flex; flex-direction: column; gap: 2px; }
.ic-about b { font-size: 10px; text-transform: uppercase; letter-spacing: .07em; color: var(--ic-text-muted); }
.ic-about span { font-size: 13px; color: var(--ic-text); word-break: break-word; }
.ic-about a { color: var(--ic-info); text-decoration: none; }
.ic-about a:hover { text-decoration: underline; }

/* featured collections + finder */
.ic-featured { padding: 8px clamp(14px,4vw,28px) 0; }
.ic-featured-head { display: flex; align-items: baseline; gap: 8px; padding: 10px 2px; }
.ic-featured-head strong { font-size: 16px; }
.ic-featured-head span { color: var(--ic-text-muted); font-size: 12px; }
.ic-collection { margin-bottom: 18px; }
.ic-collection-head { display: flex; align-items: baseline; gap: 10px; margin-bottom: 10px; }
.ic-collection-head h3 { margin: 0; font-size: 15px; font-weight: 800; }
.ic-collection-head span { color: var(--ic-text-muted); font-size: 11px; }
.ic-collection-row {
  display: grid; grid-auto-flow: column; grid-auto-columns: minmax(190px, 1fr);
  gap: 12px; overflow-x: auto; padding: 4px 2px 12px; scroll-snap-type: x proximity;
  scrollbar-width: thin;
}
.ic-mini-card {
  scroll-snap-align: start; text-align: left; cursor: pointer;
  border: 1px solid var(--ic-border); border-radius: var(--ic-radius); background: var(--ic-bg-card);
  padding: 16px 16px 12px; display: flex; flex-direction: column; gap: 12px;
  transition: border-color .15s, box-shadow .15s, transform .15s; min-height: 104px;
}
.ic-mini-card:hover { border-color: var(--color-gold-medium); box-shadow: var(--ic-shadow-md); transform: translateY(-2px); }
.ic-mini-spec { font-size: 30px; line-height: 1.1; color: var(--ic-text); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.ic-mini-foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.ic-mini-name { font-size: 11px; color: var(--ic-text-muted); font-weight: 600; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.ic-reco {
  margin: 6px clamp(14px,4vw,28px) 0; padding: 20px;
  border: 1px solid var(--color-gold-medium); border-radius: var(--ic-radius);
  background: var(--color-gold-light);
}
.ic-reco[hidden] { display: none; }
.ic-reco-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; margin-bottom: 16px; }
.ic-reco-head strong { font-size: 16px; display: block; }
.ic-reco-head span { color: var(--ic-text-muted); font-size: 12px; }
.ic-reco-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 16px; }
.ic-reco-field { display: flex; flex-direction: column; gap: 7px; }
.ic-reco-field > span { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; color: var(--ic-text-muted); }
.ic-reco-field > span small { text-transform: none; letter-spacing: 0; font-weight: 500; }
.ic-reco-actions { display: flex; align-items: center; gap: 12px; margin-top: 16px; flex-wrap: wrap; }
.ic-reco-note { font-size: 11px; color: var(--ic-text-secondary); }
.ic-reco-results { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px,1fr)); gap: 10px; margin-top: 16px; }
.ic-reco-card {
  display: flex; align-items: center; gap: 12px; text-align: left; cursor: pointer;
  border: 1px solid var(--ic-border); border-radius: var(--ic-radius); background: var(--ic-bg-card);
  padding: 12px 14px; transition: border-color .15s, box-shadow .15s, transform .12s;
}
.ic-reco-card:hover { border-color: var(--color-gold-medium); box-shadow: var(--ic-shadow-md); transform: translateY(-1px); }
.ic-reco-rank { flex: none; width: 22px; height: 22px; border-radius: 50%; background: var(--ic-bg-muted); color: var(--ic-text-muted); display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 800; }
.ic-reco-body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.ic-reco-spec { font-size: 16px; color: var(--ic-text); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.ic-reco-sub { font-size: 10px; color: var(--ic-text-muted); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.ic-reco-match { flex: none; display: flex; flex-direction: column; align-items: center; line-height: 1; padding: 6px 10px; border-radius: var(--ic-radius-sm); background: rgba(31,157,87,.14); color: var(--ic-success); }
.ic-reco-match b { font-size: 19px; font-variant-numeric: tabular-nums; }
.ic-reco-match small { font-size: 8px; text-transform: uppercase; letter-spacing: .06em; opacity: .8; }

/* ── selected tray ──────────────────────────────────────────────────────── */
.ic-tray-fab { position: fixed; right: 20px; bottom: 20px; z-index: 80; border: 0; border-radius: var(--ic-pill); padding: 12px 18px; background: var(--color-gold); color: var(--color-gold-ink); font-weight: 800; font-size: 13px; cursor: pointer; box-shadow: var(--ic-shadow-lg); display: flex; align-items: center; gap: 8px; }
.ic-tray-fab[hidden] { display: none; }
.ic-tray-fab-count { background: var(--color-gold-ink); color: var(--color-gold); border-radius: var(--ic-pill); padding: 1px 8px; font-size: 12px; }
.ic-tray { position: fixed; right: 0; bottom: 0; z-index: 85; width: min(420px, 96vw); max-height: 78vh; transform: translateY(110%); transition: transform .3s cubic-bezier(.4,0,.1,1); background: var(--ic-bg); border: 1px solid var(--ic-border); border-radius: var(--ic-radius) 0 0 0; box-shadow: var(--ic-shadow-lg); display: flex; flex-direction: column; }
.ic-tray.is-open { transform: none; }
.ic-tray-head { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; border-bottom: 1px solid var(--ic-border); font-size: 14px; }
.ic-tray-list { flex: 1; overflow-y: auto; padding: 8px; display: flex; flex-direction: column; gap: 4px; }
.ic-tray-item { display: flex; align-items: center; gap: 12px; padding: 8px 10px; border-radius: var(--ic-radius-sm); }
.ic-tray-item:hover { background: var(--ic-bg-muted); }
.ic-tray-prev { display: grid; place-items: center; width: 30px; height: 30px; flex: none; }
.ic-tray-prev svg { width: 26px; height: 26px; }
.ic-tray-prev .ic-mat { font-size: 26px; }
.ic-tray-nm { flex: 1; font-size: 13px; display: flex; flex-direction: column; }
.ic-tray-nm small { color: var(--ic-text-muted); font-size: 11px; }
.ic-tray-x { border: 0; background: transparent; color: var(--ic-text-muted); cursor: pointer; font-size: 13px; padding: 4px; }
.ic-tray-x:hover { color: var(--ic-danger); }
.ic-tray-foot { display: flex; gap: 8px; padding: 12px 14px; border-top: 1px solid var(--ic-border); }
.ic-tray-foot button { flex: 1; }

.ic-tray-fab {
  right: 18px; bottom: 18px; z-index: 79; padding: 8px 12px; border-radius: 999px !important;
  font-size: 12px; line-height: 1; box-shadow: var(--ic-shadow-md); transition: transform .15s, opacity .2s;
}
.ic-tray-fab:hover { transform: translateY(-2px); }
.ic-tray-fab-count { min-width: 20px; padding: 2px 7px; font-size: 11px; font-family: var(--font-mono); text-align: center; }
.ic-tray {
  right: 18px; bottom: 18px; z-index: 80; width: min(320px, calc(100vw - 24px));
  min-height: 0; max-height: min(420px, calc(100vh - 32px)); transform: translateY(calc(100% + 18px));
  opacity: 0; background: var(--ic-bg-elevated); border-radius: 18px; overflow: hidden;
}
.ic-tray.is-open { transform: none; opacity: 1; }
.ic-tray-head { gap: 8px; padding: 9px 12px; background: var(--color-gold-light); font-size: 12px; }
.ic-tray-head b { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; }
.ic-tray-head b span { min-width: 20px; padding: 1px 7px; border-radius: 999px; background: var(--color-gold); color: var(--color-gold-ink); font-size: 10px; text-align: center; font-family: var(--font-mono); }
.ic-tray-list { flex: 1 1 auto; min-height: 0; max-height: 178px; gap: 6px; }
.ic-tray-item {
  justify-content: space-between; gap: 8px; padding: 6px 8px 6px 11px;
  border: 1px solid var(--ic-border); border-radius: 999px; background: var(--ic-bg-card);
  font-size: 12px; line-height: 1.2;
}
.ic-tray-item:hover { border-color: var(--color-gold-medium); background: var(--color-gold-light); }
.ic-tray-prev { width: 24px; height: 24px; }
.ic-tray-prev svg { width: 20px; height: 20px; }
.ic-tray-prev .ic-mat { font-size: 20px; }
.ic-tray-nm { min-width: 0; font-size: 12px; overflow: hidden; }
.ic-tray-nm small { display: none; }
.ic-tray-x { flex: none; width: 22px; height: 22px; border: 1px solid transparent; border-radius: 999px; line-height: 1; }
.ic-tray-x:hover { border-color: var(--ic-danger); }
.ic-tray-foot { flex-wrap: wrap; gap: 7px; padding: 9px 12px 11px; }
.ic-tray-foot .anz-this,
.ic-tray-foot .anz-go { flex: 1 1 auto; border-radius: 999px !important; }

/* ── toast ──────────────────────────────────────────────────────────────── */
.ic-toast { position: fixed; left: 50%; bottom: 26px; transform: translate(-50%, 20px); z-index: 120; background: var(--ic-text); color: var(--ic-bg); padding: 11px 20px; border-radius: var(--ic-pill); font-size: 13px; font-weight: 600; opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s; box-shadow: var(--ic-shadow-lg); }
.ic-toast.is-on { opacity: 1; transform: translate(-50%, 0); }

body.dark-mode .ic-detail-stage { background: var(--ic-bg-card) repeating-conic-gradient(rgba(255,255,255,.04) 0% 25%, transparent 0% 50%) 50% / 22px 22px; }

@media (max-width: 760px) {
  .ic-size, .ic-stroke, .ic-color-ctl { width: 100%; justify-content: space-between; }
  .ic-size input[type=range], .ic-stroke input[type=range] { flex: 1; width: auto; min-width: 120px; }
  .ic-start-here-panel .anz-this { width: 100%; }
  .ic .anz-results-toolbar > * { min-width: 0; }
  .ic-results-count { width: 100%; margin-left: 0 !important; }
}
