<style>
     /* Accessible FDOT-style section headers */
     .section-header {
          background-color: #32557c;
          /* FDOT deep blue &amp;amp;amp;amp;ndash; WCAG AA compliant */
          color: #ffffff;
          font-weight: bold;
          text-align: center;
     }

     /* Accessible note styling */
     .note {
          background-color: #f5f5f5;
          border-left: 4px solid #32557c;
          padding: 0.75rem 1rem;
          margin: 1rem 0;
     }
</style>