.cron-output {
    margin-top: 20px;
    background: #f9f9f9;
    padding: 15px;
    border-left: 4px solid #007bff;
    border-radius: 5px;
  }
  
  .cron-output code {
    background: #e3e3e3;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: bold;
  }
  
  .tool-button.secondary {
    margin-top: 10px;
    background-color: #6c757d;
    color: white;
  }
  