        /* Crumb */
        .crumb {
            padding-top: 0px;
            padding-bottom: 24px;
            gap: 16px;
            font-size: 0.875rem;
            color: #000000;
            opacity: 0.65;
            font-weight: 100;
        }

        .crumb a,
        .crumb a:link,
        .crumb a:visited,
        .crumb a:hover,
        .crumb a:active {
            color: #000000;
            font-weight: 100;
            text-decoration: none;
        }

        .crumb a:hover {
            color: var(--uds-red);
            opacity: 1;
        }


        /* lists */
        main ul {
            list-style: none;
            padding-left: 0;
            margin-left: 0;
        }

        main li {
            padding: 2px 4px;
        }

        main li:nth-child(even) {
            background-color: var(--uds-lightest-gray);
        }
