.drawer__header {
  border: none;
}

.carousel-container {
  display: flex;
  gap: 8px;
  margin: 0 16px;
  padding-bottom: 16px;
  grid-auto-flow: column;
  overflow-x: auto;
}

.carousel-container::-webkit-scrollbar {
  display: none;
}

.carousel-container:last-child {
  margin-right: 16px;
}

.carousel-item {
  display: flex;
  align-items: center;
  border: 0.0625rem solid #cbcbca;
  border-radius: 2.25rem;
  font-weight: 500;
  padding: 0.625rem 1.125rem;
  white-space: nowrap;
}

.carousel-item > div:not(last-child) {
  margin-right: 7px;
}

