/* ClearHelm Contributor Intake Advisor Actions v1
 * Scope: PR176 Contributor Intake Workspace Advisor action row only.
 * Purpose: keep Links beside Route in the primary Advisor action row.
 * Boundary: no link wiring, no route changes, no behavior changes.
 */

@media (min-width: 1180px) {
  body.chdash-page-body .chdash-shell[data-ch-panel="home"][data-ch-workspace-panel="contributor-intake"][data-clearhelm-wide-fit-pass="v1"] #workspace-advisor .chdash-advisor-chips[aria-label="Advisor quick modes"] {
    width: min(100%, 640px) !important;
    max-width: 640px !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  body.chdash-page-body .chdash-shell[data-ch-panel="home"][data-ch-workspace-panel="contributor-intake"][data-clearhelm-wide-fit-pass="v1"] #workspace-advisor .chdash-advisor-chips[aria-label="Advisor quick modes"] .chdash-chip {
    min-width: 0 !important;
    width: auto !important;
    white-space: nowrap !important;
  }
}

@media (min-width: 1180px) and (max-height: 930px) {
  body.chdash-page-body .chdash-shell[data-ch-panel="home"][data-ch-workspace-panel="contributor-intake"][data-clearhelm-wide-fit-pass="v1"] #workspace-advisor .chdash-advisor-chips[aria-label="Advisor quick modes"] {
    width: min(100%, 610px) !important;
    max-width: 610px !important;
    gap: 9px !important;
  }

  body.chdash-page-body .chdash-shell[data-ch-panel="home"][data-ch-workspace-panel="contributor-intake"][data-clearhelm-wide-fit-pass="v1"] #workspace-advisor .chdash-advisor-chips[aria-label="Advisor quick modes"] .chdash-chip {
    font-size: 11.75px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
