.narrative-quick-search-option {
  margin-bottom: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.225em;
  margin-right: -1px;
}
.narrative-quick-search-option:last-child {
  margin-bottom: 0;
}
.narrative-quick-search-option a {
  display: block;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 5px;
  background: #ecdedf;
  color: #656565;
}
.region-sidebar-second .narrative-quick-search-option a:hover,
.narrative-quick-search-option a:hover {
  text-decoration: none;
}
.narrative-quick-search-option a {
  display: flex;
  align-items: center;
}
.narrative-quick-search-option span.triangle-down {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #d51c00;
  margin-left: 4px;
}
.block.block-narrative-quick-search-block {
  padding-bottom: 0;
}
