<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.facet-list {
  border-left: 1px;
  border-right: 1px;
  border-top: 1px;
  border-style: solid;
  border-color:#ccc;
  margin: 0 10px;
}
.facet-group {
  border-bottom: 1px solid #ccc;
}
.segment {
  border-bottom: 1px solid #ccc;
}
.facet-group-title {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  background-color: #cc071e;
  color: white;
  cursor: pointer;
}

.facet-list-title {
  border-bottom: 1px solid #ccc;
  padding: 8px;
}
.facet-cell {
  display: table-cell;
  font-size: smaller;
}
.facet-cell &gt;input {
  margin: 0;
  margin-right: 5px;
}

  .facet-cell.right {
    text-align: right;
  }

  .facet-cell.fill {
    width:100%;
  }

.facet-row {
  display: table-row;
}
.facet-row-content {
  padding: 5px;
}
.facet-row-content:hover {
  background-color: #fafafa;
  cursor: pointer;
}

.facet-table {
  display: table;
  width: 100%;
  height: 100%;
}
.facet-tags {
  margin:3px
}
.facet-tag {
  background-color: #fafafa;
  border: 1px solid #dddddd;
  margin-right: -0px;
  margin-bottom: 4px;
  padding: 4px;
  display: inline-block;
  font-size: 10px;
  cursor: pointer;
}
.inline {
  display: inline;
}</pre></body></html>