#resource-catalog { margin-top: 1.5rem; }
.topic-buttons { display:flex; flex-wrap:wrap; gap:.5rem; margin-bottom:1.2rem; }
#resource-catalog button { border:1px solid #31705b; border-radius:.3rem; padding:.5rem .75rem; background:white; color:#21503f; }
#resource-catalog button[aria-pressed="true"] { background:#21503f; color:white; }
#resource-catalog label { display:flex; flex-direction:column; gap:.3rem; font-weight:600; }
#resource-catalog input, #resource-catalog select { font:inherit; padding:.45rem; border:1px solid #88958f; border-radius:.25rem; background:white; color:#212529; }
.catalog-filters { display:flex; flex-wrap:wrap; gap:1rem; align-items:end; margin:1rem 0; }
.catalog-filters label { flex:1 1 150px; }
.catalog-search { max-width:48rem; }
.catalog-table-wrap { overflow-x:auto; }
.catalog-table { width:100%; border-collapse:collapse; }
.catalog-table th, .catalog-table td { padding:.8rem; text-align:left; vertical-align:top; border-bottom:1px solid #d8dfdc; }
.catalog-table th { background:#edf3ef; }
.catalog-table td:first-child { width:48%; min-width:240px; }
.catalog-table td:last-child { min-width:120px; }
.catalog-table details { margin-top:.5rem; }
.catalog-table summary { cursor:pointer; color:#466158; }
.catalog-table details p { margin-top:.6rem; white-space:pre-line; overflow-wrap:anywhere; }
#resource-catalog [hidden] { display:none !important; }
#resource-catalog :focus-visible { outline:3px solid #bf7900; outline-offset:3px; }
