#driver-support-quick {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 7px 10px;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
  touch-action: pan-x;
}

#driver-support-quick::-webkit-scrollbar {
  display: none;
}

#driver-support-quick button {
  flex: 0 0 auto;
  width: auto;
  min-width: max-content;
  white-space: nowrap;
  line-height: 1.2;
}

.profile-support-hint {
  display: grid;
  justify-items: center;
  gap: 3px;
  padding: 12px;
  color: var(--muted);
  text-align: center;
  background: var(--blue-soft);
  border-radius: 12px;
}

.profile-support-hint .text-button {
  font-weight: 850;
}
