.ionis-pipeline-updated-date {
    font-family: "Gotham", sans-serif;
    font-size: 19px;
    line-height: 26px;
    color: var(--color-black);
    font-weight: 350;
    max-width: 1440px;
    margin: 0 auto 40px auto;
    padding: 0 130px 54px 130px; 
    @media (max-width: 1024px) {
        padding: 0 50px 54px 50px; 
      }
}

/*
Legacy styles for the pipeline last updated date.
We need to be able to see it or drag it in layout builder.
*/
#last-updated {
  min-height: 100px;
}
