/* Keep each name and its social links in normal document flow on small screens. */
@media (max-width: 768px) {
  .about_members_list .about_members_item {
    display: grid;
    grid-template-columns: 35px minmax(0, 1fr);
    column-gap: 15px;
    align-items: start;
  }
  .about_members_list .about_members_item .about_members_img {
    position: static;
    margin-top: 5px;
  }
  .about_members_list .about_members_info {
    display: block;
    min-width: 0;
    padding-left: 0;
  }
  .about_members_list .about_members_info h3 {
    width: auto;
    padding-left: 0;
    line-height: 1.5;
    overflow-wrap: anywhere;
  }
  .about_members_list .about_members_info h3 span {
    position: static;
    display: block;
    margin-top: 4px;
    font-size: 18px;
    line-height: 1.5;
    color: #6b5b57;
    overflow-wrap: anywhere;
  }
  .about_members_list .about_members_info ul {
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    margin: 14px 0 0;
    padding-top: 0;
  }
  .about_members_list .about_members_info ul:empty { display: none; }
  .about_members_list .about_members_info ul li { margin-left: 0; }
  .about_members_list .about_members_info p.small {
    padding-left: 0;
    margin: 0 0 8px;
  }
  .about_members_list .about_members_info p.lh2 {
    margin-top: 24px;
    overflow-wrap: anywhere;
  }
}

/* Works staff filter, scoped to the archive controls. */
.evc-works-filter {display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:20px;padding:20px;background:#f6f3ef;border-radius:8px;}
.evc-works-filter label {font-weight:bold;}
.evc-works-filter select {font:inherit;min-height:44px;max-width:100%;padding:8px 32px 8px 12px;background:#fff;border:1px solid #a67e51;border-radius:4px;color:#332a2a;}
.evc-works-filter button {font:inherit;min-height:44px;padding:8px 20px;background:#795633;color:#fff;border:0;border-radius:4px;cursor:pointer;}
.evc-works-filter a {color:#795633;text-decoration:underline;}
.evc-works-filter :focus-visible,.evc-works-pagination a:focus-visible {outline:3px solid #2469a0;outline-offset:3px;}
.evc-works-count {margin-bottom:24px;}
.evc-works-pagination ul {display:flex;flex-wrap:wrap;justify-content:center;gap:8px;padding:0;margin:40px 0 0;list-style:none;}
.evc-works-pagination .page-numbers a,.evc-works-pagination .page-numbers span {display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:6px 12px;border:1px solid #a67e51;box-sizing:border-box;}
.evc-works-pagination .current {background:#795633;color:#fff;}
@media(max-width:600px) {.evc-works-filter label {width:100%;}.evc-works-filter select {flex:1;min-width:0;}.evc-works-filter a {width:100%;}}
