/* Additional styles specific to the homepage */
.setup-instructions {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .steps, .code-snippet {
    flex: 1;
    min-width: 300px;
  }

  .code-snippet pre {
    background-color: #f1f1f1;
    padding: 10px;
    border-radius: 5px;
    overflow-x: auto;
  }

  details {
    margin-bottom: 20px;
  }

  summary {
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 10px;
  }

  details ul {
    margin-left: 20px;
  }