@media screen and (min-width: 751px) {
  #archive-search dl dd {
    width: 43%;
  }
  #archive-search dl dd:first-child {
    width: 30%;
  }
  #archive-search dl dd:last-child {
    width: 27%;
  }
}

#archive-list {
  overflow: hidden;
}

.search-panel-trigger button {
  background: #d0000e;
  color: #fff;
  border: 1px solid #9d000b;
  border-top: none;
}
.search-panel-trigger button:hover {
  background: #9d000b;
}
.search-panel-close {
  appearance: none;
  border: none;
  display: block;
  background-color: #bf2820;
  color: #fff;
  width: 100%;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 5.6rem;
  margin-top: 3rem;
}

/*# sourceMappingURL=lists.css.map */