/**
 * Public CSS for EET Policy Sync
 */

/* Flex layout fix for Design Page */
#post-9285 .fusion-builder-row.fusion-row {
    display: flex;
    flex-direction: row;
}
  
@media only screen and (max-width: 1024px) {
    #post-9285 .fusion-builder-row.fusion-row {
      flex-direction: column !important;
    }
}
