/* Toolbar layer: top tabs, result bar, sort control, and view switch. */
.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-plugin-head {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  min-height: 42px !important;
  margin: 0 0 12px !important;
  padding: 9px 14px !important;
  border: 1px solid rgba(0, 229, 255, .28) !important;
  border-radius: 8px !important;
  background: linear-gradient(135deg, rgba(0, 229, 255, .07), rgba(255, 43, 214, .10)) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .025), 0 0 18px rgba(255, 43, 214, .08) !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-plugin-head > div {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-plugin-head p {
  margin: 0 !important;
  color: var(--n30n-qd-soft) !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  letter-spacing: .01em !important;
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
  text-align: left !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-plugin-head p strong {
  color: var(--n30n-qd-magenta) !important;
  display: inline-block !important;
  font-size: 23px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  text-shadow: 0 0 14px rgba(255, 43, 214, .36) !important;
}

@media(max-width: 760px) {
  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-plugin-head {
    align-items: flex-start !important;
    min-height: auto !important;
    padding: 10px 12px !important;
  }

  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-plugin-head p {
    font-size: 16px !important;
    line-height: 1.32 !important;
  }

  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-plugin-head p strong {
    font-size: 20px !important;
  }
}

@media(max-width: 420px) {
  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-plugin-head p {
    font-size: 15px !important;
  }

  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-plugin-head p strong {
    font-size: 18px !important;
  }
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-quickfilters {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin: 0 0 14px !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-quickfilters button {
  position: relative !important;
  min-width: 0 !important;
  min-height: 42px !important;
  padding: 0 12px !important;
  border: 1px solid rgba(0, 229, 255, .42) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, rgba(8, 12, 32, .92), rgba(4, 8, 22, .92)) !important;
  color: var(--n30n-qd-soft) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1.05 !important;
  text-align: center !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  box-shadow: 0 0 14px rgba(0, 229, 255, .08), inset 0 0 0 1px rgba(255, 255, 255, .04) !important;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, background .16s ease !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-quickfilters button:hover,
.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-quickfilters button.is-active,
.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-quickfilters button[aria-pressed="true"] {
  transform: translateY(-1px) !important;
  border-color: rgba(255, 43, 214, .82) !important;
  background: linear-gradient(135deg, rgba(255, 43, 214, .22), rgba(0, 229, 255, .14)) !important;
  color: #fff !important;
  box-shadow: 0 0 24px rgba(255, 43, 214, .26), 0 0 18px rgba(0, 229, 255, .18), inset 0 0 0 1px rgba(255, 43, 214, .14) !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-quickfilters button::after,
.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-quickfilters button[aria-pressed="true"]::after,
.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-quickfilters button.is-active::after {
  content: none !important;
  display: none !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-toolbar-modern {
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-filter-open {
  min-width: 96px !important;
  min-height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  border: 1px solid rgba(255, 43, 214, .54) !important;
  border-radius: 8px !important;
  background: rgba(255, 43, 214, .08) !important;
  color: var(--n30n-qd-soft) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  box-shadow: 0 0 14px rgba(255, 43, 214, .12) !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-filter-open:hover {
  border-color: rgba(255, 43, 214, .92) !important;
  background: linear-gradient(135deg, rgba(255, 43, 214, .24), rgba(0, 229, 255, .12)) !important;
  color: #fff !important;
  box-shadow: 0 0 22px rgba(255, 43, 214, .26), 0 0 18px rgba(0, 229, 255, .16) !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-search {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 36px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  border: 1px solid rgba(0, 229, 255, .42) !important;
  border-radius: 8px !important;
  background: rgba(3, 7, 20, .76) !important;
  color: var(--n30n-qd-soft) !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  outline: none !important;
  box-shadow: 0 0 14px rgba(0, 229, 255, .08) !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-search::placeholder {
  color: rgba(170, 179, 214, .72) !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-search:focus {
  border-color: rgba(0, 229, 255, .70) !important;
  box-shadow: 0 0 0 3px rgba(0, 229, 255, .12), 0 0 20px rgba(255, 43, 214, .16) !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-resultsbar {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin: 0 0 14px !important;
  padding: 9px 12px !important;
  border: 2px solid rgba(0, 229, 255, .46) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, rgba(8, 12, 32, .74), rgba(5, 8, 22, .72)) !important;
  box-shadow: 0 0 28px rgba(0, 229, 255, .18), 0 0 22px rgba(255, 43, 214, .12), inset 0 0 0 1px rgba(255, 43, 214, .14) !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-resultsbar > strong {
  flex: 0 0 auto !important;
  min-width: 142px !important;
  height: var(--n30n-qd-control-height) !important;
  display: flex !important;
  align-items: center !important;
  align-self: center !important;
  color: var(--n30n-qd-text) !important;
  font-size: 15px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-resultsbar-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex: 1 1 auto !important;
  gap: 12px !important;
  min-width: 0 !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-resultsbar-actions > * {
  box-sizing: border-box !important;
  align-self: center !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-resultsbar-actions .n30n-qd-search {
  flex: 1 1 360px !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: var(--n30n-qd-control-height) !important;
  height: var(--n30n-qd-control-height) !important;
  align-self: center !important;
  box-sizing: border-box !important;
  line-height: var(--n30n-qd-control-height) !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  padding: 0 16px !important;
  margin: 0 !important;
  transform: none !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-sort-wrap {
  flex: 0 0 auto !important;
  height: var(--n30n-qd-control-height) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  transform: none !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-sort-label {
  flex: 0 0 auto !important;
  height: var(--n30n-qd-control-height) !important;
  display: inline-flex !important;
  align-items: center !important;
  align-self: center !important;
  justify-content: flex-end !important;
  color: var(--n30n-qd-muted) !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-wishlist-filter {
  flex: 0 0 var(--n30n-qd-control-height) !important;
  width: var(--n30n-qd-control-height) !important;
  height: var(--n30n-qd-control-height) !important;
  min-width: var(--n30n-qd-control-height) !important;
  min-height: var(--n30n-qd-control-height) !important;
  align-self: center !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border: 2px solid rgba(255, 43, 214, .58) !important;
  border-radius: 8px !important;
  background: rgba(255, 43, 214, .08) !important;
  color: #ffddf8 !important;
  font-size: 24px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  box-shadow: 0 0 22px rgba(255, 43, 214, .22), 0 0 14px rgba(0, 229, 255, .12) !important;
  margin: 0 !important;
  transform: none !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-wishlist-filter:hover,
.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-wishlist-filter.is-active,
.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-wishlist-filter[aria-pressed="true"] {
  border-color: rgba(255, 43, 214, .92) !important;
  background: linear-gradient(135deg, rgba(255, 43, 214, .26), rgba(0, 229, 255, .12)) !important;
  color: #fff !important;
  box-shadow: 0 0 24px rgba(255, 43, 214, .30), 0 0 16px rgba(0, 229, 255, .16) !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-sort-select {
  flex: 0 0 260px !important;
  display: block !important;
  width: 260px !important;
  min-width: 260px !important;
  max-width: 260px !important;
  min-height: var(--n30n-qd-control-height) !important;
  height: var(--n30n-qd-control-height) !important;
  align-self: center !important;
  box-sizing: border-box !important;
  padding: 0 42px 0 16px !important;
  border: 2px solid rgba(0, 229, 255, .56) !important;
  border-radius: 8px !important;
  background-color: rgba(3, 7, 20, .82) !important;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--n30n-qd-soft) 50%),
    linear-gradient(135deg, var(--n30n-qd-soft) 50%, transparent 50%) !important;
  background-position:
    calc(100% - 18px) 20px,
    calc(100% - 12px) 20px !important;
  background-size: 6px 6px, 6px 6px !important;
  background-repeat: no-repeat !important;
  color: var(--n30n-qd-soft) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: var(--n30n-qd-control-height) !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  transform: none !important;
  margin: 0 !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-view-toggle {
  flex: 0 0 96px !important;
  display: inline-grid !important;
  grid-template-columns: repeat(2, 40px) !important;
  gap: 6px !important;
  width: 96px !important;
  height: var(--n30n-qd-control-height) !important;
  min-height: var(--n30n-qd-control-height) !important;
  align-self: center !important;
  padding: 4px !important;
  border: 2px solid rgba(255, 43, 214, .52) !important;
  border-radius: 8px !important;
  background: rgba(3, 7, 20, .66) !important;
  box-sizing: border-box !important;
  transform: none !important;
  margin: 0 !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-view-toggle button {
  width: 40px !important;
  height: 38px !important;
  min-height: 38px !important;
  padding: 0 !important;
  border: 1px solid transparent !important;
  border-radius: 7px !important;
  background: transparent !important;
  color: var(--n30n-qd-muted) !important;
  font-size: 17px !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-view-toggle button:hover,
.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-view-toggle button.is-active,
.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-view-toggle button[aria-pressed="true"] {
  border-color: rgba(255, 43, 214, .76) !important;
  background: linear-gradient(135deg, rgba(255, 43, 214, .20), rgba(0, 229, 255, .12)) !important;
  color: #fff !important;
  box-shadow: 0 0 18px rgba(255, 43, 214, .22), 0 0 14px rgba(0, 229, 255, .14) !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-active-filters {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  flex-wrap: wrap !important;
  min-height: 30px !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-active-filters[hidden] {
  display: flex !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-active-filters.is-empty {
  visibility: hidden !important;
  pointer-events: none !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-active-filters::before {
  content: none !important;
  display: none !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-stackbar-label {
  flex: 0 0 auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 4px 0 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--n30n-qd-muted) !important;
  font-size: 10px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
  white-space: nowrap !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-active-filters button {
  flex: 0 1 auto !important;
  min-width: 0 !important;
  max-width: 220px !important;
  min-height: 26px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 8px !important;
  border: 1px solid rgba(255, 43, 214, .32) !important;
  border-radius: 7px !important;
  background: rgba(255, 43, 214, .08) !important;
  color: var(--n30n-qd-soft) !important;
  font-size: 10.5px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  cursor: pointer !important;
  box-shadow: none !important;
  transition: border-color .16s ease, background .16s ease, box-shadow .16s ease !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-active-filters button:hover {
  border-color: rgba(255, 43, 214, .72) !important;
  background: rgba(255, 43, 214, .14) !important;
  box-shadow: 0 0 14px rgba(255, 43, 214, .12) !important;
  transform: none !important;
}

@media (max-width: 900px) {
  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-quickfilters {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-resultsbar {
    display: grid !important;
    grid-template-columns: 1fr auto auto !important;
    align-items: stretch !important;
    gap: 10px !important;
  }

  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-resultsbar-actions {
    grid-column: 1 / -1 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 260px) var(--n30n-qd-control-height) 96px !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-resultsbar-actions .n30n-qd-search {
    max-width: none !important;
  }

  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-sort-wrap {
    grid-column: 1 / 3 !important;
    width: 100% !important;
    max-width: 100% !important;
    justify-content: flex-start !important;
    display: grid !important;
    grid-template-columns: auto minmax(180px, 260px) !important;
    gap: 10px !important;
  }

  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-sort-label {
    justify-content: flex-start !important;
  }
}

@media (max-width: 620px) {
  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-head,
  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-layout,
  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-main,
  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-toolbar-modern,
  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-resultsbar,
  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-resultsbar-actions,
  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-resultsbar-actions > *,
  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-sort-wrap,
  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-filter-open,
  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-wishlist-filter,
  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-view-toggle,
  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-quickfilters {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-plugin-head {
    min-height: 38px !important;
    padding: 8px 10px !important;
    justify-content: flex-start !important;
  }

  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-plugin-head p {
    font-size: 12.5px !important;
    text-align: left !important;
  }

  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-plugin-head p strong {
    font-size: 15px !important;
  }

  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-quickfilters {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    overflow: visible !important;
    padding-bottom: 0 !important;
    scrollbar-width: auto !important;
  }

  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-quickfilters button {
    width: 100% !important;
    min-width: 0 !important;
  }

  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-quickfilters::-webkit-scrollbar {
    display: none !important;
  }

  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-toolbar-modern {
    display: grid !important;
    grid-template-columns: 1fr !important;
    overflow: visible !important;
  }

  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-resultsbar {
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px !important;
    overflow: hidden !important;
  }

  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-resultsbar > strong {
    grid-column: 1 / -1 !important;
    min-width: 0 !important;
    height: 38px !important;
    font-size: 18px !important;
  }

  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-resultsbar-actions {
    grid-column: 1 / -1 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 96px !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-sort-select {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-resultsbar-actions .n30n-qd-search {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    flex-basis: auto !important;
    font-size: 16px !important;
  }

  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-sort-wrap {
    grid-column: 1 / -1 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    height: auto !important;
    gap: 6px !important;
  }

  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-sort-select,
  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-resultsbar-actions .n30n-qd-search {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-sort-label {
    height: auto !important;
    font-size: 13px !important;
    justify-content: flex-start !important;
  }

  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-view-toggle {
    grid-column: 2 / 3 !important;
    justify-self: end !important;
    width: 96px !important;
    grid-template-columns: repeat(2, 40px) !important;
    padding: 4px !important;
  }

  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-view-toggle button {
    width: 40px !important;
    height: 44px !important;
  }

  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-wishlist-filter {
    grid-column: 1 / 2 !important;
    justify-self: end !important;
    width: 56px !important;
    min-width: 56px !important;
    height: 56px !important;
  }

  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-active-filters {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    padding-bottom: 2px !important;
    scrollbar-width: none !important;
  }

  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-active-filters::-webkit-scrollbar {
    display: none !important;
  }

  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-active-filters button {
    flex: 0 0 auto !important;
  }
}

@media (max-width: 760px) {
  .n30n-quest-deals.n30n-qd-rest-shell.n30n-qd-list-view {
    /* List mode is available on mobile; card rules in 50-list-view keep it safe. */
  }

  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-resultsbar-actions {
    grid-template-columns: minmax(0, 1fr) minmax(180px, 260px) var(--n30n-qd-control-height) 96px !important;
  }

  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-view-toggle {
    flex: 0 0 96px !important;
    width: 96px !important;
    min-width: 96px !important;
    max-width: 96px !important;
    grid-template-columns: repeat(2, 40px) !important;
  }

  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-view-toggle button[data-view-mode="list"] {
    display: block !important;
  }
}

@media (max-width: 620px) {
  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-resultsbar-actions {
    grid-template-columns: minmax(0, 1fr) 48px !important;
  }

  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-view-toggle {
    grid-column: 2 / 3 !important;
    width: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
    grid-template-columns: 40px !important;
  }

  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-view-toggle button[data-view-mode="list"] {
    display: none !important;
  }
}
