/* Keep the original site's table styles; only adapt database-rendered markup. */
.awards-page [hidden] { display: none !important; }
.awards-page .column { min-width: 0; }
.awards-heading small { color: grey; }
.awards-directory { width: 50%; margin: auto; }
.awards-directory th { width: 50%; }
.awards-table--special { width: 40%; margin: auto; }
.awards-filters { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.awards-filters label { font-size: 10pt; margin: 0; }
.awards-filters select { width: auto; height: 3rem; min-height: 0; padding: 0 2.5rem 0 .5rem; margin: 0; font-size: 10pt; }
.awards-message { margin-bottom: 1rem; }
.awards-message.is-error { color: #842d2d; }
.awards-name { display: block; }
.awards-table .awards-year-cell { font-weight: normal; }
.awards-table thead .awards-year-cell { font-weight: 700; }
.awards-table .awards-year-cell a { color: inherit; }
.awards-table tr { scroll-margin-top: 10rem; }
.awards-recipient + .awards-recipient { margin-top: .5em; }
.awards-result-note { margin: .5em 0 0; font-size: inherit; white-space: pre-line; }
.awards-source { display: block; font-size: inherit; }
