/* =========================================================
   Filings / Notices boxed list (consistent hover on all rows)
   Usage:
     <ul class="filings-list">
       <li><a href="...pdf">Title – Description (PDF)</a></li>
     </ul>
   ========================================================= */

/* UL reset */
.filings-list {
  list-style: none;
  margin: 0.75rem 0 1rem;
  padding: 0;
}

/* LI spacing */
.filings-list > li {
  margin: 0.35rem 0;
}

/* The row “box” */
.filings-list > li > a {
  display: block;
  padding: 0.55rem 0.75rem;
  border: 1px solid #dadada;
  background: #ffffff;
  color: #255b73;
  text-decoration: none;
  line-height: 1.35;
}

/* Zebra
