/* Proceedings - site styles; YOOtheme/UIkit classes do the heavy lifting. */
.proceedings-search .uk-grid > * { margin-bottom: 10px; }
.proceedings-item + .proceedings-item { border-top: 1px solid #e5e5e5; padding-top: 20px; margin-top: 20px; }
.proceedings-item .proceedings-authors { color: #666; }
.proceedings-meta dt { font-weight: 600; }

/* On a phone the search form shows its essentials only: the query field and the two
   buttons. Every other cell carries proceedings-filter and folds away behind the toggle,
   which is itself hidden from @s up (640px, the breakpoint the form's column classes use),
   so on a wider screen the filters are simply always there and these rules never apply. */
@media (max-width: 639px) {
    .proceedings-search .proceedings-filter { display: none; }
    .proceedings-search.proceedings-filters-open .proceedings-filter { display: block; }
}
