#mad-location-list {
    display: grid;
    gap: 1rem;

    #mad-current-location {
        font-weight: bold;
    }

    a {
        text-decoration: none;
    }

    a.final {
        color: red;
    }

    a.not-final {
        color: blue;
    }
}
