.custom-ol {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .custom-ol li {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 10px;
      font-size: 16px;
      color: #333;
    }

    .custom-ol li .step-number {
      background-color: #ffc107;
      color: #fff;
      font-weight: 600;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }