/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 02 2026 | 02:23:08 */
/* Add 16px top margin after ONLY top-level lists (bulleted or numbered) */
ul:not(li ul) + *,
ol:not(li ol) + * {
  margin-top: 16px;
}