img {
    background: repeating-conic-gradient(#F0F0F0 0 25%, #FFFFFF 0 50%) 
      50% / 40px 40px;
}

/* Hide empty factsheet sections (address/phone/etc) */
dl.factsheet__list dt:only-child { 
    display: none;
}
