/* GH-HOME-COMPACT-QUICKBAR-V1 */
.gh-home-quickbar {
  clear: both;
  position: relative;
  z-index: 8;
  padding: 6px 0;
  border-bottom: 1px solid #dce6ed;
  background: #f3f7f9;
  color: #173b61;
}

.gh-home-quickbar *,
.gh-home-quickbar *::before,
.gh-home-quickbar *::after {
  box-sizing: border-box;
}

.gh-home-quickbar__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.gh-home-quickbar .gh-home-quickbar__item,
.gh-home-quickbar .gh-global-distributor.gh-home-quickbar__item {
  display: grid !important;
  grid-template-columns: 28px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 9px !important;
  width: auto !important;
  min-width: 0;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 5px 7px !important;
  border: 1px solid #d7e2ea !important;
  border-radius: 7px !important;
  background: #fff !important;
  color: #173b61 !important;
  box-shadow: 0 2px 8px rgba(20, 52, 79, .06) !important;
}

.gh-home-quickbar__item--selection {
  border-left: 3px solid #2b78a4 !important;
}

.gh-home-quickbar .gh-home-quickbar__item--distributor {
  border-left: 3px solid #bd8128 !important;
}

.gh-home-quickbar__icon {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 50%;
  background: #e9f2f7;
  color: #1f6387;
  font: 800 9px/1 Arial, Helvetica, sans-serif;
  letter-spacing: .03em;
}

.gh-home-quickbar__item--distributor .gh-home-quickbar__icon {
  background: #fbf1df;
  color: #9a6211;
}

.gh-home-quickbar__copy {
  min-width: 0;
}

.gh-home-quickbar .gh-home-quickbar__eyebrow {
  margin: 0 0 1px !important;
  overflow: hidden;
  color: #6b7e8d !important;
  font: 800 8px/1.1 Arial, Helvetica, sans-serif !important;
  letter-spacing: .11em !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gh-home-quickbar .gh-home-quickbar__copy h2,
.gh-home-quickbar .gh-global-distributor h2 {
  margin: 0 !important;
  overflow: hidden;
  color: #173b61 !important;
  font: 700 12px/1.2 Arial, Helvetica, sans-serif !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gh-home-quickbar__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.gh-home-quickbar .gh-home-quickbar__action {
  display: inline-flex;
  min-height: 28px;
  padding: 0 10px;
  align-items: center;
  justify-content: center;
  border: 1px solid #1f6387;
  border-radius: 999px;
  background: #1f6387;
  color: #fff !important;
  font: 700 10px/1.1 Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.gh-home-quickbar__item--distributor .gh-home-quickbar__action {
  border-color: #a86b12;
  background: #a86b12;
}

.gh-home-quickbar .gh-home-quickbar__action:hover,
.gh-home-quickbar .gh-home-quickbar__action:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -4px;
  filter: brightness(.92);
}

.gh-home-quickbar__item.is-open {
  border-color: #8fb5cb !important;
  background: #f9fcfe !important;
}

.gh-home-quickbar__panel-shell {
  margin-top: 0;
}

.gh-home-quickbar__panel {
  padding-top: 8px;
}

.gh-home-quickbar [hidden] {
  display: none !important;
}

.gh-home-quickbar__sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.gh-home-quickbar-v1 .gh-home-quickbar__panel #gh-lead-fast-form-section,
body.gh-home-quickbar-v1 .gh-home-quickbar__panel #gh-lead-fast-form-section.gh-after-title {
  display: block !important;
  max-width: none !important;
  margin: 0 !important;
}

body.gh-home-quickbar-v1 .gh-home-quickbar__panel:not([hidden]) #gh-lead-fast-form {
  display: grid !important;
}

body.gh-home-quickbar-v1 .gh-home-quickbar__panel .gh-mobile-form-toggle {
  display: none !important;
}

@media (max-width: 760px) {
  .gh-home-quickbar {
    padding: 5px 0;
  }

  .gh-home-quickbar__grid,
  .gh-home-quickbar__panel-shell {
    width: auto !important;
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  .gh-home-quickbar__grid {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .gh-home-quickbar .gh-home-quickbar__item,
  .gh-home-quickbar .gh-global-distributor.gh-home-quickbar__item {
    min-height: 42px !important;
    padding: 4px 6px !important;
  }

  .gh-home-quickbar .gh-home-quickbar__eyebrow {
    display: none;
  }

  .gh-home-quickbar .gh-home-quickbar__copy h2,
  .gh-home-quickbar .gh-global-distributor h2 {
    font-size: 11px !important;
  }

  .gh-home-quickbar .gh-home-quickbar__action {
    min-height: 27px;
    max-width: 132px;
    padding: 0 9px;
    font-size: 9px;
    white-space: normal;
  }
}

@media (max-width: 360px) {
  .gh-home-quickbar .gh-home-quickbar__item,
  .gh-home-quickbar .gh-global-distributor.gh-home-quickbar__item {
    grid-template-columns: 25px minmax(0, 1fr) auto !important;
    gap: 6px !important;
  }

  .gh-home-quickbar__icon {
    width: 24px;
    height: 24px;
  }

  .gh-home-quickbar .gh-home-quickbar__action {
    max-width: 108px;
    padding: 0 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gh-home-quickbar * {
    scroll-behavior: auto !important;
  }
}
