#content_wrapper{
  grid-template-columns: 1fr;
}
#main{
  padding-top:160px;
}
.sidebar .search_form{
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 80px;
  background: #fff;
  display: grid;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.admin-bar .sidebar .search_form{
  top: 126px;
}
.admin-bar .sidebar .search_form form{
  background-color: transparent;
  padding-right: 80px;
}
.admin-bar .sidebar .search_form form:focus-within{
  box-shadow: unset;
}
.search_form form button{
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
}
#articles_list .pagination{
  grid-gap: 16px;
}
#articles_list .pagination>*{
  width: 48px;
  height: 48px;
}
@media (max-width: 520px){
  #articles_list article{
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
  }
}
