/**
 * Theme Name:   VerifyTrusted
 * Theme URI:    https://www.verifytrusted.com/
 * Description:  Bespoke theme for VerifyTrusted
 * Author:       Headwall Hosting
 * Author URI:   https://headwall-hosting.com/
 * Template:     generatepress
 * Version:      1.2.2
 * Text Domain:  verifytrusted
 */

.error404 .site-content {
  min-height: 60vh;
}

ul.fancy-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  /* display: flex; */
  /* flex-direction: column; */
  /* gap: 10px; */
}

ul.fancy-list li {
  position: relative;
  padding-left: 35px;
}

ul.fancy-list li:not(:last-child) {
  border-bottom: 1px solid transparent;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

ul.fancy-list li:last-child {
  /* border-bottom: 1px solid lightgrey; */
}

ul.fancy-list li::before {
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  background-size: contain;
  background-image: url('verifytrusted-bullet.webp');
  margin-right: 15px;
  position: absolute;
  top: 4px;
  left: 0px;
}

ul.fancy-list.underlined-children li:not(:last-child) {
  border-color: var(--smokywhite);
}
