.wpc-filters-section {
  display: inline-block;
  margin-bottom: 0 !important;
}
.wpc-filter-header {
  align-items: center;
  border-style: none;
  background-color: var(--wp--preset--color--background-high-contrast);
  border-radius: 16px;
  cursor:  default;
  display: flex;
  height: 32px;
  margin-right: 4px;
  padding: 0 16px;
}
.wpc-filter-header:hover {
  background-color: var(--wp--preset--color--pale-cyan-blue);
}
.wpc-filter-title {
  margin-bottom: 0 !important;
}
.wpc-filter-content {
  display: none;
  position: fixed;
  left: max(16px, calc(100vw - 900px) / 2);
  right: max(16px, calc(100vw - 900px) / 2);
  top: inherit;
  background-color: white;  
  border-style: solid;
  border-color: var(--wp--preset--color--foreground);
  border-radius: 4px;
  padding: 4px;
  z-index: 1;
}

.wpc-filters-scroll-container {
  overflow-x: scroll;
  white-space: nowrap;
}