/*
 * Privacy landing page custom style
 */

/* Last modified note */
.modified-note {
  font-size: 14px;
  font-style: italic;
}

/* Display product lists in three columns to minimize vertical footprint */
.three-column-precursor + ul > li {
  display: inline-block;
  vertical-align: top;
  list-style-position: inside;
  width: 33%;
}