

/* Remove 1px gap or line between sections */ section { border: none !important; margin-bottom: 0 !important; padding-bottom: 0 !important; } /* Optional: Remove top margin/padding too */ section + section { margin-top: 0 !important; padding-top: 0 !important; }